|
|||||||||||
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
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 |
toMicroOperations(java.util.Set grantsAndDenials)
Converts a set of GrantAndDenial s into a set of
MicroOperation s and returns it. |
abstract java.util.Collection |
toTuples()
Converts this item into a collection of ACITuple s 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 itemMethod Detail |
public java.lang.String getIdentificationTag()
public int getPrecedence()
public AuthenticationLevel getAuthenticationLevel()
public abstract java.util.Collection toTuples()
ACITuple
s and returns
it.
protected static java.util.Set toMicroOperations(java.util.Set grantsAndDenials)
GrantAndDenial
s into a set of
MicroOperation
s and returns it.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |