Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


oracle.ocsg.oauth2
Class OAuthTokenAsserterImpl

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


public class OAuthTokenAsserterImpl
extends OAuthTokenAsserter

OAuth token asserter implementation class.


Field Summary

 

Fields inherited from class oracle.ocsg.oauth2.OAuthTokenAsserter
OAUTH_BEARER_TOKEN_TYPE, OAUTH_GROUP, OAUTH_MAC_TOKEN_TYPE

 

Constructor Summary
OAuthTokenAsserterImpl()
           

 

Method Summary
 ApplicationInstance validateToken(String tokenType, String token)
           

 

Methods inherited from class oracle.ocsg.oauth2.OAuthTokenAsserter
getInstance

 

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

 

Constructor Detail

OAuthTokenAsserterImpl

public OAuthTokenAsserterImpl()

Method Detail

validateToken

public ApplicationInstance validateToken(String tokenType,
                                         String token)
                                  throws OAuthDenyException
Description copied from class: OAuthTokenAsserter
Validate token.
Specified by:
validateToken in class OAuthTokenAsserter
Parameters:
tokenType - token type.
token - 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.