Class DestinationInfoHolder

java.lang.Object
org.keycloak.saml.processing.core.saml.v2.holders.DestinationInfoHolder

public class DestinationInfoHolder extends Object
Holder containing the information about a destination
Since:
Jul 24, 2009
Author:
[email protected]
  • Constructor Details

    • DestinationInfoHolder

      public DestinationInfoHolder(String destination, String samlMessage, String relayState)
      Create an holder
      Parameters:
      destination - The destination where the post will be sent
      samlMessage - SAML Message
      relayState -
  • Method Details

    • getDestination

      public String getDestination()
    • getSamlMessage

      public String getSamlMessage()
    • getRelayState

      public String getRelayState()