Uses of Class
org.forgerock.opendj.ldap.messages.Request.RequestType
-
Packages that use Request.RequestType Package Description org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses. -
-
Uses of Request.RequestType in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return Request.RequestType Modifier and Type Method Description Request.RequestType
InvalidRequest. getInvalidRequestType()
Returns the LDAP protocol-op type of this request.Request.RequestType
AbstractExtendedRequest. getType()
Request.RequestType
InvalidRequest. getType()
Returns the type of this request to avoid expensiveinstanceof
checks.Request.RequestType
Request. getType()
Returns the type of this request to avoid expensiveinstanceof
checks.Request.RequestType
UnknownRequest. 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.Methods in org.forgerock.opendj.ldap.messages with parameters of type Request.RequestType Modifier and Type Method Description static InvalidRequest
Requests. newInvalidRequest(Request.RequestType invalidRequestType, String invalidRawDn, LdapException reason)
Creates a new invalid request using the provided reason.
-