A B C D E F G H I J L M O P R S T U V W 

A

ACCESS_TOKEN - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
accessToken - Variable in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
AccessTokenEnabledGrant - Class in org.picketlink.oauth.grants
Base class for grants that involve a access token
AccessTokenEnabledGrant() - Constructor for class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
accessTokenExpiry - Variable in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
AccessTokenRequest - Class in org.picketlink.oauth.messages
OAuth2 Access Token Request
AccessTokenRequest() - Constructor for class org.picketlink.oauth.messages.AccessTokenRequest
 
accessTokenResponse() - Method in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
accessTokenResponse() - Method in class org.picketlink.oauth.grants.AuthorizationCodeGrant
 
AccessTokenResponse - Class in org.picketlink.oauth.messages
OAuth2 Access Token Response
AccessTokenResponse() - Constructor for class org.picketlink.oauth.messages.AccessTokenResponse
 
AccessTokenResponse.TokenType - Enum in org.picketlink.oauth.messages
 
asJSON() - Method in class org.picketlink.oauth.messages.AccessTokenRequest
 
asJSON() - Method in class org.picketlink.oauth.messages.AccessTokenResponse
 
asJSON() - Method in class org.picketlink.oauth.messages.AuthorizationRequest
 
asJSON() - Method in class org.picketlink.oauth.messages.AuthorizationResponse
 
asJSON() - Method in class org.picketlink.oauth.messages.ErrorResponse
 
asJSON() - Method in class org.picketlink.oauth.messages.OAuthMessage
Represent the message as JSON
asJSON() - Method in class org.picketlink.oauth.messages.RefreshTokenRequest
 
asJSON() - Method in class org.picketlink.oauth.messages.RegistrationRequest
 
asJSON() - Method in class org.picketlink.oauth.messages.RegistrationResponse
 
asJSON() - Method in class org.picketlink.oauth.messages.ResourceAccessRequest
 
asQueryParams() - Method in class org.picketlink.oauth.messages.AccessTokenRequest
 
asQueryParams() - Method in class org.picketlink.oauth.messages.AccessTokenResponse
 
asQueryParams() - Method in class org.picketlink.oauth.messages.AuthorizationRequest
 
asQueryParams() - Method in class org.picketlink.oauth.messages.AuthorizationResponse
 
asQueryParams() - Method in class org.picketlink.oauth.messages.ErrorResponse
 
asQueryParams() - Method in class org.picketlink.oauth.messages.OAuthMessage
Represent the message as Query Parameters
asQueryParams() - Method in class org.picketlink.oauth.messages.RefreshTokenRequest
 
asQueryParams() - Method in class org.picketlink.oauth.messages.RegistrationRequest
 
asQueryParams() - Method in class org.picketlink.oauth.messages.RegistrationResponse
 
asQueryParams() - Method in class org.picketlink.oauth.messages.ResourceAccessRequest
 
ASSERTION - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
ASSERTION_TYPE - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
AUTH_SCHEME - Static variable in class org.picketlink.oauth.OAuthUtils
 
AUTHORIZATION - Static variable in interface org.picketlink.oauth.common.OAuthConstants.HeaderType
 
AUTHORIZATION_CODE - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
authorizationClient() - Method in class org.picketlink.oauth.client.ClientOAuth
Create a client for making Authorization Code Requests
AuthorizationCodeGrant - Class in org.picketlink.oauth.grants
Represents the OAuth2 Authorization Code Grant Workflow
AuthorizationCodeGrant() - Constructor for class org.picketlink.oauth.grants.AuthorizationCodeGrant
 
authorizationCodeRequest(HttpServletRequest, IdentityManager) - Static method in class org.picketlink.oauth.server.util.OAuthServerUtil
Handle an Authorization Code Grant Type Request
AuthorizationEndpoint - Class in org.picketlink.oauth.server.endpoint
OAuth2 Authorization Endpoint
AuthorizationEndpoint() - Constructor for class org.picketlink.oauth.server.endpoint.AuthorizationEndpoint
 
AuthorizationRequest - Class in org.picketlink.oauth.messages
OAuth2 Authorization Request
AuthorizationRequest() - Constructor for class org.picketlink.oauth.messages.AuthorizationRequest
 
authorizationResponse() - Method in class org.picketlink.oauth.grants.AuthorizationCodeGrant
 
AuthorizationResponse - Class in org.picketlink.oauth.messages
OAuth2 Authorization Response
AuthorizationResponse() - Constructor for class org.picketlink.oauth.messages.AuthorizationResponse
 
authorize(HttpServletRequest) - Method in class org.picketlink.oauth.server.endpoint.AuthorizationEndpoint
 
authorize(HttpServletRequest) - Method in class org.picketlink.oauth.server.endpoint.ResourceEndpoint
 
authorize(HttpServletRequest) - Method in class org.picketlink.oauth.server.endpoint.TokenEndpoint
 
authorizeGet(HttpServletRequest) - Method in class org.picketlink.oauth.server.endpoint.TokenEndpoint
 

B

BaseEndpoint - Class in org.picketlink.oauth.server.endpoint
Base class for endpoints
BaseEndpoint() - Constructor for class org.picketlink.oauth.server.endpoint.BaseEndpoint
 
BEARER_TOKEN - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
build() - Method in class org.picketlink.oauth.client.ClientOAuth.AccessTokenClient
 
build() - Method in class org.picketlink.oauth.client.ClientOAuth.AuthorizationClient
 
build() - Method in class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 

C

CLIENT_DESCRIPTION - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
CLIENT_ICON - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
CLIENT_ID - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
CLIENT_NAME - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
CLIENT_REDIRECT_URL - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
CLIENT_SECRET - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
CLIENT_URL - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
ClientCredentialsGrant - Class in org.picketlink.oauth.grants
Represents OAuth2 Client Credentials Grant Workflow
ClientCredentialsGrant() - Constructor for class org.picketlink.oauth.grants.ClientCredentialsGrant
 
ClientOAuth - Class in org.picketlink.oauth.client
OAuth Client
ClientOAuth() - Constructor for class org.picketlink.oauth.client.ClientOAuth
 
ClientOAuth.AccessTokenClient - Class in org.picketlink.oauth.client
Create a client that can make access token requests
ClientOAuth.AccessTokenClient() - Constructor for class org.picketlink.oauth.client.ClientOAuth.AccessTokenClient
 
ClientOAuth.AuthorizationClient - Class in org.picketlink.oauth.client
Create a client that can make authorization code grant requests
ClientOAuth.AuthorizationClient() - Constructor for class org.picketlink.oauth.client.ClientOAuth.AuthorizationClient
 
ClientOAuth.RegistrationClient - Class in org.picketlink.oauth.client
Create a client that can make client registration requests
ClientOAuth.RegistrationClient() - Constructor for class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 
ClientOAuth.ResourceClient - Class in org.picketlink.oauth.client
Create a client that can make access requests for OAuth Resources
ClientOAuth.ResourceClient(String) - Constructor for class org.picketlink.oauth.client.ClientOAuth.ResourceClient
 
CODE - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
CONTENT_TYPE - Static variable in interface org.picketlink.oauth.common.OAuthConstants.HeaderType
 
context - Variable in class org.picketlink.oauth.filters.OAuthResourceFilter
 
context - Variable in class org.picketlink.oauth.server.endpoint.BaseEndpoint
 

D

decodeForm(String) - Static method in class org.picketlink.oauth.OAuthUtils
Parse a form-urlencoded document.
decodeOAuthHeader(String) - Static method in class org.picketlink.oauth.OAuthUtils
 
decodePercent(String) - Static method in class org.picketlink.oauth.OAuthUtils
 
decodeScopes(String) - Static method in class org.picketlink.oauth.OAuthUtils
 
DELETE - Static variable in interface org.picketlink.oauth.common.OAuthConstants.HttpMethod
 
destroy() - Method in class org.picketlink.oauth.filters.OAuthResourceFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.picketlink.oauth.filters.OAuthResourceFilter
 

E

encode(String) - Method in class org.picketlink.oauth.messages.OAuthMessage
 
encodeOAuthHeader(Map<String, Object>) - Static method in class org.picketlink.oauth.OAuthUtils
Construct a WWW-Authenticate or Authorization header with the OAuth challenge/credentials
encodeScopes(Set<String>) - Static method in class org.picketlink.oauth.OAuthUtils
 
error() - Method in class org.picketlink.oauth.grants.OAuthGrant
 
errorCode - Variable in class org.picketlink.oauth.grants.OAuthGrant
 
errorDescription - Variable in class org.picketlink.oauth.grants.OAuthGrant
 
ErrorResponse - Class in org.picketlink.oauth.messages
OAuth2 Error Response
ErrorResponse() - Constructor for class org.picketlink.oauth.messages.ErrorResponse
 
ErrorResponse.ErrorResponseCode - Enum in org.picketlink.oauth.messages
 
errorURI - Variable in class org.picketlink.oauth.grants.OAuthGrant
 
execute() - Method in class org.picketlink.oauth.client.ClientOAuth.AccessTokenClient
 
execute() - Method in class org.picketlink.oauth.client.ClientOAuth.AuthorizationClient
 
execute() - Method in class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 
execute() - Method in class org.picketlink.oauth.client.ClientOAuth.ResourceClient
 
EXPIRES_IN - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 

F

format(Collection<? extends Map.Entry<String, Object>>, String) - Static method in class org.picketlink.oauth.OAuthUtils
Translates parameters into application/x-www-form-urlencoded String

G

GET - Static variable in interface org.picketlink.oauth.common.OAuthConstants.HttpMethod
 
getAccessToken() - Method in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
getAccessToken() - Method in class org.picketlink.oauth.messages.AccessTokenResponse
 
getAccessToken() - Method in class org.picketlink.oauth.messages.ResourceAccessRequest
 
getAccessTokenRequest() - Method in class org.picketlink.oauth.grants.ClientCredentialsGrant
 
getAppDescription() - Method in class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 
getAppIcon() - Method in class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 
getAppName() - Method in class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 
getAppRedirectURL() - Method in class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 
getAppURL() - Method in class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 
getAuthCodeRedirectURL() - Method in class org.picketlink.oauth.client.ClientOAuth.AccessTokenClient
 
getAuthCodeRedirectURL() - Method in class org.picketlink.oauth.client.ClientOAuth.AuthorizationClient
 
getAuthHeaderField(String) - Static method in class org.picketlink.oauth.OAuthUtils
 
getAuthorizationCode() - Method in class org.picketlink.oauth.client.ClientOAuth.AccessTokenClient
 
getAuthorizationEndpoint() - Method in class org.picketlink.oauth.client.ClientOAuth.AuthorizationClient
 
getAuthorizationRequest() - Method in class org.picketlink.oauth.grants.ImplicitGrant
 
getAuthzMethod(String) - Static method in class org.picketlink.oauth.OAuthUtils
 
getClientDescription() - Method in class org.picketlink.oauth.messages.RegistrationRequest
 
getClientIcon() - Method in class org.picketlink.oauth.messages.RegistrationRequest
 
getClientID() - Method in class org.picketlink.oauth.client.ClientOAuth.AccessTokenClient
 
getClientID() - Method in class org.picketlink.oauth.client.ClientOAuth.AuthorizationClient
 
getClientId() - Method in class org.picketlink.oauth.messages.AccessTokenRequest
 
getClientId() - Method in class org.picketlink.oauth.messages.AuthorizationRequest
 
getClientID() - Method in class org.picketlink.oauth.messages.RegistrationResponse
 
getClientName() - Method in class org.picketlink.oauth.messages.RegistrationRequest
 
getClientRedirectURI() - Method in class org.picketlink.oauth.messages.RegistrationRequest
 
getClientSecret() - Method in class org.picketlink.oauth.client.ClientOAuth.AccessTokenClient
 
getClientSecret() - Method in class org.picketlink.oauth.messages.RegistrationResponse
 
getClientURL() - Method in class org.picketlink.oauth.messages.RegistrationRequest
 
getCode() - Method in class org.picketlink.oauth.messages.AccessTokenRequest
 
getCode() - Method in class org.picketlink.oauth.messages.AuthorizationResponse
 
getError() - Method in class org.picketlink.oauth.messages.ErrorResponse
 
getErrorDescription() - Method in class org.picketlink.oauth.messages.ErrorResponse
 
getErrorURI() - Method in class org.picketlink.oauth.messages.ErrorResponse
 
getExpires() - Method in class org.picketlink.oauth.messages.AccessTokenResponse
 
getExpiresIn() - Method in class org.picketlink.oauth.messages.RegistrationResponse
 
getGrantType() - Method in class org.picketlink.oauth.messages.AccessTokenRequest
 
getGrantType() - Method in class org.picketlink.oauth.messages.RefreshTokenRequest
 
getIssued() - Method in class org.picketlink.oauth.messages.RegistrationResponse
 
getLocation() - Method in class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 
getLocation() - Method in class org.picketlink.oauth.messages.AccessTokenRequest
 
getLocation() - Method in class org.picketlink.oauth.messages.AuthorizationRequest
 
getLocation() - Method in class org.picketlink.oauth.messages.OAuthResponse
 
getLocation() - Method in class org.picketlink.oauth.messages.RegistrationRequest
 
getObjectMapper() - Method in class org.picketlink.oauth.messages.OAuthMessage
 
getPassword() - Method in class org.picketlink.oauth.grants.ResourceOwnerPasswordCredentialsGrant.PasswordAccessTokenRequest
 
getRedirectUri() - Method in class org.picketlink.oauth.messages.AccessTokenRequest
 
getRedirectUri() - Method in class org.picketlink.oauth.messages.AuthorizationRequest
 
getRefreshToken() - Method in class org.picketlink.oauth.messages.AccessTokenResponse
 
getRefreshToken() - Method in class org.picketlink.oauth.messages.RefreshTokenRequest
 
getRequest() - Method in class org.picketlink.oauth.grants.ResourceOwnerPasswordCredentialsGrant
 
getResponseMessage() - Method in class org.picketlink.oauth.messages.AuthorizationResponse
 
getResponseType() - Method in class org.picketlink.oauth.messages.AuthorizationRequest
 
getScope() - Method in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
getScope() - Method in class org.picketlink.oauth.messages.AccessTokenResponse
 
getScope() - Method in class org.picketlink.oauth.messages.AuthorizationRequest
 
getScope() - Method in class org.picketlink.oauth.messages.RefreshTokenRequest
 
getServices() - Static method in class org.picketlink.oauth.PicketLinkOAuthApplication
 
getSingletons() - Method in class org.picketlink.oauth.PicketLinkOAuthApplication
 
getState() - Method in class org.picketlink.oauth.messages.AccessTokenResponse
 
getState() - Method in class org.picketlink.oauth.messages.AuthorizationRequest
 
getState() - Method in class org.picketlink.oauth.messages.AuthorizationResponse
 
getState() - Method in class org.picketlink.oauth.messages.ErrorResponse
 
getStatusCode() - Method in class org.picketlink.oauth.messages.OAuthResponse
 
getTokenEndpoint() - Method in class org.picketlink.oauth.client.ClientOAuth.AccessTokenClient
 
getTokenType() - Method in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
getTokenType() - Method in class org.picketlink.oauth.messages.AccessTokenResponse
 
getUsername() - Method in class org.picketlink.oauth.grants.ResourceOwnerPasswordCredentialsGrant.PasswordAccessTokenRequest
 
getValueGenerator() - Method in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
GRANT_TYPE - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
GRANT_TYPE - Static variable in class org.picketlink.oauth.grants.AuthorizationCodeGrant
 
GRANT_TYPE - Static variable in class org.picketlink.oauth.grants.ResourceOwnerPasswordCredentialsGrant
 

H

handleIdentityManager(ServletContext) - Static method in class org.picketlink.oauth.server.util.OAuthServerUtil
Centralize the IDM setup
hasContentType(String, String) - Static method in class org.picketlink.oauth.OAuthUtils
 
hasEmptyValues(String[]) - Static method in class org.picketlink.oauth.OAuthUtils
 
HEADER_NAME - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 

I

identityManager - Variable in class org.picketlink.oauth.filters.OAuthResourceFilter
 
identityManager - Variable in class org.picketlink.oauth.server.endpoint.BaseEndpoint
 
ImplicitGrant - Class in org.picketlink.oauth.grants
Represents OAuth2 Implicit Grant Workflow
ImplicitGrant() - Constructor for class org.picketlink.oauth.grants.ImplicitGrant
 
init(FilterConfig) - Method in class org.picketlink.oauth.filters.OAuthResourceFilter
 
isEmpty(String) - Static method in class org.picketlink.oauth.OAuthUtils
 
isFormEncoded(String) - Static method in class org.picketlink.oauth.OAuthUtils
Return true if the given Content-Type header means FORM_ENCODED.
isMultipart(HttpServletRequest) - Static method in class org.picketlink.oauth.OAuthUtils
 

J

JSON - Static variable in interface org.picketlink.oauth.common.OAuthConstants.ContentType
 

L

location - Variable in class org.picketlink.oauth.messages.OAuthResponse
 
log - Static variable in class org.picketlink.oauth.server.endpoint.TokenEndpoint
 

M

MULTIPART - Static variable in class org.picketlink.oauth.OAuthUtils
 

O

OAuthClientException - Exception in org.picketlink.oauth.client
General OAuth Client Exception
OAuthClientException() - Constructor for exception org.picketlink.oauth.client.OAuthClientException
 
OAuthClientException(String, Throwable) - Constructor for exception org.picketlink.oauth.client.OAuthClientException
 
OAuthClientException(String) - Constructor for exception org.picketlink.oauth.client.OAuthClientException
 
OAuthClientException(Throwable) - Constructor for exception org.picketlink.oauth.client.OAuthClientException
 
OAuthConstants - Interface in org.picketlink.oauth.common
Constants
OAuthConstants.ContentType - Interface in org.picketlink.oauth.common
 
OAuthConstants.HeaderType - Interface in org.picketlink.oauth.common
 
OAuthConstants.HttpMethod - Interface in org.picketlink.oauth.common
 
OAuthConstants.WWWAuthHeader - Interface in org.picketlink.oauth.common
 
OAuthGrant - Class in org.picketlink.oauth.grants
Base class for the grants
OAuthGrant() - Constructor for class org.picketlink.oauth.grants.OAuthGrant
 
OAuthMessage - Class in org.picketlink.oauth.messages
Base class for OAuth Request and Response messages
OAuthMessage() - Constructor for class org.picketlink.oauth.messages.OAuthMessage
 
OAuthRequest - Class in org.picketlink.oauth.messages
Base class for OAuth Requests
OAuthRequest() - Constructor for class org.picketlink.oauth.messages.OAuthRequest
 
OAuthResourceFilter - Class in org.picketlink.oauth.filters
An instance of Filter that performs OAuth checks before allowing access to a resource
OAuthResourceFilter() - Constructor for class org.picketlink.oauth.filters.OAuthResourceFilter
 
OAuthResponse - Class in org.picketlink.oauth.messages
Represents an OAuth Response
OAuthResponse() - Constructor for class org.picketlink.oauth.messages.OAuthResponse
 
OAuthServerUtil - Class in org.picketlink.oauth.server.util
Utility
OAuthServerUtil() - Constructor for class org.picketlink.oauth.server.util.OAuthServerUtil
 
OAuthUtils - Class in org.picketlink.oauth
Common OAuth Utils class.
OAuthUtils() - Constructor for class org.picketlink.oauth.OAuthUtils
 
objectMapper - Variable in class org.picketlink.oauth.client.ClientOAuth
 
org.picketlink.oauth - package org.picketlink.oauth
 
org.picketlink.oauth.client - package org.picketlink.oauth.client
 
org.picketlink.oauth.common - package org.picketlink.oauth.common
Package contains classes that are common for client and server side
org.picketlink.oauth.filters - package org.picketlink.oauth.filters
 
org.picketlink.oauth.grants - package org.picketlink.oauth.grants
Package contains the various OAuth Grants
org.picketlink.oauth.messages - package org.picketlink.oauth.messages
Package contains the messages that flow between client and server
org.picketlink.oauth.registration - package org.picketlink.oauth.registration
 
org.picketlink.oauth.server.endpoint - package org.picketlink.oauth.server.endpoint
 
org.picketlink.oauth.server.util - package org.picketlink.oauth.server.util
 

P

parseRegistrationRequestWithFORM(HttpServletRequest) - Static method in class org.picketlink.oauth.server.util.OAuthServerUtil
Parse a RegistrationRequest coming as application/x-www-form-urlencoded
parseRegistrationRequestWithJSON(HttpServletRequest) - Static method in class org.picketlink.oauth.server.util.OAuthServerUtil
Parse a RegistrationRequest coming as application/json
parseResourceRequest(HttpServletRequest) - Static method in class org.picketlink.oauth.server.util.OAuthServerUtil
Parse a ResourceAccessRequest with application/x-www-form-urlencoded
PASSWORD - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
percentEncode(Iterable) - Static method in class org.picketlink.oauth.OAuthUtils
Construct a &-separated list of the given values, percentEncoded.
percentEncode(String) - Static method in class org.picketlink.oauth.OAuthUtils
 
PicketLinkOAuthApplication - Class in org.picketlink.oauth
A JAXRS Application for OAuth
PicketLinkOAuthApplication() - Constructor for class org.picketlink.oauth.PicketLinkOAuthApplication
 
POST - Static variable in interface org.picketlink.oauth.common.OAuthConstants.HttpMethod
 
PUT - Static variable in interface org.picketlink.oauth.common.OAuthConstants.HttpMethod
 

R

REALM - Static variable in interface org.picketlink.oauth.common.OAuthConstants.WWWAuthHeader
 
REDIRECT_URI - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
REFRESH_TOKEN - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
refreshToken - Variable in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
RefreshTokenRequest - Class in org.picketlink.oauth.messages
OAuth2 Refresh Token Request
RefreshTokenRequest() - Constructor for class org.picketlink.oauth.messages.RefreshTokenRequest
 
register(HttpServletRequest) - Method in class org.picketlink.oauth.registration.RegistrationEndpoint
 
registerAsForm(HttpServletRequest) - Method in class org.picketlink.oauth.registration.RegistrationEndpoint
 
registerAsJSON() - Method in class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 
registrationClient() - Method in class org.picketlink.oauth.client.ClientOAuth
Create a client for making Registration Requests
RegistrationEndpoint - Class in org.picketlink.oauth.registration
Endpoint used in registration of OAuth Client Applications
RegistrationEndpoint() - Constructor for class org.picketlink.oauth.registration.RegistrationEndpoint
 
RegistrationRequest - Class in org.picketlink.oauth.messages
A OAuthRequest for client registration
RegistrationRequest() - Constructor for class org.picketlink.oauth.messages.RegistrationRequest
 
RegistrationResponse - Class in org.picketlink.oauth.messages
A OAuthResponse for Client Registration
RegistrationResponse() - Constructor for class org.picketlink.oauth.messages.RegistrationResponse
 
request - Variable in class org.picketlink.oauth.client.ClientOAuth
 
ResourceAccessRequest - Class in org.picketlink.oauth.messages
A request for resource
ResourceAccessRequest() - Constructor for class org.picketlink.oauth.messages.ResourceAccessRequest
 
resourceClient(String) - Method in class org.picketlink.oauth.client.ClientOAuth
Create a client for making resource requests
ResourceEndpoint - Class in org.picketlink.oauth.server.endpoint
OAuth2 Resource Endpoint
ResourceEndpoint() - Constructor for class org.picketlink.oauth.server.endpoint.ResourceEndpoint
 
ResourceOwnerPasswordCredentialsGrant - Class in org.picketlink.oauth.grants
OAuth2 Resource Owner Password Credentials Grant Workflow
ResourceOwnerPasswordCredentialsGrant() - Constructor for class org.picketlink.oauth.grants.ResourceOwnerPasswordCredentialsGrant
 
ResourceOwnerPasswordCredentialsGrant.PasswordAccessTokenRequest - Class in org.picketlink.oauth.grants
A special AccessTokenRequest that is used for passing password
ResourceOwnerPasswordCredentialsGrant.PasswordAccessTokenRequest() - Constructor for class org.picketlink.oauth.grants.ResourceOwnerPasswordCredentialsGrant.PasswordAccessTokenRequest
 
RESPONSE_TYPE - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 

S

saveStreamAsString(InputStream) - Static method in class org.picketlink.oauth.OAuthUtils
Read data from Input Stream and save it as a String.
SCOPE - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
scope - Variable in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
setAccessToken(String) - Method in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
setAccessToken(String) - Method in class org.picketlink.oauth.messages.AccessTokenResponse
 
setAccessToken(String) - Method in class org.picketlink.oauth.messages.ResourceAccessRequest
 
setAccessTokenExpiry(long) - Method in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
setAccessTokenRequest(AccessTokenRequest) - Method in class org.picketlink.oauth.grants.AuthorizationCodeGrant
 
setAccessTokenRequest(AccessTokenRequest) - Method in class org.picketlink.oauth.grants.ClientCredentialsGrant
 
setAccessTokenRequest(ResourceOwnerPasswordCredentialsGrant.PasswordAccessTokenRequest) - Method in class org.picketlink.oauth.grants.ResourceOwnerPasswordCredentialsGrant
 
setAppDescription(String) - Method in class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 
setAppIcon(String) - Method in class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 
setAppName(String) - Method in class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 
setAppRedirectURL(String) - Method in class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 
setAppURL(String) - Method in class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 
setAuthCodeRedirectURL(String) - Method in class org.picketlink.oauth.client.ClientOAuth.AccessTokenClient
 
setAuthCodeRedirectURL(String) - Method in class org.picketlink.oauth.client.ClientOAuth.AuthorizationClient
 
setAuthorizationCode(String) - Method in class org.picketlink.oauth.client.ClientOAuth.AccessTokenClient
 
setAuthorizationCode(String) - Method in class org.picketlink.oauth.grants.AuthorizationCodeGrant
 
setAuthorizationEndpoint(String) - Method in class org.picketlink.oauth.client.ClientOAuth.AuthorizationClient
 
setAuthorizationRequest(AuthorizationRequest) - Method in class org.picketlink.oauth.grants.AuthorizationCodeGrant
 
setAuthorizationRequest(AuthorizationRequest) - Method in class org.picketlink.oauth.grants.ImplicitGrant
 
setClient_Icon(String) - Method in class org.picketlink.oauth.messages.RegistrationRequest
 
setClientDescription(String) - Method in class org.picketlink.oauth.messages.RegistrationRequest
 
setClientID(String) - Method in class org.picketlink.oauth.client.ClientOAuth.AccessTokenClient
 
setClientID(String) - Method in class org.picketlink.oauth.client.ClientOAuth.AuthorizationClient
 
setClientId(String) - Method in class org.picketlink.oauth.messages.AccessTokenRequest
 
setClientId(String) - Method in class org.picketlink.oauth.messages.AuthorizationRequest
 
setClientID(String) - Method in class org.picketlink.oauth.messages.RegistrationResponse
 
setClientName(String) - Method in class org.picketlink.oauth.messages.RegistrationRequest
 
setClientRedirecturl(String) - Method in class org.picketlink.oauth.messages.RegistrationRequest
 
setClientSecret(String) - Method in class org.picketlink.oauth.client.ClientOAuth.AccessTokenClient
 
setClientSecret(String) - Method in class org.picketlink.oauth.messages.RegistrationResponse
 
setClientUrl(String) - Method in class org.picketlink.oauth.messages.RegistrationRequest
 
setCode(String) - Method in class org.picketlink.oauth.messages.AccessTokenRequest
 
setCode(String) - Method in class org.picketlink.oauth.messages.AuthorizationResponse
 
setError(ErrorResponse.ErrorResponseCode) - Method in class org.picketlink.oauth.messages.ErrorResponse
 
setErrorDescription(String) - Method in class org.picketlink.oauth.grants.OAuthGrant
 
setErrorDescription(String) - Method in class org.picketlink.oauth.messages.ErrorResponse
 
setErrorResponseCode(ErrorResponse.ErrorResponseCode) - Method in class org.picketlink.oauth.grants.OAuthGrant
 
setErrorURI(String) - Method in class org.picketlink.oauth.grants.OAuthGrant
 
setErrorURI(String) - Method in class org.picketlink.oauth.messages.ErrorResponse
 
setExpires(long) - Method in class org.picketlink.oauth.messages.AccessTokenResponse
 
setExpiresIn(long) - Method in class org.picketlink.oauth.messages.RegistrationResponse
 
setGrantType(String) - Method in class org.picketlink.oauth.messages.AccessTokenRequest
 
setGrantType(String) - Method in class org.picketlink.oauth.messages.RefreshTokenRequest
 
setIssued(String) - Method in class org.picketlink.oauth.messages.RegistrationResponse
 
setLocation(String) - Method in class org.picketlink.oauth.client.ClientOAuth.RegistrationClient
 
setLocation(String) - Method in class org.picketlink.oauth.messages.AccessTokenRequest
 
setLocation(String) - Method in class org.picketlink.oauth.messages.AuthorizationRequest
 
setLocation(String) - Method in class org.picketlink.oauth.messages.OAuthResponse
 
setLocation(String) - Method in class org.picketlink.oauth.messages.RegistrationRequest
 
setPassword(String) - Method in class org.picketlink.oauth.grants.ResourceOwnerPasswordCredentialsGrant.PasswordAccessTokenRequest
 
setRedirectUri(String) - Method in class org.picketlink.oauth.messages.AccessTokenRequest
 
setRedirectUri(String) - Method in class org.picketlink.oauth.messages.AuthorizationRequest
 
setRefreshToken(String) - Method in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
setRefreshToken(String) - Method in class org.picketlink.oauth.messages.AccessTokenResponse
 
setRefreshToken(String) - Method in class org.picketlink.oauth.messages.RefreshTokenRequest
 
setResourceURL(String) - Method in class org.picketlink.oauth.client.ClientOAuth.ResourceClient
 
setResponseMessage(String) - Method in class org.picketlink.oauth.messages.AuthorizationResponse
 
setResponseType(String) - Method in class org.picketlink.oauth.messages.AuthorizationRequest
 
setScope(String) - Method in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
setScope(String) - Method in class org.picketlink.oauth.messages.AccessTokenResponse
 
setScope(String) - Method in class org.picketlink.oauth.messages.AuthorizationRequest
 
setScope(String) - Method in class org.picketlink.oauth.messages.RefreshTokenRequest
 
setState(String) - Method in class org.picketlink.oauth.messages.AccessTokenResponse
 
setState(String) - Method in class org.picketlink.oauth.messages.AuthorizationRequest
 
setState(String) - Method in class org.picketlink.oauth.messages.AuthorizationResponse
 
setState(String) - Method in class org.picketlink.oauth.messages.ErrorResponse
 
setStatusCode(int) - Method in class org.picketlink.oauth.messages.OAuthResponse
 
setTokenEndpoint(String) - Method in class org.picketlink.oauth.client.ClientOAuth.AccessTokenClient
 
setTokenType(AccessTokenResponse.TokenType) - Method in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
setTokenType(AccessTokenResponse.TokenType) - Method in class org.picketlink.oauth.messages.AccessTokenResponse
 
setup() - Method in class org.picketlink.oauth.server.endpoint.BaseEndpoint
 
setUsername(String) - Method in class org.picketlink.oauth.grants.ResourceOwnerPasswordCredentialsGrant.PasswordAccessTokenRequest
 
setValueGenerator(ValueGenerator) - Method in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
STATE - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
state - Variable in class org.picketlink.oauth.grants.OAuthGrant
 
statusCode - Variable in class org.picketlink.oauth.messages.OAuthResponse
 

T

TOKEN - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
TOKEN_TYPE - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
tokenClient() - Method in class org.picketlink.oauth.client.ClientOAuth
Create a client for making Access Token Requests
TokenEndpoint - Class in org.picketlink.oauth.server.endpoint
Token End Point
TokenEndpoint() - Constructor for class org.picketlink.oauth.server.endpoint.TokenEndpoint
 
tokenRequest(HttpServletRequest, IdentityManager) - Static method in class org.picketlink.oauth.server.util.OAuthServerUtil
Handle Token Request
tokenType - Variable in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
toString(InputStream, String) - Static method in class org.picketlink.oauth.OAuthUtils
Get the entity content as a String, using the provided default character set if none is found in the entity.

U

URL_ENCODED - Static variable in interface org.picketlink.oauth.common.OAuthConstants.ContentType
 
USERNAME - Static variable in interface org.picketlink.oauth.common.OAuthConstants
 
UUIDGenerator - Class in org.picketlink.oauth.common
 
UUIDGenerator() - Constructor for class org.picketlink.oauth.common.UUIDGenerator
 

V

validate() - Method in class org.picketlink.oauth.grants.AuthorizationCodeGrant
 
validate() - Method in class org.picketlink.oauth.grants.ClientCredentialsGrant
 
validate() - Method in class org.picketlink.oauth.grants.ImplicitGrant
 
validate() - Method in class org.picketlink.oauth.grants.OAuthGrant
 
validate() - Method in class org.picketlink.oauth.grants.ResourceOwnerPasswordCredentialsGrant
 
validateAccessToken(String, IdentityManager) - Static method in class org.picketlink.oauth.server.util.OAuthServerUtil
Validate the access token
value() - Method in class org.picketlink.oauth.common.UUIDGenerator
 
value() - Method in interface org.picketlink.oauth.common.ValueGenerator
 
ValueGenerator - Interface in org.picketlink.oauth.common
Generates a value
valueGenerator - Variable in class org.picketlink.oauth.grants.AccessTokenEnabledGrant
 
valueOf(String) - Static method in enum org.picketlink.oauth.messages.AccessTokenResponse.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.picketlink.oauth.messages.ErrorResponse.ErrorResponseCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.picketlink.oauth.messages.AccessTokenResponse.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.picketlink.oauth.messages.ErrorResponse.ErrorResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.

W

WWW_AUTHENTICATE - Static variable in interface org.picketlink.oauth.common.OAuthConstants.HeaderType
 
A B C D E F G H I J L M O P R S T U V W 

Copyright © 2013 JBoss Inc.. All Rights Reserved.