Class UserFirstACIItem
- java.lang.Object
-
- org.apache.directory.api.ldap.aci.ACIItem
-
- org.apache.directory.api.ldap.aci.UserFirstACIItem
-
public class UserFirstACIItem extends ACIItem
AnACIItemwhich specifiesUserClasses first and thenProtectedItems eachUserClasswill have. (18.4.2.4. X.501)- Author:
- Apache Directory Project
-
-
Constructor Summary
Constructors Constructor Description UserFirstACIItem(String identificationTag, int precedence, AuthenticationLevel authenticationLevel, Collection<UserClass> userClasses, Collection<UserPermission> userPermissions)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<UserClass>getUserClasses()Gets the collection ofUserClasses.Collection<UserPermission>getUserPermission()Gets the collection ofUserPermissions.StringtoString()Collection<ACITuple>toTuples()Converts this item into a collection ofACITuples.-
Methods inherited from class org.apache.directory.api.ldap.aci.ACIItem
getAuthenticationLevel, getIdentificationTag, getPrecedence, toMicroOperations
-
-
-
-
Constructor Detail
-
UserFirstACIItem
public UserFirstACIItem(String identificationTag, int precedence, AuthenticationLevel authenticationLevel, Collection<UserClass> userClasses, Collection<UserPermission> userPermissions)
Creates a new instance.- Parameters:
identificationTag- the id string of this itemprecedence- the precedence of this itemauthenticationLevel- the level of authentication required to this itemuserClasses- the collection ofUserClasses this item protectsuserPermissions- the collection ofUserPermissions each protectedItems will have
-
-
Method Detail
-
getUserClasses
public Collection<UserClass> getUserClasses()
Gets the collection ofUserClasses.- Returns:
- the collection of
UserClasses
-
getUserPermission
public Collection<UserPermission> getUserPermission()
Gets the collection ofUserPermissions.- Returns:
- the collection of
UserPermissions
-
-