示例#1
0
        public override IList <Group> executeList(CommandContext commandContext, Page page)
        {
//JAVA TO C# CONVERTER WARNING: The original Java variable was marked 'final':
//ORIGINAL LINE: final LdapIdentityProviderSession identityProvider = getLdapIdentityProvider(commandContext);
            LdapIdentityProviderSession identityProvider = getLdapIdentityProvider(commandContext);

            return(identityProvider.findGroupByQueryCriteria(this));
        }
示例#2
0
        // execute queries /////////////////////////////////////////

        public override long executeCount(CommandContext commandContext)
        {
//JAVA TO C# CONVERTER WARNING: The original Java variable was marked 'final':
//ORIGINAL LINE: final LdapIdentityProviderSession provider = getLdapIdentityProvider(commandContext);
            LdapIdentityProviderSession provider = getLdapIdentityProvider(commandContext);

            return(provider.findUserCountByQueryCriteria(this));
        }