Class AuthenticationPolicyCfgDefn
java.lang.Object
org.forgerock.opendj.config.AbstractManagedObjectDefinition<AuthenticationPolicyCfgClient,AuthenticationPolicyCfg>
org.forgerock.opendj.server.config.meta.AuthenticationPolicyCfgDefn
public final class AuthenticationPolicyCfgDefn
extends AbstractManagedObjectDefinition<AuthenticationPolicyCfgClient,AuthenticationPolicyCfg>
An interface for querying the Authentication Policy managed object
definition meta information.
Authentication Policies define the policies which should be used for authenticating users and managing the password and other account related state.
-
Method Summary
Modifier and TypeMethodDescriptionstatic AuthenticationPolicyCfgDefn
Get the Authentication Policy configuration definition singleton.Get the "java-class" property definition.Methods inherited from class org.forgerock.opendj.config.AbstractManagedObjectDefinition
getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDeprecated, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerDeprecated, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
-
Method Details
-
getInstance
Get the Authentication Policy configuration definition singleton.- Returns:
- Returns the Authentication Policy configuration definition singleton.
-
getJavaClassPropertyDefinition
Get the "java-class" property definition.Specifies the fully-qualified name of the Java class which provides the Authentication Policy implementation.
- Returns:
- Returns the "java-class" property definition.
-