Class DestinationInfoHolder


  • public class DestinationInfoHolder
    extends Object
    Holder containing the information about a destination
    Since:
    Jul 24, 2009
    Author:
    Anil.Saldhana@redhat.com
    • Constructor Detail

      • 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 Detail

      • getDestination

        public String getDestination()
      • getSamlMessage

        public String getSamlMessage()
      • getRelayState

        public String getRelayState()