Uses of Class
org.apache.directory.api.ldap.model.constants.AuthenticationLevel
-
Packages that use AuthenticationLevel Package Description org.apache.directory.api.ldap.aci org.apache.directory.api.ldap.model.constants -
-
Uses of AuthenticationLevel in org.apache.directory.api.ldap.aci
Methods in org.apache.directory.api.ldap.aci that return AuthenticationLevel Modifier and Type Method Description AuthenticationLevelACIItem. getAuthenticationLevel()Gets the level of authentication required to this item.AuthenticationLevelACITuple. getAuthenticationLevel()Gets the level of authentication required.Constructors in org.apache.directory.api.ldap.aci with parameters of type AuthenticationLevel Constructor Description ACIItem(String identificationTag, int precedence, AuthenticationLevel authenticationLevel)Creates a new instanceACITuple(Collection<UserClass> userClasses, AuthenticationLevel authenticationLevel, Collection<ProtectedItem> protectedItems, Collection<MicroOperation> microOperations, boolean grant, Integer precedence)Creates a new instance.ItemFirstACIItem(String identificationTag, int precedence, AuthenticationLevel authenticationLevel, Collection<ProtectedItem> protectedItems, Collection<ItemPermission> itemPermissions)Creates a new instance.UserFirstACIItem(String identificationTag, int precedence, AuthenticationLevel authenticationLevel, Collection<UserClass> userClasses, Collection<UserPermission> userPermissions)Creates a new instance. -
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.
-