public interface DseeCompatAccessControlHandlerCfgClient extends AccessControlHandlerCfgClient
The DSEE Compatible Access Control Handler provides an implementation that uses syntax compatible with the Sun Java System Directory Server Enterprise Edition access control handlers.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends DseeCompatAccessControlHandlerCfgClient,? extends DseeCompatAccessControlHandlerCfg> |
definition()
Get the configuration definition associated with this DSEE Compatible Access Control Handler.
|
SortedSet<ValueOrExpression<String>> |
getGlobalAci()
Gets the "global-aci" property.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setGlobalAci(Collection<ValueOrExpression<String>> values)
Sets the "global-aci" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends DseeCompatAccessControlHandlerCfgClient,? extends DseeCompatAccessControlHandlerCfg> definition()
definition
in interface AccessControlHandlerCfgClient
definition
in interface ConfigurationClient
SortedSet<ValueOrExpression<String>> getGlobalAci()
Defines global access control rules.
Global access control rules apply to all entries anywhere in the data managed by the OpenDJ directory server. The global access control rules may be overridden by more specific access control rules placed in the data.
void setGlobalAci(Collection<ValueOrExpression<String>> values) throws PropertyException
Defines global access control rules.
Global access control rules apply to all entries anywhere in the data managed by the OpenDJ 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.PropertyException
- If one or more of the new values are invalid.ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the DSEE Compatible Access Control Handler implementation.
getJavaClass
in interface AccessControlHandlerCfgClient
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the DSEE Compatible Access Control Handler implementation.
setJavaClass
in interface AccessControlHandlerCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.