|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<DseeCompatAccessControlHandlerCfgClient,DseeCompatAccessControlHandlerCfg>
org.opends.server.admin.std.meta.DseeCompatAccessControlHandlerCfgDefn
public final class DseeCompatAccessControlHandlerCfgDefn
An interface for querying the Dsee Compat Access Control Handler managed object definition meta information.
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 | |
---|---|
DseeCompatAccessControlHandlerCfgClient |
createClientConfiguration(ManagedObject<? extends DseeCompatAccessControlHandlerCfgClient> impl)
Creates a client configuration view of the provided managed object. |
DseeCompatAccessControlHandlerCfg |
createServerConfiguration(ServerManagedObject<? extends DseeCompatAccessControlHandlerCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
ACIPropertyDefinition |
getGlobalACIPropertyDefinition()
Get the "global-aci" property definition. |
static DseeCompatAccessControlHandlerCfgDefn |
getInstance()
Get the Dsee Compat Access Control Handler configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<DseeCompatAccessControlHandlerCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static DseeCompatAccessControlHandlerCfgDefn getInstance()
public DseeCompatAccessControlHandlerCfgClient createClientConfiguration(ManagedObject<? extends DseeCompatAccessControlHandlerCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<DseeCompatAccessControlHandlerCfgClient,DseeCompatAccessControlHandlerCfg>
impl
- The managed object.
public DseeCompatAccessControlHandlerCfg createServerConfiguration(ServerManagedObject<? extends DseeCompatAccessControlHandlerCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<DseeCompatAccessControlHandlerCfgClient,DseeCompatAccessControlHandlerCfg>
impl
- The server managed object.
public java.lang.Class<DseeCompatAccessControlHandlerCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<DseeCompatAccessControlHandlerCfgClient,DseeCompatAccessControlHandlerCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Dsee Compat Access Control Handler is enabled. If set to FALSE, then no access control is enforced, and any client (including unauthenticated or anonymous clients) could be allowed to perform any operation if not subject to other restrictions, such as those enforced by the privilege subsystem.
public ACIPropertyDefinition getGlobalACIPropertyDefinition()
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.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Dsee Compat Access Control Handler implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |