org.picketlink.identity.federation.saml.v2.protocol
Class SubjectQueryAbstractType
java.lang.Object
org.picketlink.identity.federation.saml.common.CommonRequestAbstractType
org.picketlink.identity.federation.saml.v2.protocol.RequestAbstractType
org.picketlink.identity.federation.saml.v2.protocol.SubjectQueryAbstractType
- All Implemented Interfaces:
- Serializable, SAML2Object
- Direct Known Subclasses:
- AttributeQueryType, AuthnQueryType, AuthzDecisionQueryType
public abstract class SubjectQueryAbstractType
- extends RequestAbstractType
Java class for SubjectQueryAbstractType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubjectQueryAbstractType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Subject"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
subject
protected SubjectType subject
SubjectQueryAbstractType
public SubjectQueryAbstractType(String id,
XMLGregorianCalendar instant)
setSubject
public void setSubject(SubjectType subject)
getSubject
public SubjectType getSubject()
- Gets the value of the subject property.
- Returns:
- possible object is
SubjectType
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.