|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.aci.ACITuple
public class ACITuple
A flatten entity which is converted from an ACIItem. The tuples are
accepted by ACDF (Access Control Decision Function, 18.8, X.501)
| Constructor Summary | |
|---|---|
ACITuple(java.util.Collection<UserClass> userClasses,
AuthenticationLevel authenticationLevel,
java.util.Collection<ProtectedItem> protectedItems,
java.util.Set<MicroOperation> microOperations,
boolean grant,
int precedence)
Creates a new instance. |
|
| Method Summary | |
|---|---|
AuthenticationLevel |
getAuthenticationLevel()
Returns the level of authentication required. |
java.util.Set<MicroOperation> |
getMicroOperations()
Returns the set of MicroOperations this tuple relates. |
int |
getPrecedence()
Returns the precedence of this tuple (0-255). |
java.util.Collection<ProtectedItem> |
getProtectedItems()
Returns the collection of ProtectedItems this tuple relates. |
java.util.Collection<UserClass> |
getUserClasses()
Returns the collection of UserClasses this tuple relates to. |
boolean |
isGrant()
Returns true if and only if this tuple grants an access. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ACITuple(java.util.Collection<UserClass> userClasses,
AuthenticationLevel authenticationLevel,
java.util.Collection<ProtectedItem> protectedItems,
java.util.Set<MicroOperation> microOperations,
boolean grant,
int precedence)
userClasses - the collection of UserClasses this tuple relates toauthenticationLevel - the level of authentication requiredprotectedItems - the collection of ProtectedItems this tuple relatesmicroOperations - the set of MicroOperations this tuple relatesgrant - true if and only if this tuple grants an accessprecedence - the precedence of this tuple (0-255)| Method Detail |
|---|
public java.util.Collection<UserClass> getUserClasses()
UserClasses this tuple relates to.
public AuthenticationLevel getAuthenticationLevel()
public java.util.Collection<ProtectedItem> getProtectedItems()
ProtectedItems this tuple relates.
public java.util.Set<MicroOperation> getMicroOperations()
MicroOperations this tuple relates.
public boolean isGrant()
public int getPrecedence()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||