| Package | Description |
|---|---|
| org.picketlink.oauth.grants |
Package contains the various OAuth Grants
|
| org.picketlink.oauth.messages |
Package contains the messages that flow between client and server
|
| Modifier and Type | Field and Description |
|---|---|
protected ErrorResponse.ErrorResponseCode |
OAuthGrant.errorCode |
| Modifier and Type | Method and Description |
|---|---|
OAuthGrant |
OAuthGrant.setErrorResponseCode(ErrorResponse.ErrorResponseCode erc) |
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse.ErrorResponseCode |
ErrorResponse.getError() |
static ErrorResponse.ErrorResponseCode |
ErrorResponse.ErrorResponseCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorResponse.ErrorResponseCode[] |
ErrorResponse.ErrorResponseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
ErrorResponse.setError(ErrorResponse.ErrorResponseCode error) |
Copyright © 2013 JBoss Inc.. All Rights Reserved.