Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


oracle.ocsg.oauth2
Class OAuthTokenAsserter

java.lang.Object
  extended byoracle.ocsg.oauth2.OAuthTokenAsserter

Direct Known Subclasses:
OAuthTokenAsserterImpl

public abstract class OAuthTokenAsserter
extends Object

OAuth Token Asserter.


Field Summary
static String OAUTH_BEARER_TOKEN_TYPE
          OAuth bearer token type.
static WLSGroup OAUTH_GROUP
          OAuth request marker group.
static String OAUTH_MAC_TOKEN_TYPE
          OAuth mac token type.

 

Constructor Summary
OAuthTokenAsserter()
           

 

Method Summary
static OAuthTokenAsserter getInstance()
          Get instance.
abstract  ApplicationInstance validateToken(String tokenType, String accessToken)
          Validate token.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

OAUTH_BEARER_TOKEN_TYPE

public static final String OAUTH_BEARER_TOKEN_TYPE
OAuth bearer token type.
See Also:
Constant Field Values

OAUTH_GROUP

public static final WLSGroup OAUTH_GROUP
OAuth request marker group.

OAUTH_MAC_TOKEN_TYPE

public static final String OAUTH_MAC_TOKEN_TYPE
OAuth mac token type.
See Also:
Constant Field Values

Constructor Detail

OAuthTokenAsserter

public OAuthTokenAsserter()

Method Detail

getInstance

public static OAuthTokenAsserter getInstance()
Get instance.
Returns:
instance.

validateToken

public abstract ApplicationInstance validateToken(String tokenType,
                                                  String accessToken)
                                           throws OAuthDenyException
Validate token.
Parameters:
tokenType - token type.
accessToken - token.
Returns:
application instance.
Throws:
OAuthDenyException - deny exception.

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.