Uses of Enum Class
org.forgerock.opendj.ldap.messages.Request.RequestType
Packages that use Request.RequestType
Package
Description
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.RequestTypeModifier and TypeMethodDescriptionInvalidRequest.getInvalidRequestType()Returns the LDAP protocol-op type of this request.AbandonRequest.getType()AbstractExtendedRequest.getType()AddRequest.getType()BindRequest.getType()CompareRequest.getType()DeleteRequest.getType()InvalidRequest.getType()Returns the type of this request to avoid expensiveinstanceofchecks.ModifyDnRequest.getType()ModifyRequest.getType()Request.getType()Returns the type of this request to avoid expensiveinstanceofchecks.SearchRequest.getType()UnbindRequest.getType()UnknownRequest.getType()static Request.RequestTypeReturns the enum constant of this class with the specified name.static Request.RequestType[]Request.RequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forgerock.opendj.ldap.messages with parameters of type Request.RequestTypeModifier and TypeMethodDescriptionstatic InvalidRequestRequests.newInvalidRequest(Request.RequestType invalidRequestType, String invalidRawDn, LdapException reason) Creates a new invalid request using the provided reason.