|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenRequest | |
|---|---|
| org.jclouds.oauth.v2 | |
| org.jclouds.oauth.v2.config | |
| org.jclouds.oauth.v2.domain | |
| org.jclouds.oauth.v2.functions | |
| org.jclouds.oauth.v2.json | |
| Uses of TokenRequest in org.jclouds.oauth.v2 |
|---|
| Methods in org.jclouds.oauth.v2 with parameters of type TokenRequest | |
|---|---|
Token |
OAuthApi.authenticate(TokenRequest tokenRequest)
Authenticates/Authorizes access to a resource defined in TokenRequest against an OAuth v2 authentication/authorization server. |
| Uses of TokenRequest in org.jclouds.oauth.v2.config |
|---|
| Methods in org.jclouds.oauth.v2.config that return types with arguments of type TokenRequest | |
|---|---|
com.google.common.cache.LoadingCache<TokenRequest,Token> |
OAuthModule.provideAccessCache(com.google.common.base.Function<TokenRequest,Token> getAccess,
long sessionIntervalInSeconds)
Provides a cache for tokens. |
| Method parameters in org.jclouds.oauth.v2.config with type arguments of type TokenRequest | |
|---|---|
com.google.common.cache.LoadingCache<TokenRequest,Token> |
OAuthModule.provideAccessCache(com.google.common.base.Function<TokenRequest,Token> getAccess,
long sessionIntervalInSeconds)
Provides a cache for tokens. |
| Uses of TokenRequest in org.jclouds.oauth.v2.domain |
|---|
| Methods in org.jclouds.oauth.v2.domain that return TokenRequest | |
|---|---|
TokenRequest |
TokenRequest.Builder.build()
|
| Methods in org.jclouds.oauth.v2.domain with parameters of type TokenRequest | ||
|---|---|---|
|
TokenRequestFormat.formatRequest(R httpRequest,
TokenRequest tokenRequest)
Transforms the provided HttpRequest into a particular token request with a specific format. |
|
TokenRequest.Builder |
TokenRequest.Builder.fromTokenRequest(TokenRequest tokeRequest)
|
|
| Uses of TokenRequest in org.jclouds.oauth.v2.functions |
|---|
| Methods in org.jclouds.oauth.v2.functions that return TokenRequest | |
|---|---|
TokenRequest |
BuildTokenRequest.apply(org.jclouds.rest.internal.GeneratedHttpRequest request)
|
| Methods in org.jclouds.oauth.v2.functions with parameters of type TokenRequest | |
|---|---|
Token |
FetchToken.apply(TokenRequest input)
|
| Uses of TokenRequest in org.jclouds.oauth.v2.json |
|---|
| Methods in org.jclouds.oauth.v2.json with parameters of type TokenRequest | ||
|---|---|---|
|
JWTTokenRequestFormat.formatRequest(R request,
TokenRequest tokenRequest)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||