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 AccessTokenResponse.TokenType |
AccessTokenEnabledGrant.tokenType |
Modifier and Type | Method and Description |
---|---|
AccessTokenResponse.TokenType |
AccessTokenEnabledGrant.getTokenType() |
Modifier and Type | Method and Description |
---|---|
AccessTokenEnabledGrant |
AccessTokenEnabledGrant.setTokenType(AccessTokenResponse.TokenType tokenType) |
Modifier and Type | Method and Description |
---|---|
AccessTokenResponse.TokenType |
AccessTokenResponse.getTokenType() |
static AccessTokenResponse.TokenType |
AccessTokenResponse.TokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessTokenResponse.TokenType[] |
AccessTokenResponse.TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccessTokenResponse |
AccessTokenResponse.setTokenType(AccessTokenResponse.TokenType tokenType) |
Copyright © 2018. All rights reserved.