public class AciContext extends Object
| Constructor and Description |
|---|
AciContext(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager,
OperationContext operationContext)
Creates a new instance of AciContext.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.directory.api.ldap.aci.ACITuple> |
getAciTuples() |
org.apache.directory.api.ldap.model.schema.AttributeType |
getAttributeType() |
org.apache.directory.api.ldap.model.entry.Value<?> |
getAttrValue() |
org.apache.directory.api.ldap.model.constants.AuthenticationLevel |
getAuthenticationLevel() |
org.apache.directory.api.ldap.model.entry.Entry |
getEntry() |
org.apache.directory.api.ldap.model.name.Dn |
getEntryDn() |
org.apache.directory.api.ldap.model.entry.Entry |
getEntryView() |
Collection<org.apache.directory.api.ldap.aci.MicroOperation> |
getMicroOperations() |
OperationContext |
getOperationContext() |
org.apache.directory.api.ldap.model.schema.SchemaManager |
getSchemaManager() |
org.apache.directory.api.ldap.model.name.Dn |
getUserDn() |
Collection<org.apache.directory.api.ldap.model.name.Dn> |
getUserGroupNames() |
void |
setAciTuples(Collection<org.apache.directory.api.ldap.aci.ACITuple> aciTuples) |
void |
setAttributeType(org.apache.directory.api.ldap.model.schema.AttributeType attributeType) |
void |
setAttrValue(org.apache.directory.api.ldap.model.entry.Value<?> attrValue) |
void |
setAuthenticationLevel(org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel) |
void |
setEntry(org.apache.directory.api.ldap.model.entry.Entry entry) |
void |
setEntryDn(org.apache.directory.api.ldap.model.name.Dn entryDn) |
void |
setEntryView(org.apache.directory.api.ldap.model.entry.Entry entryView) |
void |
setMicroOperations(Collection<org.apache.directory.api.ldap.aci.MicroOperation> microOperations) |
void |
setOperationContext(OperationContext operationContext) |
void |
setSchemaManager(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager) |
void |
setUserDn(org.apache.directory.api.ldap.model.name.Dn userDn) |
void |
setUserGroupNames(Collection<org.apache.directory.api.ldap.model.name.Dn> userGroupNames) |
public AciContext(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager,
OperationContext operationContext)
schemaManager - The SchemaManager instanceoperationContext - The OperationContext instancepublic org.apache.directory.api.ldap.model.schema.SchemaManager getSchemaManager()
public void setSchemaManager(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager)
schemaManager - the schemaManager to setpublic OperationContext getOperationContext()
public void setOperationContext(OperationContext operationContext)
operationContext - the operationContext to setpublic Collection<org.apache.directory.api.ldap.model.name.Dn> getUserGroupNames()
public void setUserGroupNames(Collection<org.apache.directory.api.ldap.model.name.Dn> userGroupNames)
userGroupNames - the userGroupNames to setpublic org.apache.directory.api.ldap.model.name.Dn getUserDn()
public void setUserDn(org.apache.directory.api.ldap.model.name.Dn userDn)
userDn - the user Dn to setpublic org.apache.directory.api.ldap.model.constants.AuthenticationLevel getAuthenticationLevel()
public void setAuthenticationLevel(org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel)
authenticationLevel - the authenticationLevel to setpublic org.apache.directory.api.ldap.model.name.Dn getEntryDn()
public void setEntryDn(org.apache.directory.api.ldap.model.name.Dn entryDn)
entryDn - the entry Dn to setpublic org.apache.directory.api.ldap.model.schema.AttributeType getAttributeType()
public void setAttributeType(org.apache.directory.api.ldap.model.schema.AttributeType attributeType)
attributeType - the attributeType to setpublic org.apache.directory.api.ldap.model.entry.Value<?> getAttrValue()
public void setAttrValue(org.apache.directory.api.ldap.model.entry.Value<?> attrValue)
attrValue - the attrValue to setpublic Collection<org.apache.directory.api.ldap.aci.MicroOperation> getMicroOperations()
public void setMicroOperations(Collection<org.apache.directory.api.ldap.aci.MicroOperation> microOperations)
microOperations - the microOperations to setpublic Collection<org.apache.directory.api.ldap.aci.ACITuple> getAciTuples()
public void setAciTuples(Collection<org.apache.directory.api.ldap.aci.ACITuple> aciTuples)
aciTuples - the aciTuples to setpublic org.apache.directory.api.ldap.model.entry.Entry getEntry()
public void setEntry(org.apache.directory.api.ldap.model.entry.Entry entry)
entry - the entry to setpublic org.apache.directory.api.ldap.model.entry.Entry getEntryView()
public void setEntryView(org.apache.directory.api.ldap.model.entry.Entry entryView)
entryView - the entryView to setCopyright © 2021. All rights reserved.