Uses of Class
net.shibboleth.idp.authn.config.LDAPAuthenticationFactoryBean.PassivatorType
-
Packages that use LDAPAuthenticationFactoryBean.PassivatorType Package Description net.shibboleth.idp.authn.config Configuration touchpoints for authentication flows. -
-
Uses of LDAPAuthenticationFactoryBean.PassivatorType in net.shibboleth.idp.authn.config
Fields in net.shibboleth.idp.authn.config declared as LDAPAuthenticationFactoryBean.PassivatorType Modifier and Type Field Description private LDAPAuthenticationFactoryBean.PassivatorTypeLDAPAuthenticationFactoryBean. bindPoolPassivatorTypeType of passivator to configure for the bind pool.Methods in net.shibboleth.idp.authn.config that return LDAPAuthenticationFactoryBean.PassivatorType Modifier and Type Method Description static LDAPAuthenticationFactoryBean.PassivatorTypeLDAPAuthenticationFactoryBean.PassivatorType. fromLabel(String s)static LDAPAuthenticationFactoryBean.PassivatorTypeLDAPAuthenticationFactoryBean.PassivatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static LDAPAuthenticationFactoryBean.PassivatorType[]LDAPAuthenticationFactoryBean.PassivatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.shibboleth.idp.authn.config with parameters of type LDAPAuthenticationFactoryBean.PassivatorType Modifier and Type Method Description protected PassivatorLDAPAuthenticationFactoryBean. createPoolPassivator(LDAPAuthenticationFactoryBean.PassivatorType type)
-