Class OidcAuthFlowHandler

java.lang.Object
org.imixs.security.oidc.OidcAuthFlowHandler

@RequestScoped public class OidcAuthFlowHandler extends Object
This handler is responsible to redirect the user during the oidc authentication flow
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.security.enterprise.AuthenticationStatus
    handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OidcAuthFlowHandler

      public OidcAuthFlowHandler()
  • Method Details

    • handle

      public jakarta.security.enterprise.AuthenticationStatus handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext context) throws IOException
      Throws:
      IOException