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:
- Anil.Saldhana@redhat.com
-
-
Constructor Summary
Constructors Constructor Description DestinationInfoHolder(String destination, String samlMessage, String relayState)Create an holder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDestination()StringgetRelayState()StringgetSamlMessage()
-