Uses of Class
io.apiman.gateway.engine.policies.config.basicauth.LDAPIdentitySource
-
Packages that use LDAPIdentitySource Package Description io.apiman.gateway.engine.policies.auth io.apiman.gateway.engine.policies.config -
-
Uses of LDAPIdentitySource in io.apiman.gateway.engine.policies.auth
Methods in io.apiman.gateway.engine.policies.auth with parameters of type LDAPIdentitySource Modifier and Type Method Description voidLDAPIdentityValidator. validate(String username, String password, ApiRequest request, IPolicyContext context, LDAPIdentitySource config, IAsyncResultHandler<Boolean> handler) -
Uses of LDAPIdentitySource in io.apiman.gateway.engine.policies.config
Methods in io.apiman.gateway.engine.policies.config that return LDAPIdentitySource Modifier and Type Method Description LDAPIdentitySourceBasicAuthenticationConfig. getLdapIdentity()Methods in io.apiman.gateway.engine.policies.config with parameters of type LDAPIdentitySource Modifier and Type Method Description voidBasicAuthenticationConfig. setLdapIdentity(LDAPIdentitySource ldapIdentity)
-