Uses of Class
org.apache.directory.api.ldap.model.constants.AuthenticationLevel
-
Packages that use AuthenticationLevel Package Description org.apache.directory.api.ldap.model.constants -
-
Uses of AuthenticationLevel in org.apache.directory.api.ldap.model.constants
Methods in org.apache.directory.api.ldap.model.constants that return AuthenticationLevel Modifier and Type Method Description static AuthenticationLevelAuthenticationLevel. getLevel(int val)Return the AuthenticationLevel associated with the given numeric level.static AuthenticationLevelAuthenticationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationLevel[]AuthenticationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-