Uses of Class
tv.hd3g.authkit.mod.config.ExternalLDAP.LDAPType
-
Packages that use ExternalLDAP.LDAPType Package Description tv.hd3g.authkit.mod.config -
-
Uses of ExternalLDAP.LDAPType in tv.hd3g.authkit.mod.config
Methods in tv.hd3g.authkit.mod.config that return ExternalLDAP.LDAPType Modifier and Type Method Description ExternalLDAP.LDAPTypeExternalLDAP.LDAPEntry. getType()static ExternalLDAP.LDAPTypeExternalLDAP.LDAPType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExternalLDAP.LDAPType[]ExternalLDAP.LDAPType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tv.hd3g.authkit.mod.config with parameters of type ExternalLDAP.LDAPType Modifier and Type Method Description voidExternalLDAP.LDAPEntry. setType(ExternalLDAP.LDAPType type)
-