Uses of Interface
org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Packages that use PasswordPolicyCfgClient 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. -
-
Uses of PasswordPolicyCfgClient in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type PasswordPolicyCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends PasswordPolicyCfgClient,? extends PasswordPolicyCfg>PasswordPolicyCfgClient. definition()Get the configuration definition associated with this Password Policy. -
Uses of PasswordPolicyCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return PasswordPolicyCfgClient Modifier and Type Method Description PasswordPolicyCfgClientPasswordPolicyCfgDefn. createClientConfiguration(ManagedObject<? extends PasswordPolicyCfgClient> impl)Creates a client configuration view of the provided managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type PasswordPolicyCfgClient Modifier and Type Method Description AggregationPropertyDefinition<PasswordPolicyCfgClient,PasswordPolicyCfg>GlobalCfgDefn. getDefaultPasswordPolicyPropertyDefinition()Get the "default-password-policy" property definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type PasswordPolicyCfgClient Modifier and Type Method Description PasswordPolicyCfgClientPasswordPolicyCfgDefn. createClientConfiguration(ManagedObject<? extends PasswordPolicyCfgClient> impl)Creates a client configuration view of the provided managed object.
-