Uses of Class
org.forgerock.opendj.config.LdapProfile
-
Packages that use LdapProfile Package Description org.forgerock.opendj.config Common administration classes.org.forgerock.opendj.config.client.ldap LDAP configuration transport implementation. -
-
Uses of LdapProfile in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return LdapProfile Modifier and Type Method Description static LdapProfile
LdapProfile. 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 LdapProfile Modifier and Type Method Description static ManagementContext
LdapManagementContext. newManagementContext(Connection connection, LdapProfile profile)
Creates a new LDAP management context using the provided LDAP connection anddefault schema
.static ManagementContext
LdapManagementContext. newUnsafeManagementContext(Connection connection, LdapProfile profile)
Creates a new LDAP management context using the provided connection and profile.
-