|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.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(Collection<UserClass> userClasses,
org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel,
Collection<ProtectedItem> protectedItems,
Collection<MicroOperation> microOperations,
boolean grant,
Integer precedence)
Creates a new instance. |
|
| Method Summary | |
|---|---|
org.apache.directory.api.ldap.model.constants.AuthenticationLevel |
getAuthenticationLevel()
Gets the level of authentication required. |
Collection<MicroOperation> |
getMicroOperations()
Gets the collection of MicroOperations this tuple relates. |
Integer |
getPrecedence()
Gets the precedence of this tuple (0-255). |
Collection<ProtectedItem> |
getProtectedItems()
Gets the collection of ProtectedItems this tuple relates. |
Collection<UserClass> |
getUserClasses()
Gets the collection of UserClasses this tuple relates to. |
boolean |
isGrant()
Gets true if and only if this tuple grants an access. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ACITuple(Collection<UserClass> userClasses,
org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel,
Collection<ProtectedItem> protectedItems,
Collection<MicroOperation> microOperations,
boolean grant,
Integer precedence)
userClasses - the collection of UserClasses this tuple relates toauthenticationLevel - the level of authentication requiredprotectedItems - the collection of ProtectedItems this tuple relatesmicroOperations - the collection 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 Collection<UserClass> getUserClasses()
UserClasses this tuple relates to.
UserClassespublic org.apache.directory.api.ldap.model.constants.AuthenticationLevel getAuthenticationLevel()
public Collection<ProtectedItem> getProtectedItems()
ProtectedItems this tuple relates.
ProtectedItemspublic Collection<MicroOperation> getMicroOperations()
MicroOperations this tuple relates.
MicroOperationspublic boolean isGrant()
public Integer getPrecedence()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||