public final class DseeCompatAccessControlHandlerCfgDefn extends ManagedObjectDefinition<DseeCompatAccessControlHandlerCfgClient,DseeCompatAccessControlHandlerCfg>
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 |
---|---|
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 Compatible Access Control Handler configuration
definition singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<DseeCompatAccessControlHandlerCfg> |
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 DseeCompatAccessControlHandlerCfgDefn getInstance()
public DseeCompatAccessControlHandlerCfgClient createClientConfiguration(ManagedObject<? extends DseeCompatAccessControlHandlerCfgClient> impl)
ManagedObjectDefinition
createClientConfiguration
in class ManagedObjectDefinition<DseeCompatAccessControlHandlerCfgClient,DseeCompatAccessControlHandlerCfg>
impl
- The managed object.public DseeCompatAccessControlHandlerCfg createServerConfiguration(ServerManagedObject<? extends DseeCompatAccessControlHandlerCfg> impl)
ManagedObjectDefinition
createServerConfiguration
in class ManagedObjectDefinition<DseeCompatAccessControlHandlerCfgClient,DseeCompatAccessControlHandlerCfg>
impl
- The server managed object.public Class<DseeCompatAccessControlHandlerCfg> getServerConfigurationClass()
ManagedObjectDefinition
getServerConfigurationClass
in class ManagedObjectDefinition<DseeCompatAccessControlHandlerCfgClient,DseeCompatAccessControlHandlerCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the DSEE Compatible 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 OpenDJ 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 Compatible Access Control Handler implementation.
Copyright 2010-2020 ForgeRock AS.