oracle.ocsg.oauth2.util
Class OAuthWorkContextHelper
java.lang.Object
oracle.ocsg.oauth2.util.OAuthWorkContextHelper
- public class OAuthWorkContextHelper
- extends java.lang.Object
Helper util for managing OAuth related work context parameters.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthWorkContextHelper
public OAuthWorkContextHelper()
handleBearerTypeAccessToken
public static void handleBearerTypeAccessToken(javax.servlet.http.HttpServletRequest request,
OAuthTokenPrincipal tokenPrincipal)
throws OAuthWorkContextHelper.OAuthHandlingException
- Throws:
OAuthWorkContextHelper.OAuthHandlingException
handleMacTypeAccessToken
public static void handleMacTypeAccessToken(javax.servlet.http.HttpServletRequest req,
OAuthTokenPrincipal principal)
throws OAuthWorkContextHelper.OAuthHandlingException
- Throws:
OAuthWorkContextHelper.OAuthHandlingException
handleRequest
public static void handleRequest(javax.servlet.http.HttpServletRequest req)
throws OAuthWorkContextHelper.OAuthHandlingException
- Throws:
OAuthWorkContextHelper.OAuthHandlingException
isOauthTraffic
public static boolean isOauthTraffic()
verifyToken
public static void verifyToken(AccessToken accessToken)
throws OAuthWorkContextHelper.OAuthHandlingException
- Throws:
OAuthWorkContextHelper.OAuthHandlingException
Copyright © 2008, 2016, Oracle and/or its affiliates. All rights reserved.