org.picketlink.identity.federation.core.saml.v2.holders
Class DestinationInfoHolder
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DestinationInfoHolder
public DestinationInfoHolder(String destination,
String samlMessage,
String relayState)
- Create an holder
- Parameters:
destination
- The destination where the post will be sentsamlMessage
- SAML MessagerelayState
-
getDestination
public String getDestination()
getSamlMessage
public String getSamlMessage()
getRelayState
public String getRelayState()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.