Uses of Class
org.jclouds.oauth.v2.config.CredentialType
-
Packages that use CredentialType Package Description org.jclouds.oauth.v2.config -
-
Uses of CredentialType in org.jclouds.oauth.v2.config
Methods in org.jclouds.oauth.v2.config that return CredentialType Modifier and Type Method Description static CredentialTypeCredentialType. fromValue(String credentialType)CredentialTypeOAuthModule.CredentialTypeFromPropertyOrDefault. get()static CredentialTypeCredentialType. valueOf(String name)Returns the enum constant of this type with the specified name.static CredentialType[]CredentialType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.oauth.v2.config that return types with arguments of type CredentialType Modifier and Type Method Description protected Map<CredentialType,Class<? extends OAuthFilter>>OAuthModule. authenticationFlowMap()Methods in org.jclouds.oauth.v2.config with parameters of type CredentialType Modifier and Type Method Description protected OAuthFilterOAuthModule. authenticationFilterForCredentialType(CredentialType credentialType, Map<CredentialType,Class<? extends OAuthFilter>> authenticationFlows, com.google.inject.Injector injector)Method parameters in org.jclouds.oauth.v2.config with type arguments of type CredentialType Modifier and Type Method Description protected OAuthFilterOAuthModule. authenticationFilterForCredentialType(CredentialType credentialType, Map<CredentialType,Class<? extends OAuthFilter>> authenticationFlows, com.google.inject.Injector injector)
-