Class OAuth2BearerLastMile
java.lang.Object
com.tremolosecurity.proxy.auth.oauth2.OAuth2Bearer
com.tremolosecurity.proxy.auth.oauth2.OAuth2BearerLastMile
- All Implemented Interfaces:
AuthMechanism
-
Field Summary
Fields inherited from class OAuth2Bearer
CORS_HEADERS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessToken(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 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:
processTokenin classOAuth2Bearer- Throws:
jakarta.servlet.ServletExceptionIOException
-