Class AzureOAuthConfigFactory
- java.lang.Object
-
- org.jclouds.azurecompute.arm.config.AzureOAuthConfigFactory
-
- All Implemented Interfaces:
OAuthConfigFactory
public class AzureOAuthConfigFactory extends Object implements OAuthConfigFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jclouds.oauth.v2.config.OAuthConfigFactory
OAuthConfigFactory.OAuthConfig, OAuthConfigFactory.OAuthConfigFromProperties
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OAuthConfigFactory.OAuthConfig
forRequest(HttpRequest input)
Returns the OAuth configuration to be used to authenticate the gicen request.
-
-
-
Method Detail
-
forRequest
public OAuthConfigFactory.OAuthConfig forRequest(HttpRequest input)
Description copied from interface:OAuthConfigFactory
Returns the OAuth configuration to be used to authenticate the gicen request.- Specified by:
forRequest
in interfaceOAuthConfigFactory
-
-