Uses of Interface
org.forgerock.opendj.server.config.server.LdapTrustManagerProviderCfg
-
Packages that use LdapTrustManagerProviderCfg 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 LdapTrustManagerProviderCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type LdapTrustManagerProviderCfg Modifier and Type Method Description ManagedObjectDefinition<? extends LdapTrustManagerProviderCfgClient,? extends LdapTrustManagerProviderCfg>
LdapTrustManagerProviderCfgClient. definition()
Get the configuration definition associated with this LDAP Trust Manager Provider. -
Uses of LdapTrustManagerProviderCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return LdapTrustManagerProviderCfg Modifier and Type Method Description LdapTrustManagerProviderCfg
LdapTrustManagerProviderCfgDefn. createServerConfiguration(ServerManagedObject<? extends LdapTrustManagerProviderCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type LdapTrustManagerProviderCfg Modifier and Type Method Description Class<LdapTrustManagerProviderCfg>
LdapTrustManagerProviderCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type LdapTrustManagerProviderCfg Modifier and Type Method Description LdapTrustManagerProviderCfg
LdapTrustManagerProviderCfgDefn. createServerConfiguration(ServerManagedObject<? extends LdapTrustManagerProviderCfg> impl)
-
Uses of LdapTrustManagerProviderCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type LdapTrustManagerProviderCfg Modifier and Type Method Description Class<? extends LdapTrustManagerProviderCfg>
LdapTrustManagerProviderCfg. configurationClass()
Gets the configuration class associated with this LDAP Trust Manager Provider.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type LdapTrustManagerProviderCfg Modifier and Type Method Description void
LdapTrustManagerProviderCfg. addLdapChangeListener(ConfigurationChangeListener<LdapTrustManagerProviderCfg> listener)
Register to be notified when this LDAP Trust Manager Provider is changed.void
LdapTrustManagerProviderCfg. removeLdapChangeListener(ConfigurationChangeListener<LdapTrustManagerProviderCfg> listener)
Deregister an existing LDAP Trust Manager Provider configuration change listener. -
Uses of LdapTrustManagerProviderCfg in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type LdapTrustManagerProviderCfg Modifier and Type Method Description ConfigChangeResult
LDAPTrustManagerProvider. applyConfigurationChange(LdapTrustManagerProviderCfg cfg)
void
LDAPTrustManagerProvider. initializeTrustManagerProvider(LdapTrustManagerProviderCfg cfg)
boolean
LDAPTrustManagerProvider. isConfigurationAcceptable(LdapTrustManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons)
boolean
LDAPTrustManagerProvider. isConfigurationChangeAcceptable(LdapTrustManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons)
-