|
||||||||||
| 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
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(java.lang.String identificationTag,
int precedence,
AuthenticationLevel authenticationLevel)
Creates a new instance |
| Method Summary | |
|---|---|
AuthenticationLevel |
getAuthenticationLevel()
Returns the level of authentication required to this item. |
java.lang.String |
getIdentificationTag()
Returns the id string of this item. |
int |
getPrecedence()
Returns the precedence of this item. |
protected static java.util.Set<MicroOperation> |
toMicroOperations(java.util.Set<GrantAndDenial> grantsAndDenials)
Converts a set of GrantAndDenials into a set of
MicroOperations and returns it. |
abstract java.util.Collection<ACITuple> |
toTuples()
Converts this item into a collection of ACITuples and returns
it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ACIItem(java.lang.String identificationTag,
int precedence,
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 java.lang.String getIdentificationTag()
public int getPrecedence()
public AuthenticationLevel getAuthenticationLevel()
public abstract java.util.Collection<ACITuple> toTuples()
ACITuples and returns
it.
protected static java.util.Set<MicroOperation> toMicroOperations(java.util.Set<GrantAndDenial> grantsAndDenials)
GrantAndDenials into a set of
MicroOperations and returns it.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||