| Package | Description |
|---|---|
| org.apache.directory.api.ldap.aci | |
| org.apache.directory.api.ldap.model.constants |
| Modifier and Type | Field and Description |
|---|---|
private AuthenticationLevel |
AntlrACIItemParser.authenticationLevel |
private AuthenticationLevel |
ACIItem.authenticationLevel
The authentication level.
|
private AuthenticationLevel |
ACITuple.authenticationLevel
The level of authentication required
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationLevel |
ACIItem.getAuthenticationLevel()
Gets the level of authentication required to this item.
|
AuthenticationLevel |
ACITuple.getAuthenticationLevel()
Gets the level of authentication required.
|
| Constructor and Description |
|---|
ACIItem(java.lang.String identificationTag,
int precedence,
AuthenticationLevel authenticationLevel)
Creates a new instance
|
ACITuple(java.util.Collection<UserClass> userClasses,
AuthenticationLevel authenticationLevel,
java.util.Collection<ProtectedItem> protectedItems,
java.util.Collection<MicroOperation> microOperations,
boolean grant,
java.lang.Integer precedence)
Creates a new instance.
|
ItemFirstACIItem(java.lang.String identificationTag,
int precedence,
AuthenticationLevel authenticationLevel,
java.util.Collection<ProtectedItem> protectedItems,
java.util.Collection<ItemPermission> itemPermissions)
Creates a new instance.
|
UserFirstACIItem(java.lang.String identificationTag,
int precedence,
AuthenticationLevel authenticationLevel,
java.util.Collection<UserClass> userClasses,
java.util.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(java.lang.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.
|