org.jboss.seam.security.external.jaxb.samlv2.protocol
Class SubjectQueryAbstractType
java.lang.Object
org.jboss.seam.security.external.jaxb.samlv2.protocol.RequestAbstractType
org.jboss.seam.security.external.jaxb.samlv2.protocol.SubjectQueryAbstractType
- 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>
| Methods inherited from class org.jboss.seam.security.external.jaxb.samlv2.protocol.RequestAbstractType |
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersion |
| 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()
getSubject
public SubjectType getSubject()
- Gets the value of the subject property.
- Returns:
- possible object is
SubjectType
setSubject
public void setSubject(SubjectType value)
- Sets the value of the subject property.
- Parameters:
value - allowed object is
SubjectType
Copyright © 2011 Seam Framework. All Rights Reserved.