Uses of Class
org.apache.syncope.common.lib.auth.LDAPAuthModuleConf.AuthenticationType
-
Packages that use LDAPAuthModuleConf.AuthenticationType Package Description org.apache.syncope.common.lib.auth -
-
Uses of LDAPAuthModuleConf.AuthenticationType in org.apache.syncope.common.lib.auth
Methods in org.apache.syncope.common.lib.auth that return LDAPAuthModuleConf.AuthenticationType Modifier and Type Method Description LDAPAuthModuleConf.AuthenticationTypeLDAPAuthModuleConf. getAuthenticationType()static LDAPAuthModuleConf.AuthenticationTypeLDAPAuthModuleConf.AuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static LDAPAuthModuleConf.AuthenticationType[]LDAPAuthModuleConf.AuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.common.lib.auth with parameters of type LDAPAuthModuleConf.AuthenticationType Modifier and Type Method Description voidLDAPAuthModuleConf. setAuthenticationType(LDAPAuthModuleConf.AuthenticationType authenticationType)
-