public class OAuthConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDITIONAL_CLAIMS
The (optional) set of additional claims to use, provided in Map
|
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.
|
| Constructor and Description |
|---|
OAuthConstants() |
public static final String NO_ALGORITHM
public static final Map<String,String> OAUTH_ALGORITHM_NAMES_TO_SIGNATURE_ALGORITHM_NAMES
JWTTokenRequestFormatpublic static final Map<String,String> OAUTH_ALGORITHM_NAMES_TO_KEYFACTORY_ALGORITHM_NAMES
public static final String ADDITIONAL_CLAIMS
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.