Class SamlPostDto

java.lang.Object
io.datarouter.auth.authenticate.saml.SamlPostDto

public class SamlPostDto extends Object
  • Field Details

    • destination

      public final String destination
    • samlResponse

      public final String samlResponse
    • relayState

      public final String relayState
  • Constructor Details

    • SamlPostDto

      public SamlPostDto(String destination, String samlResponse, String relayState)
  • Method Details

    • getDestination

      public String getDestination()
    • getSamlResponse

      public String getSamlResponse()
    • getRelayState

      public String getRelayState()