Uses of Class
org.apache.syncope.common.lib.auth.LDAPAuthModuleConf.DerefAliasesType
-
Packages that use LDAPAuthModuleConf.DerefAliasesType Package Description org.apache.syncope.common.lib.auth -
-
Uses of LDAPAuthModuleConf.DerefAliasesType in org.apache.syncope.common.lib.auth
Methods in org.apache.syncope.common.lib.auth that return LDAPAuthModuleConf.DerefAliasesType Modifier and Type Method Description LDAPAuthModuleConf.DerefAliasesTypeLDAPAuthModuleConf. getDerefAliases()static LDAPAuthModuleConf.DerefAliasesTypeLDAPAuthModuleConf.DerefAliasesType. valueOf(String name)Returns the enum constant of this type with the specified name.static LDAPAuthModuleConf.DerefAliasesType[]LDAPAuthModuleConf.DerefAliasesType. 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.DerefAliasesType Modifier and Type Method Description voidLDAPAuthModuleConf. setDerefAliases(LDAPAuthModuleConf.DerefAliasesType derefAliases)
-