Package | Description |
---|---|
org.apache.directory.shared.ldap.aci |
ACI (Access Control Information) data model adopted from X.501 specification.
|
org.apache.directory.shared.ldap.constants |
Modifier and Type | Method and Description |
---|---|
AuthenticationLevel |
ACIItem.getAuthenticationLevel()
Returns the level of authentication required to this item.
|
AuthenticationLevel |
ACITuple.getAuthenticationLevel()
Returns the level of authentication required.
|
Constructor and Description |
---|
ACIItem(String identificationTag,
int precedence,
AuthenticationLevel authenticationLevel)
Creates a new instance
|
ACITuple(Collection<UserClass> userClasses,
AuthenticationLevel authenticationLevel,
Collection<ProtectedItem> protectedItems,
Set<MicroOperation> microOperations,
boolean grant,
int 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) |
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–2013 The Apache Software Foundation. All rights reserved.