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

Packages that use AuthenticationLevel
org.apache.directory.shared.ldap.aci ACI (Access Control Information) data model adopted from X.501 specification. 
org.apache.directory.shared.ldap.constants   
 

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

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
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.Set<MicroOperation> microOperations, boolean grant, int 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.
 

Uses of AuthenticationLevel in org.apache.directory.shared.ldap.constants
 

Methods in org.apache.directory.shared.ldap.constants that return AuthenticationLevel
static AuthenticationLevel AuthenticationLevel.getLevel(int val)
           
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.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.