|
gluu
|

公開メンバ関数 | |
| String | getName () |
| String | toString () |
静的公開メンバ関数 | |
| static TokenType | fromString (String param) |
公開変数類 | |
| BEARER =("bearer") | |
非公開メンバ関数 | |
| TokenType (String name) | |
非公開変数類 | |
| final String | name |
The access token type provides the client with the information required to successfully utilize the access token to make a protected resource request (along with type-specific attributes). The client MUST NOT use an access token if it does not understand or does not trust the token type.
|
inlineprivate |
|
inlinestatic |
Returns the corresponding TokenType for a parameter token_type.
| param | The token_type parameter. |
null.
|
inline |
|
inline |
Returns a string representation of the object. In this case the parameter name for the token_type parameter.
| org.xdi.oxauth.model.common.TokenType.BEARER =("bearer") |
The bearer token type is defined in [ietf-oauth-v2-bearer]
|
private |
1.8.13