|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.aci.ACIItem
org.apache.directory.api.ldap.aci.UserFirstACIItem
public class UserFirstACIItem
An ACIItem which specifies UserClasses first and then
ProtectedItems each UserClass will have. (18.4.2.4. X.501)
| Constructor Summary | |
|---|---|
UserFirstACIItem(String identificationTag,
int precedence,
org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel,
Collection<UserClass> userClasses,
Collection<UserPermission> userPermissions)
Creates a new instance. |
|
| Method Summary | |
|---|---|
Collection<UserClass> |
getUserClasses()
Gets the collection of UserClasses. |
Collection<UserPermission> |
getUserPermission()
Gets the collection of UserPermissions. |
String |
toString()
|
Collection<ACITuple> |
toTuples()
Converts this item into a collection of ACITuples. |
| Methods inherited from class org.apache.directory.api.ldap.aci.ACIItem |
|---|
getAuthenticationLevel, getIdentificationTag, getPrecedence, toMicroOperations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserFirstACIItem(String identificationTag,
int precedence,
org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel,
Collection<UserClass> userClasses,
Collection<UserPermission> userPermissions)
identificationTag - the id string of this itemprecedence - the precedence of this itemauthenticationLevel - the level of authentication required to this itemuserClasses - the collection of UserClasses this item protectsuserPermissions - the collection of UserPermissions each
protectedItems will have| Method Detail |
|---|
public Collection<UserClass> getUserClasses()
UserClasses.
UserClassespublic Collection<UserPermission> getUserPermission()
UserPermissions.
UserPermissionspublic String toString()
toString in class ACIItempublic Collection<ACITuple> toTuples()
ACITuples.
toTuples in class ACIItemACITuple
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||