|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DseeCompatAccessControlHandlerCfgClient
A client-side interface for reading and modifying Dsee Compat Access Control Handler settings.
The Dsee Compat Access Control Handler provides an implementation that uses syntax compatible with the Sun Java System Directory Server Enterprise Edition access control handlers.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends DseeCompatAccessControlHandlerCfgClient,? extends DseeCompatAccessControlHandlerCfg> |
definition()
Get the configuration definition associated with this Dsee Compat Access Control Handler. |
java.util.SortedSet<Aci> |
getGlobalACI()
Gets the "global-aci" property. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
void |
setGlobalACI(java.util.Collection<Aci> values)
Sets the "global-aci" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
Methods inherited from interface org.opends.server.admin.std.client.AccessControlHandlerCfgClient |
---|
isEnabled, setEnabled |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends DseeCompatAccessControlHandlerCfgClient,? extends DseeCompatAccessControlHandlerCfg> definition()
definition
in interface AccessControlHandlerCfgClient
definition
in interface ConfigurationClient
java.util.SortedSet<Aci> getGlobalACI()
Defines global access control rules.
Global access control rules apply to all entries anywhere in the data managed by the Directory Server. The global access control rules may be overridden by more specific access control rules placed in the data.
void setGlobalACI(java.util.Collection<Aci> values) throws IllegalPropertyValueException
Defines global access control rules.
Global access control rules apply to all entries anywhere in the data managed by the Directory Server. The global access control rules may be overridden by more specific access control rules placed in the data.
values
- The values of the "global-aci" property.
IllegalPropertyValueException
- If one or more of the new values are invalid.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Dsee Compat Access Control Handler implementation.
getJavaClass
in interface AccessControlHandlerCfgClient
void setJavaClass(java.lang.String value) throws IllegalPropertyValueException
Specifies the fully-qualified name of the Java class that provides the Dsee Compat Access Control Handler implementation.
setJavaClass
in interface AccessControlHandlerCfgClient
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |