PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.saml.v2.holders
Class DestinationInfoHolder

java.lang.Object
  extended by org.picketlink.identity.federation.core.saml.v2.holders.DestinationInfoHolder

public class DestinationInfoHolder
extends Object

Holder containing the information about a destination

Since:
Jul 24, 2009
Author:
Anil.Saldhana@redhat.com

Constructor Summary
DestinationInfoHolder(String destination, String samlMessage, String relayState)
          Create an holder
 
Method Summary
 String getDestination()
           
 String getRelayState()
           
 String getSamlMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.