Package | Description |
---|---|
org.apache.directory.api.ldap.aci | |
org.apache.directory.api.ldap.model.constants |
Modifier and Type | Method and Description |
---|---|
AuthenticationLevel |
ACITuple.getAuthenticationLevel()
Gets the level of authentication required.
|
AuthenticationLevel |
ACIItem.getAuthenticationLevel()
Gets the level of authentication required to this item.
|
Constructor and Description |
---|
ACITuple(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.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationLevel |
AuthenticationLevel.getLevel(int val)
Return the AuthenticationLevel associated with the given numeric level.
|
static AuthenticationLevel |
AuthenticationLevel.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.
|
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.