|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.ocsg.oauth2.ext.action.OAuth2ErrorAction
Reports errors during OAuth 2.0 request handling.
Field Summary | |
static OAuth2ErrorAction |
ERROR_ACCESS_DENIED
|
static OAuth2ErrorAction |
ERROR_INVALID_CLIENT
|
static OAuth2ErrorAction |
ERROR_INVALID_GRANT
|
static OAuth2ErrorAction |
ERROR_INVALID_REQUEST
|
static OAuth2ErrorAction |
ERROR_INVALID_SCOPE
|
static OAuth2ErrorAction |
ERROR_METHOD_NOT_ALLOWED
|
static OAuth2ErrorAction |
ERROR_SERVER_ERROR
|
static OAuth2ErrorAction |
ERROR_TEMP_UNAVAILAZBLE
|
static OAuth2ErrorAction |
ERROR_UNAUTHORIZED_CLIENT
|
static OAuth2ErrorAction |
ERROR_UNSUPPORTED_GRANT_TYPE
|
static OAuth2ErrorAction |
ERROR_UNSUPPORTED_RESPONSE_TYPE
|
static java.util.Map |
TO_HTTP_CODE
|
Constructor Summary | |
OAuth2ErrorAction(java.lang.String anErr)
|
Method Summary | |
java.lang.String |
getError()
Gets the error type. |
java.lang.String |
getErrorDescription()
Gets the error description. |
java.net.URI |
getErrorUri()
Gets the redirect uri. |
int |
getStatus()
Gets the http status code. |
void |
setErrorDescription(java.lang.String anErrorDescription)
Sets the error description. |
void |
setErrorUri(java.net.URI anErrorUri)
Sets the error uri. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final OAuth2ErrorAction ERROR_ACCESS_DENIED
public static final OAuth2ErrorAction ERROR_INVALID_CLIENT
public static final OAuth2ErrorAction ERROR_INVALID_GRANT
public static final OAuth2ErrorAction ERROR_INVALID_REQUEST
public static final OAuth2ErrorAction ERROR_INVALID_SCOPE
public static final OAuth2ErrorAction ERROR_METHOD_NOT_ALLOWED
public static final OAuth2ErrorAction ERROR_SERVER_ERROR
public static final OAuth2ErrorAction ERROR_TEMP_UNAVAILAZBLE
public static final OAuth2ErrorAction ERROR_UNAUTHORIZED_CLIENT
public static final OAuth2ErrorAction ERROR_UNSUPPORTED_GRANT_TYPE
public static final OAuth2ErrorAction ERROR_UNSUPPORTED_RESPONSE_TYPE
public static final java.util.Map TO_HTTP_CODE
Constructor Detail |
public OAuth2ErrorAction(java.lang.String anErr)
Method Detail |
public java.lang.String getError()
public java.lang.String getErrorDescription()
public java.net.URI getErrorUri()
public int getStatus()
public void setErrorDescription(java.lang.String anErrorDescription)
anErrorDescription
- the error descriptionpublic void setErrorUri(java.net.URI anErrorUri)
anErrorUri
- the error uri
|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |