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