|
||||||||||
| 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
public abstract class ACIItem
An abstract class that provides common properties and operations for
ItemFirstACIItem and UserFirstACIItem as specified X.501
specification.
| Constructor Summary | |
|---|---|
protected |
ACIItem(String identificationTag,
int precedence,
org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel)
Creates a new instance |
| Method Summary | |
|---|---|
org.apache.directory.api.ldap.model.constants.AuthenticationLevel |
getAuthenticationLevel()
Gets the level of authentication required to this item. |
String |
getIdentificationTag()
Gets the id string of this item. |
int |
getPrecedence()
Gets the precedence of this item. |
protected static Collection<MicroOperation> |
toMicroOperations(Collection<GrantAndDenial> grantsAndDenials)
Converts a collection of GrantAndDenials into a collection of MicroOperations. |
String |
toString()
|
abstract Collection<ACITuple> |
toTuples()
Converts this item into a collection of ACITuples. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ACIItem(String identificationTag,
int precedence,
org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel)
identificationTag - the id string of this itemprecedence - the precedence of this itemauthenticationLevel - the level of authentication required to this item| Method Detail |
|---|
public String getIdentificationTag()
public int getPrecedence()
public org.apache.directory.api.ldap.model.constants.AuthenticationLevel getAuthenticationLevel()
public abstract Collection<ACITuple> toTuples()
ACITuples.
ACITupleprotected static Collection<MicroOperation> toMicroOperations(Collection<GrantAndDenial> grantsAndDenials)
GrantAndDenials into a collection of MicroOperations.
grantsAndDenials - the grants and denials
MicroOperationspublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||