Uses of Class
org.apache.directory.shared.ldap.aci.AuthenticationLevel

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 ACITuple.getAuthenticationLevel()
          Returns the level of authentication required.
 AuthenticationLevel ACIItem.getAuthenticationLevel()
          Returns the level of authentication required to this item.
 

Constructors in org.apache.directory.shared.ldap.aci with parameters of type AuthenticationLevel
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.
ACIItem(java.lang.String identificationTag, int precedence, AuthenticationLevel authenticationLevel)
          Creates a new instance
ItemFirstACIItem(java.lang.String identificationTag, int precedence, AuthenticationLevel authenticationLevel, java.util.Collection protectedItems, java.util.Collection itemPermissions)
          Creates a new instance.
 



Copyright © 2004-2008 null. All Rights Reserved.