C D E G O T
C
- CLIENT_ID - Static variable in interface com.sdl.web.oauth.common.OAuthToken
-
Client Id parameter name.
- com.sdl.web.oauth.common - package com.sdl.web.oauth.common
-
D
- DefaultOAuthToken - Class in com.sdl.web.oauth.common
-
This is the default OAuth Token implementation.
- DefaultOAuthToken(SecretKey, Map<String, String>, String) - Constructor for class com.sdl.web.oauth.common.DefaultOAuthToken
-
Construct a new OAuth2 access token.
- DefaultOAuthToken(String, String) - Constructor for class com.sdl.web.oauth.common.DefaultOAuthToken
-
Construct a new OAuth2 access token.
- DefaultOAuthToken(SecretKey, String, String) - Constructor for class com.sdl.web.oauth.common.DefaultOAuthToken
-
Construct a new OAuth2 access token.
E
- EXPIRES_ON - Static variable in interface com.sdl.web.oauth.common.OAuthToken
-
Expires On parameter name.
G
- getAttributes() - Method in class com.sdl.web.oauth.common.DefaultOAuthToken
-
- getAttributes() - Method in interface com.sdl.web.oauth.common.OAuthToken
-
The OAuth attributes passed in the OAuth Token.
- getClientId() - Method in class com.sdl.web.oauth.common.DefaultOAuthToken
-
- getClientId() - Method in interface com.sdl.web.oauth.common.OAuthToken
-
The client_id.
- getExpiresOn() - Method in class com.sdl.web.oauth.common.DefaultOAuthToken
-
- getExpiresOn() - Method in interface com.sdl.web.oauth.common.OAuthToken
-
The time the token will expire in ms.
- getRefreshToken() - Method in class com.sdl.web.oauth.common.DefaultOAuthToken
-
- getRefreshToken() - Method in interface com.sdl.web.oauth.common.OAuthToken
-
Token, to be used to refresh OAuth token.
- getToken() - Method in class com.sdl.web.oauth.common.DefaultOAuthToken
-
- getToken() - Method in interface com.sdl.web.oauth.common.OAuthToken
-
The token itself.
- GRANT_TYPE_CREDENTIALS - Static variable in interface com.sdl.web.oauth.common.OAuthToken
-
Credentials grant type.
- GRANT_TYPE_REFRESH - Static variable in interface com.sdl.web.oauth.common.OAuthToken
-
Refresh token grant type.
O
- OAuthException - Exception in com.sdl.web.oauth.common
-
OAuth related Client exception.
- OAuthException(String) - Constructor for exception com.sdl.web.oauth.common.OAuthException
-
Creates an OAuth exception with a message.
- OAuthException(String, Throwable) - Constructor for exception com.sdl.web.oauth.common.OAuthException
-
Creates an OAuth exception with a message with a cause.
- OAuthToken - Interface in com.sdl.web.oauth.common
-
This represents the OAuth Token that is obtained from a token endpoint.
T
- toString() - Method in class com.sdl.web.oauth.common.DefaultOAuthToken
-
C D E G O T
Copyright © 2019 SDL Group. All rights reserved.