Uses of Interface
org.jclouds.oauth.v2.filters.OAuthFilter
-
Packages that use OAuthFilter Package Description org.jclouds.oauth.v2.config org.jclouds.oauth.v2.filters -
-
Uses of OAuthFilter in org.jclouds.oauth.v2.config
Methods in org.jclouds.oauth.v2.config that return OAuthFilter Modifier and Type Method Description protected OAuthFilterOAuthModule. authenticationFilterForCredentialType(CredentialType credentialType, Map<CredentialType,Class<? extends OAuthFilter>> authenticationFlows, com.google.inject.Injector injector)Methods in org.jclouds.oauth.v2.config that return types with arguments of type OAuthFilter Modifier and Type Method Description protected Map<CredentialType,Class<? extends OAuthFilter>>OAuthModule. authenticationFlowMap()Method parameters in org.jclouds.oauth.v2.config with type arguments of type OAuthFilter Modifier and Type Method Description protected OAuthFilterOAuthModule. authenticationFilterForCredentialType(CredentialType credentialType, Map<CredentialType,Class<? extends OAuthFilter>> authenticationFlows, com.google.inject.Injector injector) -
Uses of OAuthFilter in org.jclouds.oauth.v2.filters
Classes in org.jclouds.oauth.v2.filters that implement OAuthFilter Modifier and Type Class Description classBearerTokenFromCredentialsWhen the user suppliesCredentialType.BEARER_TOKEN_CREDENTIALS, the credential is a literal bearer token.classClientCredentialsJWTBearerTokenFlowAuthorizes new Bearer Tokens at runtime by authorizing claims needed for the http request.classClientCredentialsSecretFlowAuthorizes new Bearer Tokens at runtime by sending up for the http request.classJWTBearerTokenFlowAuthorizes new Bearer Tokens at runtime by authorizing claims needed for the http request.
-