|
||||||||||
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.ItemFirstACIItem
public class ItemFirstACIItem
An ACIItem
which specifies ProtectedItem
s first and then
UserClass
es each ProtectedItem
will have. (18.4.2.4. X.501)
Constructor Summary | |
---|---|
ItemFirstACIItem(String identificationTag,
int precedence,
AuthenticationLevel authenticationLevel,
Collection protectedItems,
Collection itemPermissions)
Creates a new instance. |
Method Summary | |
---|---|
Collection |
getItemPermissions()
Returns the collection of ItemPermission s. |
Collection |
getProtectedItems()
Returns the collection of ProtectedItem s. |
String |
toString()
|
Collection |
toTuples()
Converts this item into a collection of ACITuple s 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 ItemFirstACIItem(String identificationTag, int precedence, AuthenticationLevel authenticationLevel, Collection protectedItems, Collection itemPermissions)
identificationTag
- the id string of this itemprecedence
- the precedence of this itemauthenticationLevel
- the level of authentication required to this itemprotectedItems
- the collection of ProtectedItem
s this item protectsitemPermissions
- the collection of ItemPermission
s each
protectedItems will haveMethod Detail |
---|
public Collection getProtectedItems()
ProtectedItem
s.
public Collection getItemPermissions()
ItemPermission
s.
public String toString()
toString
in class Object
public Collection toTuples()
ACIItem
ACITuple
s and returns
it.
toTuples
in class ACIItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |