Uses of Interface
org.forgerock.opendj.server.config.server.AuthenticationPolicyCfg
-
Packages that use AuthenticationPolicyCfg Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server. -
-
Uses of AuthenticationPolicyCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type AuthenticationPolicyCfg Modifier and Type Method Description ManagedObjectDefinition<? extends AuthenticationPolicyCfgClient,? extends AuthenticationPolicyCfg>
AuthenticationPolicyCfgClient. definition()
Get the configuration definition associated with this Authentication Policy.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type AuthenticationPolicyCfg Modifier and Type Method Description <C extends AuthenticationPolicyCfgClient>
CRootCfgClient. createPasswordPolicy(ManagedObjectDefinition<C,? extends AuthenticationPolicyCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Password Policy. -
Uses of AuthenticationPolicyCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type AuthenticationPolicyCfg Modifier and Type Method Description InstantiableRelationDefinition<AuthenticationPolicyCfgClient,AuthenticationPolicyCfg>
RootCfgDefn. getPasswordPoliciesRelationDefinition()
Get the "password-policies" relation definition. -
Uses of AuthenticationPolicyCfg in org.forgerock.opendj.server.config.server
Subinterfaces of AuthenticationPolicyCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interface
LdapPassThroughAuthenticationPolicyCfg
A server-side interface for querying LDAP Pass Through Authentication Policy settings.interface
PasswordPolicyCfg
A server-side interface for querying Password Policy settings.Methods in org.forgerock.opendj.server.config.server that return AuthenticationPolicyCfg Modifier and Type Method Description AuthenticationPolicyCfg
RootCfg. getPasswordPolicy(String name)
Gets the named Password Policy.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type AuthenticationPolicyCfg Modifier and Type Method Description Class<? extends AuthenticationPolicyCfg>
AuthenticationPolicyCfg. configurationClass()
Gets the configuration class associated with this Authentication Policy.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type AuthenticationPolicyCfg Modifier and Type Method Description void
AuthenticationPolicyCfg. addChangeListener(ConfigurationChangeListener<AuthenticationPolicyCfg> listener)
Register to be notified when this Authentication Policy is changed.void
RootCfg. addPasswordPolicyAddListener(ConfigurationAddListener<AuthenticationPolicyCfg> listener)
Registers to be notified when new Password Policies are added.void
RootCfg. addPasswordPolicyDeleteListener(ConfigurationDeleteListener<AuthenticationPolicyCfg> listener)
Registers to be notified when existing Password Policies are deleted.void
AuthenticationPolicyCfg. removeChangeListener(ConfigurationChangeListener<AuthenticationPolicyCfg> listener)
Deregister an existing Authentication Policy configuration change listener.void
RootCfg. removePasswordPolicyAddListener(ConfigurationAddListener<AuthenticationPolicyCfg> listener)
Deregisters an existing Password Policy configuration add listener.void
RootCfg. removePasswordPolicyDeleteListener(ConfigurationDeleteListener<AuthenticationPolicyCfg> listener)
Deregisters an existing Password Policy configuration delete listener. -
Uses of AuthenticationPolicyCfg in org.opends.server.api
Classes in org.opends.server.api with type parameters of type AuthenticationPolicyCfg Modifier and Type Interface Description interface
AuthenticationPolicyFactory<T extends AuthenticationPolicyCfg>
A factory for creating configurable authentication policies.
-