|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.aci.ACIItem
org.apache.directory.shared.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(java.lang.String identificationTag,
int precedence,
AuthenticationLevel authenticationLevel,
java.util.Collection<UserClass> userClasses,
java.util.Collection<UserPermission> userPermissions)
Creates a new instance. |
|
| Method Summary | |
|---|---|
java.util.Collection<UserClass> |
getUserClasses()
Returns the set of UserClasses. |
java.util.Collection<UserPermission> |
getUserPermission()
Returns the set of UserPermissions. |
java.lang.String |
toString()
|
java.util.Collection<ACITuple> |
toTuples()
Converts this item into a collection of ACITuples and returns
it. |
| Methods inherited from class org.apache.directory.shared.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(java.lang.String identificationTag,
int precedence,
AuthenticationLevel authenticationLevel,
java.util.Collection<UserClass> userClasses,
java.util.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 java.util.Collection<UserClass> getUserClasses()
UserClasses.
public java.util.Collection<UserPermission> getUserPermission()
UserPermissions.
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Collection<ACITuple> toTuples()
ACIItemACITuples and returns
it.
toTuples in class ACIItem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||