|
|||||||||
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<AccessControlHandlerCfgClient,AccessControlHandlerCfg>
org.opends.server.admin.std.meta.AccessControlHandlerCfgDefn
public final class AccessControlHandlerCfgDefn
An interface for querying the Access Control Handler managed object definition meta information.
Access Control Handlers manage the application-wide access control. The OpenDS access control handler is defined through an extensible interface, so that alternate implementations can be created. Only one access control handler may be active in the server at any given time.
Method Summary | |
---|---|
AccessControlHandlerCfgClient |
createClientConfiguration(ManagedObject<? extends AccessControlHandlerCfgClient> impl)
Creates a client configuration view of the provided managed object. |
AccessControlHandlerCfg |
createServerConfiguration(ServerManagedObject<? extends AccessControlHandlerCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static AccessControlHandlerCfgDefn |
getInstance()
Get the Access Control Handler configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<AccessControlHandlerCfg> |
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 AccessControlHandlerCfgDefn getInstance()
public AccessControlHandlerCfgClient createClientConfiguration(ManagedObject<? extends AccessControlHandlerCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<AccessControlHandlerCfgClient,AccessControlHandlerCfg>
impl
- The managed object.
public AccessControlHandlerCfg createServerConfiguration(ServerManagedObject<? extends AccessControlHandlerCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<AccessControlHandlerCfgClient,AccessControlHandlerCfg>
impl
- The server managed object.
public java.lang.Class<AccessControlHandlerCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<AccessControlHandlerCfgClient,AccessControlHandlerCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the 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 ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Access Control Handler implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |