Class HttpAuthorizationMechanismCfgDefn
- java.lang.Object
-
- org.forgerock.opendj.config.AbstractManagedObjectDefinition<HttpAuthorizationMechanismCfgClient,HttpAuthorizationMechanismCfg>
-
- org.forgerock.opendj.server.config.meta.HttpAuthorizationMechanismCfgDefn
-
public final class HttpAuthorizationMechanismCfgDefn extends AbstractManagedObjectDefinition<HttpAuthorizationMechanismCfgClient,HttpAuthorizationMechanismCfg>
An interface for querying the HTTP Authorization Mechanism managed object definition meta information.The HTTP Authorization Mechanism is used to define HTTP authorization mechanism.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanPropertyDefinition
getEnabledPropertyDefinition()
Get the "enabled" property definition.static HttpAuthorizationMechanismCfgDefn
getInstance()
Get the HTTP Authorization Mechanism configuration definition singleton.ClassPropertyDefinition
getJavaClassPropertyDefinition()
Get the "java-class" property definition.-
Methods inherited from class org.forgerock.opendj.config.AbstractManagedObjectDefinition
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
-
-
-
-
Method Detail
-
getInstance
public static HttpAuthorizationMechanismCfgDefn getInstance()
Get the HTTP Authorization Mechanism configuration definition singleton.- Returns:
- Returns the HTTP Authorization Mechanism configuration definition singleton.
-
getEnabledPropertyDefinition
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Get the "enabled" property definition.Indicates whether the HTTP Authorization Mechanism is enabled.
- Returns:
- Returns the "enabled" property definition.
-
getJavaClassPropertyDefinition
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Get the "java-class" property definition.Specifies the fully-qualified name of the Java class that provides the HTTP Authorization Mechanism implementation.
- Returns:
- Returns the "java-class" property definition.
-
-