public final class AccessControlHandlerCfgDefn extends ManagedObjectDefinition<AccessControlHandlerCfgClient,AccessControlHandlerCfg>
Access Control Handlers manage the application-wide access control. The OpenDJ 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.
Modifier and Type | Method and Description |
---|---|
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.
|
Class<AccessControlHandlerCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
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 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.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.