|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.presence.api.authorization.AuthorizationErrorCodes
public final class AuthorizationErrorCodes
The class contains the authorization error codes constants to be used for communication between WPS and authorization service providers
Field Summary | |
---|---|
static int |
AUTHORIZATION_IS_TEMPORARY_UNAVAILABLE
Connection to authorization server is temporary unavailable |
static int |
AUTHORIZATION_OK
Successfully registered/unregistered/subscribed/unsubscribed |
static int |
AUTHORIZATION_REMOTE_EXCEPTION
Remote exception |
static int |
AUTHORIZATION_SERVICE_ALREADY_EXISTS
Failed to register |
static int |
AUTHORIZATION_SERVICE_DOES_NOT_EXIST
Failed to unregister |
static int |
AUTHORIZATION_SERVICE_IS_BLOCKED_BY_ADMIN
Failed to register due to the service is disabled in configuration |
Constructor Summary | |
---|---|
AuthorizationErrorCodes()
|
Method Summary | |
---|---|
static java.lang.String |
getErrorDescription(int errorCode)
Return error description associated with this error code |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int AUTHORIZATION_OK
public static final int AUTHORIZATION_SERVICE_ALREADY_EXISTS
public static final int AUTHORIZATION_SERVICE_DOES_NOT_EXIST
public static final int AUTHORIZATION_REMOTE_EXCEPTION
public static final int AUTHORIZATION_IS_TEMPORARY_UNAVAILABLE
public static final int AUTHORIZATION_SERVICE_IS_BLOCKED_BY_ADMIN
Constructor Detail |
---|
public AuthorizationErrorCodes()
Method Detail |
---|
public static java.lang.String getErrorDescription(int errorCode)
errorCode
- error code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |