| Package | Description |
|---|---|
| org.picketlink.oauth.messages |
Package contains the messages that flow between client and server
|
| org.picketlink.oauth.server.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessTokenResponse
OAuth2 Access Token Response
|
class |
AuthorizationResponse
OAuth2 Authorization Response
|
class |
ErrorResponse
OAuth2 Error Response
|
class |
RegistrationResponse
A
OAuthResponse for Client Registration |
| Modifier and Type | Method and Description |
|---|---|
OAuthResponse |
OAuthResponse.setStatusCode(int statusCode) |
| Modifier and Type | Method and Description |
|---|---|
static OAuthResponse |
OAuthServerUtil.authorizationCodeRequest(javax.servlet.http.HttpServletRequest request,
org.picketlink.idm.IdentityManager identityManager)
Handle an Authorization Code Grant Type Request
|
static OAuthResponse |
OAuthServerUtil.tokenRequest(javax.servlet.http.HttpServletRequest request,
org.picketlink.idm.IdentityManager identityManager)
Handle Token Request
|
Copyright © 2013 JBoss Inc.. All Rights Reserved.