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