Package org.forgerock.opendj.ldap
Class AuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.forgerock.opendj.ldap.LdapException
org.forgerock.opendj.ldap.AuthorizationException
- All Implemented Interfaces:
Serializable
Thrown when the result code returned in a Result indicates that the Request
failed due to an authorization failure. More specifically, this exception is
used for the following error result codes:
AUTHORIZATION_DENIED- the Request failed because the server has not allowed the client to use the requested authorization.CONFIDENTIALITY_REQUIRED- the Request failed because it requires confidentiality for the communication between the client and the server.INSUFFICIENT_ACCESS_RIGHTS- the Request failed because the client does not have sufficient permission to perform the requested operation.STRONG_AUTH_REQUIRED- the Request failed because it requires that the client has completed a strong form of authentication.
- See Also:
-
Method Summary
Methods inherited from class org.forgerock.opendj.ldap.LdapException
getResult, newLdapException, newLdapException, newLdapException, newLdapException, newLdapExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString