Uses of Class
org.pac4j.config.ldaptive.LdapAuthenticationProperties.AuthenticationTypes
-
Packages that use LdapAuthenticationProperties.AuthenticationTypes Package Description org.pac4j.config.ldaptive -
-
Uses of LdapAuthenticationProperties.AuthenticationTypes in org.pac4j.config.ldaptive
Methods in org.pac4j.config.ldaptive that return LdapAuthenticationProperties.AuthenticationTypes Modifier and Type Method Description LdapAuthenticationProperties.AuthenticationTypesLdapAuthenticationProperties. getType()static LdapAuthenticationProperties.AuthenticationTypesLdapAuthenticationProperties.AuthenticationTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static LdapAuthenticationProperties.AuthenticationTypes[]LdapAuthenticationProperties.AuthenticationTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pac4j.config.ldaptive with parameters of type LdapAuthenticationProperties.AuthenticationTypes Modifier and Type Method Description voidLdapAuthenticationProperties. setType(LdapAuthenticationProperties.AuthenticationTypes type)
-