| | |
| | | The following classes can be used to create and manage connections to |
| | | LDAP Directory Servers: |
| | | <ul> |
| | | <li>{@link org.opends.sdk.LDAPConnectionFactory}</li> |
| | | <li>{@link org.opends.sdk.Connection}</li> |
| | | <li>{@link org.opends.sdk.Connections}</li> |
| | | <li>{@link org.forgerock.opendj.ldap.LDAPConnectionFactory}</li> |
| | | <li>{@link org.forgerock.opendj.ldap.Connection}</li> |
| | | <li>{@link org.forgerock.opendj.ldap.Connections}</li> |
| | | </ul> |
| | | <br> |
| | | <h1>Creating requests</h1> |
| | | The following classes can be used to create LDAP requests: |
| | | <ul> |
| | | <li>{@link org.opends.sdk.requests.Requests}</li> |
| | | <li>{@link org.opends.sdk.requests.Request}</li> |
| | | <li>{@link org.forgerock.opendj.ldap.requests.Requests}</li> |
| | | <li>{@link org.forgerock.opendj.ldap.requests.Request}</li> |
| | | </ul> |
| | | <br> |
| | | <h1>Using controls</h1> |
| | | Common LDAP control implementations can be found in |
| | | {@link org.opends.sdk.controls}. |
| | | {@link org.forgerock.opendj.ldap.controls}. |
| | | <br> |
| | | <br> |
| | | <h1>Core types</h1> |
| | | The following classes and interfaces represent core types: |
| | | <ul> |
| | | <li>{@link org.opends.sdk.AttributeDescription}</li> |
| | | <li>{@link org.opends.sdk.Attribute}</li> |
| | | <li>{@link org.opends.sdk.DN}</li> |
| | | <li>{@link org.opends.sdk.Entry}</li> |
| | | <li>{@link org.opends.sdk.Filter}</li> |
| | | <li>{@link org.forgerock.opendj.ldap.AttributeDescription}</li> |
| | | <li>{@link org.forgerock.opendj.ldap.Attribute}</li> |
| | | <li>{@link org.forgerock.opendj.ldap.DN}</li> |
| | | <li>{@link org.forgerock.opendj.ldap.Entry}</li> |
| | | <li>{@link org.forgerock.opendj.ldap.Filter}</li> |
| | | </ul> |
| | | <br> |
| | | @see <a href="http://tools.ietf.org/html/rfc4511">RFC 4511 - Lightweight |
| | | Directory Access Protocol (LDAP): The Protocol </a> |
| | | @see org.opends.sdk |
| | | @see org.forgerock.opendj.ldap |
| | | </body> |
| | | </html> |