Class IdPInitiatedSSORequestMessageDecoder

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, UnmodifiableComponent, MessageDecoder, HttpServletRequestMessageDecoder

public class IdPInitiatedSSORequestMessageDecoder extends BaseIdPInitiatedSSORequestMessageDecoder
Decodes an incoming Shibboleth Authentication Request message.
  • Field Details

    • BINDING_URI

      @Nonnull @NotEmpty private static final String BINDING_URI
      Protocol binding implemented by this decoder.
      See Also:
    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • IdPInitiatedSSORequestMessageDecoder

      public IdPInitiatedSSORequestMessageDecoder()
  • Method Details