Uses of Interface
org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
-
Packages that use LdapPassThroughAuthenticationPolicyCfg 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.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages. -
-
Uses of LdapPassThroughAuthenticationPolicyCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type LdapPassThroughAuthenticationPolicyCfg Modifier and Type Method Description ManagedObjectDefinition<? extends LdapPassThroughAuthenticationPolicyCfgClient,? extends LdapPassThroughAuthenticationPolicyCfg>
LdapPassThroughAuthenticationPolicyCfgClient. definition()
Get the configuration definition associated with this LDAP Pass Through Authentication Policy. -
Uses of LdapPassThroughAuthenticationPolicyCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return LdapPassThroughAuthenticationPolicyCfg Modifier and Type Method Description LdapPassThroughAuthenticationPolicyCfg
LdapPassThroughAuthenticationPolicyCfgDefn. createServerConfiguration(ServerManagedObject<? extends LdapPassThroughAuthenticationPolicyCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type LdapPassThroughAuthenticationPolicyCfg Modifier and Type Method Description Class<LdapPassThroughAuthenticationPolicyCfg>
LdapPassThroughAuthenticationPolicyCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type LdapPassThroughAuthenticationPolicyCfg Modifier and Type Method Description LdapPassThroughAuthenticationPolicyCfg
LdapPassThroughAuthenticationPolicyCfgDefn. createServerConfiguration(ServerManagedObject<? extends LdapPassThroughAuthenticationPolicyCfg> impl)
-
Uses of LdapPassThroughAuthenticationPolicyCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type LdapPassThroughAuthenticationPolicyCfg Modifier and Type Method Description Class<? extends LdapPassThroughAuthenticationPolicyCfg>
LdapPassThroughAuthenticationPolicyCfg. configurationClass()
Gets the configuration class associated with this LDAP Pass Through Authentication Policy.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type LdapPassThroughAuthenticationPolicyCfg Modifier and Type Method Description void
LdapPassThroughAuthenticationPolicyCfg. addLdapPassThroughChangeListener(ConfigurationChangeListener<LdapPassThroughAuthenticationPolicyCfg> listener)
Register to be notified when this LDAP Pass Through Authentication Policy is changed.void
LdapPassThroughAuthenticationPolicyCfg. removeLdapPassThroughChangeListener(ConfigurationChangeListener<LdapPassThroughAuthenticationPolicyCfg> listener)
Deregister an existing LDAP Pass Through Authentication Policy configuration change listener. -
Uses of LdapPassThroughAuthenticationPolicyCfg in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type LdapPassThroughAuthenticationPolicyCfg Modifier and Type Method Description AuthenticationPolicy
LDAPPassThroughAuthenticationPolicyFactory. createAuthenticationPolicy(LdapPassThroughAuthenticationPolicyCfg configuration)
boolean
LDAPPassThroughAuthenticationPolicyFactory. isConfigurationAcceptable(LdapPassThroughAuthenticationPolicyCfg cfg, List<LocalizableMessage> unacceptableReasons)
-