Class OAuth2BearerLastMile
java.lang.Object
com.tremolosecurity.proxy.auth.oauth2.OAuth2Bearer
com.tremolosecurity.proxy.auth.oauth2.OAuth2BearerLastMile
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processToken
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AuthStep as, jakarta.servlet.http.HttpSession session, HashMap<String, Attribute> authParams, AuthChainType act, String realmName, String scope, ConfigManager cfg, String lmToken) Methods inherited from class com.tremolosecurity.proxy.auth.oauth2.OAuth2Bearer
doDelete, doGet, doHead, doOptions, doPost, doPut, getConfigManager, getFinalURL, init, sendFail
-
Constructor Details
-
OAuth2BearerLastMile
public OAuth2BearerLastMile()
-
-
Method Details
-
processToken
public void processToken(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AuthStep as, jakarta.servlet.http.HttpSession session, HashMap<String, Attribute> authParams, AuthChainType act, String realmName, String scope, ConfigManager cfg, String lmToken) throws jakarta.servlet.ServletException, IOException- Specified by:
processToken
in classOAuth2Bearer
- Throws:
jakarta.servlet.ServletException
IOException
-