Uses of Class
org.forgerock.opendj.config.LdapProfile
Packages that use LdapProfile
Package
Description
Common administration classes.
LDAP configuration transport implementation.
-
Uses of LdapProfile in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return LdapProfileModifier and TypeMethodDescriptionstatic LdapProfileLdapProfile.getInstance()Get the global LDAP profile instance. -
Uses of LdapProfile in org.forgerock.opendj.config.client.ldap
Methods in org.forgerock.opendj.config.client.ldap with parameters of type LdapProfileModifier and TypeMethodDescriptionstatic ManagementContextLdapManagementContext.newManagementContext(Connection connection, LdapProfile profile) Creates a new LDAP management context using the provided LDAP connection anddefault schema.static ManagementContextLdapManagementContext.newUnsafeManagementContext(Connection connection, LdapProfile profile) Creates a new LDAP management context using the provided connection and profile.