org.jclouds.oauth.v2
Class OAuthConstants

java.lang.Object
  extended by org.jclouds.oauth.v2.OAuthConstants

public final class OAuthConstants
extends Object

The constants for OAuth \


Field Summary
static String ADDITIONAL_CLAIMS
          The (optional) set of additional claims to use, provided in Map form
static String NO_ALGORITHM
          Selected algorithm when a signature or mac isn't required.
static Map<String,String> OAUTH_ALGORITHM_NAMES_TO_KEYFACTORY_ALGORITHM_NAMES
          Static mapping between the oauth algorithm name and the Crypto provider KeyFactory algorithm name.
static Map<String,String> OAUTH_ALGORITHM_NAMES_TO_SIGNATURE_ALGORITHM_NAMES
          Static mapping between the oauth algorithm name and the Crypto provider signature algorithm name.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_ALGORITHM

public static final String NO_ALGORITHM
Selected algorithm when a signature or mac isn't required.

See Also:
Constant Field Values

OAUTH_ALGORITHM_NAMES_TO_SIGNATURE_ALGORITHM_NAMES

public static final Map<String,String> OAUTH_ALGORITHM_NAMES_TO_SIGNATURE_ALGORITHM_NAMES
Static mapping between the oauth algorithm name and the Crypto provider signature algorithm name.

See Also:
doc, JWTTokenRequestFormat

OAUTH_ALGORITHM_NAMES_TO_KEYFACTORY_ALGORITHM_NAMES

public static final Map<String,String> OAUTH_ALGORITHM_NAMES_TO_KEYFACTORY_ALGORITHM_NAMES
Static mapping between the oauth algorithm name and the Crypto provider KeyFactory algorithm name.

See Also:
doc

ADDITIONAL_CLAIMS

public static final String ADDITIONAL_CLAIMS
The (optional) set of additional claims to use, provided in Map form

See Also:
Constant Field Values


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.