Class SamlFormOutInterceptor

All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>
Direct Known Subclasses:
Saml2BearerAuthOutInterceptor

public class SamlFormOutInterceptor extends AbstractSamlOutInterceptor
  • Constructor Details

    • SamlFormOutInterceptor

      public SamlFormOutInterceptor()
    • SamlFormOutInterceptor

      public SamlFormOutInterceptor(String phase)
  • Method Details

    • handleMessage

      public void handleMessage(Message message) throws Fault
      Description copied from interface: Interceptor
      Intercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.
      Throws:
      Fault
    • updateForm

      protected void updateForm(jakarta.ws.rs.core.Form form, String encodedToken)
    • getRequestForm

      protected jakarta.ws.rs.core.Form getRequestForm(Message message)