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 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 LDAPProfile Modifier and Type Method Description static ManagementContextLDAPManagementContext. newManagementContext(org.forgerock.opendj.ldap.Connection connection, LDAPProfile profile)Create a new LDAP management context using the provided LDAP connection.
-