|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
oracle.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 Map |
TO_HTTP_CODE |
| Constructor Summary | |
OAuth2ErrorAction(String err) |
|
| Method Summary | |
String |
getError()Gets the error type. |
String |
getErrorDescription()Gets the error description. |
URI |
getErrorUri()Gets the redirect uri. |
int |
getStatus()Gets the http status code. |
void |
setErrorDescription(String errorDescription)Sets the error description. |
void |
setErrorUri(URI errorUri)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 Map TO_HTTP_CODE
| Constructor Detail |
public OAuth2ErrorAction(String err)
| Method Detail |
public String getError()
public String getErrorDescription()
public URI getErrorUri()
public int getStatus()
public void setErrorDescription(String errorDescription)
errorDescription -public void setErrorUri(URI errorUri)
errorUri -
|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||