Skip navigation links
oracle.ocsg.oauth2
Class OAuthTokenAsserterImpl
java.lang.Object
oracle.ocsg.oauth2.OAuthTokenAsserter
oracle.ocsg.oauth2.OAuthTokenAsserterImpl
- public class OAuthTokenAsserterImpl
- extends OAuthTokenAsserter
OAuth token asserter implementation class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthTokenAsserterImpl
public OAuthTokenAsserterImpl()
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
Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.