Interface SamlProcessor

  • All Implemented Interfaces:

    
    public interface SamlProcessor
    
                        

    This interface is used by the SamlInterceptor to authenticate when it detects a SAML challenge.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void authenticate() Called when the SamlInterceptor detects a SAML challenge.
      abstract void cancelAuthentication() Cancels the ongoing authentication process.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • authenticate

         abstract void authenticate()

        Called when the SamlInterceptor detects a SAML challenge. Either authentication will be successful or an IOException will be thrown.

      • cancelAuthentication

         abstract void cancelAuthentication()

        Cancels the ongoing authentication process. Does nothing if there was no ongoing authentication.