Package | Description |
---|---|
org.forgerock.opendj.ldap.messages |
Classes and interfaces for core LDAP requests/responses.
|
Modifier and Type | Method and Description |
---|---|
Request.RequestType |
InvalidRequest.getInvalidRequestType()
Returns the LDAP protocol-op type of this request.
|
Request.RequestType |
UnknownRequest.getType() |
Request.RequestType |
Request.getType()
Returns the type of this request to avoid expensive
instanceof checks. |
Request.RequestType |
InvalidRequest.getType()
Returns the type of this request to avoid expensive
instanceof checks. |
Request.RequestType |
AbstractExtendedRequest.getType() |
static Request.RequestType |
Request.RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Request.RequestType[] |
Request.RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static InvalidRequest |
Requests.newInvalidRequest(Request.RequestType invalidRequestType,
String invalidRawDn,
LdapException reason)
Creates a new invalid request using the provided reason.
|
Copyright 2011-2017 ForgeRock AS.