public final class HTTPAnonymousAuthorizationMechanismCfgDefn extends ManagedObjectDefinition<HTTPAnonymousAuthorizationMechanismCfgClient,HTTPAnonymousAuthorizationMechanismCfg>
The HTTP Anonymous Authorization Mechanism is used to define static authorization.
Modifier and Type | Method and Description |
---|---|
HTTPAnonymousAuthorizationMechanismCfgClient |
createClientConfiguration(ManagedObject<? extends HTTPAnonymousAuthorizationMechanismCfgClient> impl)
Creates a client configuration view of the provided managed object.
|
HTTPAnonymousAuthorizationMechanismCfg |
createServerConfiguration(ServerManagedObject<? extends HTTPAnonymousAuthorizationMechanismCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
static HTTPAnonymousAuthorizationMechanismCfgDefn |
getInstance()
Get the HTTP Anonymous Authorization Mechanism configuration
definition singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<HTTPAnonymousAuthorizationMechanismCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
DNPropertyDefinition |
getUserDNPropertyDefinition()
Get the "user-dn" property 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 HTTPAnonymousAuthorizationMechanismCfgDefn getInstance()
public HTTPAnonymousAuthorizationMechanismCfgClient createClientConfiguration(ManagedObject<? extends HTTPAnonymousAuthorizationMechanismCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<HTTPAnonymousAuthorizationMechanismCfgClient,HTTPAnonymousAuthorizationMechanismCfg>
impl
- The managed object.public HTTPAnonymousAuthorizationMechanismCfg createServerConfiguration(ServerManagedObject<? extends HTTPAnonymousAuthorizationMechanismCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<HTTPAnonymousAuthorizationMechanismCfgClient,HTTPAnonymousAuthorizationMechanismCfg>
impl
- The server managed object.public Class<HTTPAnonymousAuthorizationMechanismCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<HTTPAnonymousAuthorizationMechanismCfgClient,HTTPAnonymousAuthorizationMechanismCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the HTTP Anonymous Authorization Mechanism is enabled.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the HTTP Anonymous Authorization Mechanism implementation.
public DNPropertyDefinition getUserDNPropertyDefinition()
The authorization DN which will be used for performing anonymous operations.
Copyright 2010-2017 ForgeRock AS.