|
||||||||||
| 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.ItemFirstACIItem
public class ItemFirstACIItem
An ACIItem which specifies ProtectedItems first and then
UserClasses each ProtectedItem will have. (18.4.2.4. X.501)
| Constructor Summary | |
|---|---|
ItemFirstACIItem(String identificationTag,
int precedence,
org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel,
Collection<ProtectedItem> protectedItems,
Collection<ItemPermission> itemPermissions)
Creates a new instance. |
|
| Method Summary | |
|---|---|
Collection<ItemPermission> |
getItemPermissions()
Gets the collection of ItemPermissions. |
Collection<ProtectedItem> |
getProtectedItems()
Gets the collection of ProtectedItems. |
String |
toString()
|
Collection<ACITuple> |
toTuples()
Transform this protected Item and permissions to a set of Tuples |
| 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 ItemFirstACIItem(String identificationTag,
int precedence,
org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel,
Collection<ProtectedItem> protectedItems,
Collection<ItemPermission> itemPermissions)
identificationTag - the id string of this itemprecedence - the precedence of this itemauthenticationLevel - the level of authentication required to this itemprotectedItems - the collection of ProtectedItems this item protectsitemPermissions - the collection of ItemPermissions each protectedItems will have| Method Detail |
|---|
public Collection<ProtectedItem> getProtectedItems()
ProtectedItems.
ProtectedItemspublic Collection<ItemPermission> getItemPermissions()
ItemPermissions.
ItemPermissionspublic String toString()
toString in class ACIItempublic Collection<ACITuple> toTuples()
toTuples in class ACIItem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||