|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationLevel | |
org.apache.directory.shared.ldap.aci | ACI (Access Control Information) data model adopted from X.501 specification. |
Uses of AuthenticationLevel in org.apache.directory.shared.ldap.aci |
Fields in org.apache.directory.shared.ldap.aci declared as AuthenticationLevel | |
static AuthenticationLevel |
AuthenticationLevel.NONE
No authentication (anonymous access) |
static AuthenticationLevel |
AuthenticationLevel.SIMPLE
Simple authentication (bound with plain-text credentials) |
static AuthenticationLevel |
AuthenticationLevel.STRONG
Strong authentication (bound with encrypted cerdentials) |
Methods in org.apache.directory.shared.ldap.aci that return AuthenticationLevel | |
AuthenticationLevel |
ACIItem.getAuthenticationLevel()
Returns the level of authentication required to this item. |
AuthenticationLevel |
ACITuple.getAuthenticationLevel()
Returns the level of authentication required. |
Constructors in org.apache.directory.shared.ldap.aci with parameters of type AuthenticationLevel | |
ItemFirstACIItem(java.lang.String identificationTag,
int precedence,
AuthenticationLevel authenticationLevel,
java.util.Collection protectedItems,
java.util.Collection itemPermissions)
Creates a new instance. |
|
ACIItem(java.lang.String identificationTag,
int precedence,
AuthenticationLevel authenticationLevel)
Creates a new instance |
|
ACITuple(java.util.Collection userClasses,
AuthenticationLevel authenticationLevel,
java.util.Collection protectedItems,
java.util.Set microOperations,
boolean grant,
int precedence)
Creates a new instance. |
|
UserFirstACIItem(java.lang.String identificationTag,
int precedence,
AuthenticationLevel authenticationLevel,
java.util.Collection userClasses,
java.util.Collection userPermissions)
Creates a new instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |