org.apache.cxf.rs.security.oauth.utils
Class OAuthConstants
java.lang.Object
org.apache.cxf.rs.security.oauth.utils.OAuthConstants
public final class OAuthConstants
- extends Object
Miscellaneous constants
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAUTH_DATA_PROVIDER_CLASS
public static final String OAUTH_DATA_PROVIDER_CLASS
- See Also:
- Constant Field Values
OAUTH_VALIDATOR_CLASS
public static final String OAUTH_VALIDATOR_CLASS
- See Also:
- Constant Field Values
OAUTH_DATA_PROVIDER_INSTANCE_KEY
public static final String OAUTH_DATA_PROVIDER_INSTANCE_KEY
- See Also:
- Constant Field Values
OAUTH_VALIDATOR_INSTANCE_KEY
public static final String OAUTH_VALIDATOR_INSTANCE_KEY
- See Also:
- Constant Field Values
VERIFIER_INVALID
public static final String VERIFIER_INVALID
- See Also:
- Constant Field Values
AUTHENTICITY_TOKEN
public static final String AUTHENTICITY_TOKEN
- See Also:
- Constant Field Values
AUTHORIZATION_DECISION_KEY
public static final String AUTHORIZATION_DECISION_KEY
- See Also:
- Constant Field Values
AUTHORIZATION_DECISION_ALLOW
public static final String AUTHORIZATION_DECISION_ALLOW
- See Also:
- Constant Field Values
AUTHORIZATION_DECISION_DENY
public static final String AUTHORIZATION_DECISION_DENY
- See Also:
- Constant Field Values
X_OAUTH_SCOPE
public static final String X_OAUTH_SCOPE
- See Also:
- Constant Field Values
X_OAUTH_STATE
public static final String X_OAUTH_STATE
- See Also:
- Constant Field Values
OAUTH_CONSUMER_SECRET
public static final String OAUTH_CONSUMER_SECRET
- See Also:
- Constant Field Values
OAUTH_CALLBACK_OOB
public static final String OAUTH_CALLBACK_OOB
- See Also:
- Constant Field Values
Apache CXF