Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

oracle.ocsg.oauth2
Class OAuthTokenAsserterImpl

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

public class OAuthTokenAsserterImpl
extends OAuthTokenAsserter


Field Summary
 
Fields inherited from class oracle.ocsg.oauth2.OAuthTokenAsserter
OAUTH_GROUP
 
Constructor Summary
OAuthTokenAsserterImpl()
           
 
Method Summary
 ApplicationInstance validateToken(java.lang.String tokenType, java.lang.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(java.lang.String tokenType,
                                         java.lang.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.

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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