Package | Description |
---|---|
org.picketlink.oauth.grants |
Package contains the various OAuth Grants
|
Modifier and Type | Class and Description |
---|---|
class |
AccessTokenEnabledGrant
Base class for grants that involve a access token
|
class |
AuthorizationCodeGrant
Represents the OAuth2 Authorization Code Grant Workflow
|
class |
ClientCredentialsGrant
Represents OAuth2 Client Credentials Grant Workflow
|
class |
ImplicitGrant
Represents OAuth2 Implicit Grant Workflow
|
class |
ResourceOwnerPasswordCredentialsGrant
OAuth2 Resource Owner Password Credentials Grant Workflow
|
Modifier and Type | Method and Description |
---|---|
OAuthGrant |
OAuthGrant.setErrorDescription(String errorDesc) |
OAuthGrant |
OAuthGrant.setErrorResponseCode(ErrorResponse.ErrorResponseCode erc) |
OAuthGrant |
OAuthGrant.setErrorURI(String errorURI) |
Copyright © 2017. All rights reserved.