PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v1.protocol
Class SAML11RequestAbstractType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.common.CommonRequestAbstractType
      extended by org.picketlink.identity.federation.saml.v1.protocol.SAML11RequestAbstractType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SAML11RequestType

public abstract class SAML11RequestAbstractType
extends CommonRequestAbstractType

Since:
Jun 22, 2011
Author:
Anil.Saldhana@redhat.com
See Also:
Serialized Form

Field Summary
protected  int majorVersion
           
protected  int minorVersion
           
protected  List<QName> respondWith
           
 
Fields inherited from class org.picketlink.identity.federation.saml.common.CommonRequestAbstractType
id, issueInstant, signature
 
Constructor Summary
SAML11RequestAbstractType(String id, XMLGregorianCalendar issueInstant)
           
 
Method Summary
 void add(QName rw)
           
 void addAllConditions(List<QName> rw)
           
 int getMajorVersion()
           
 int getMinorVersion()
           
 List<QName> getRespondWith()
           
 boolean remove(QName rw)
           
 
Methods inherited from class org.picketlink.identity.federation.saml.common.CommonRequestAbstractType
getID, getIssueInstant, getSignature, setSignature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

majorVersion

protected int majorVersion

minorVersion

protected int minorVersion

respondWith

protected List<QName> respondWith
Constructor Detail

SAML11RequestAbstractType

public SAML11RequestAbstractType(String id,
                                 XMLGregorianCalendar issueInstant)
Method Detail

getMajorVersion

public int getMajorVersion()

getMinorVersion

public int getMinorVersion()

add

public void add(QName rw)

addAllConditions

public void addAllConditions(List<QName> rw)

remove

public boolean remove(QName rw)

getRespondWith

public List<QName> getRespondWith()

PicketLink Federation Core 2.1.6.Final-redhat-2

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