Uses of Class
io.apiman.gateway.engine.policies.config.basicauth.LDAPBindAsType
-
Packages that use LDAPBindAsType Package Description io.apiman.gateway.engine.policies.config.basicauth -
-
Uses of LDAPBindAsType in io.apiman.gateway.engine.policies.config.basicauth
Methods in io.apiman.gateway.engine.policies.config.basicauth that return LDAPBindAsType Modifier and Type Method Description LDAPBindAsTypeLDAPIdentitySource. getBindAs()static LDAPBindAsTypeLDAPBindAsType. valueOf(String name)Returns the enum constant of this type with the specified name.static LDAPBindAsType[]LDAPBindAsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.apiman.gateway.engine.policies.config.basicauth with parameters of type LDAPBindAsType Modifier and Type Method Description voidLDAPIdentitySource. setBindAs(LDAPBindAsType bindAs)
-