| Package | Description |
|---|---|
| org.jclouds.oauth.v2 | |
| org.jclouds.oauth.v2.config | |
| org.jclouds.oauth.v2.domain | |
| org.jclouds.oauth.v2.functions |
| Modifier and Type | Method and Description |
|---|---|
Token |
OAuthApi.authenticate(TokenRequest tokenRequest)
Authenticates/Authorizes access to a resource defined in TokenRequest
against an OAuth v2 authentication/authorization server.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.cache.LoadingCache<TokenRequest,Token> |
OAuthModule.provideAccessCache(com.google.common.base.Function<TokenRequest,Token> getAccess,
long sessionIntervalInSeconds)
Provides a cache for tokens.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.cache.LoadingCache<TokenRequest,Token> |
OAuthModule.provideAccessCache(com.google.common.base.Function<TokenRequest,Token> getAccess,
long sessionIntervalInSeconds)
Provides a cache for tokens.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
Token.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Token.Builder |
Token.Builder.fromToken(Token token) |
| Modifier and Type | Method and Description |
|---|---|
Token |
FetchToken.apply(TokenRequest input) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.