org.picketlink.identity.federation.saml.v1.protocol
Class SAML11ResponseAbstractType
java.lang.Object
org.picketlink.identity.federation.saml.common.CommonResponseType
org.picketlink.identity.federation.saml.v1.protocol.SAML11ResponseAbstractType
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SAML11ResponseType
public abstract class SAML11ResponseAbstractType
- extends CommonResponseType
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
majorVersion
protected int majorVersion
minorVersion
protected int minorVersion
recipient
protected URI recipient
SAML11ResponseAbstractType
public SAML11ResponseAbstractType(String id,
XMLGregorianCalendar issueInstant)
getMajorVersion
public int getMajorVersion()
getMinorVersion
public int getMinorVersion()
getRecipient
public URI getRecipient()
setRecipient
public void setRecipient(URI recipient)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.