|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.saml._1_0.assertion.Subject
@Generated(value="com.sun.tools.xjc.Driver", date="2018-02-02T03:42:11+01:00", comments="JAXB RI v2.2.11") public class Subject
Java class for SubjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubjectType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <sequence> <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}NameIdentifier"/> <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}SubjectConfirmation" minOccurs="0"/> </sequence> <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}SubjectConfirmation"/> </choice> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Subject()
|
Method Summary | |
---|---|
NameIdentifierType |
getNameIdentifier()
Gets the value of the nameIdentifier property. |
SubjectConfirmation |
getSubjectConfirmation()
Gets the value of the subjectConfirmation property. |
void |
setNameIdentifier(NameIdentifierType value)
Sets the value of the nameIdentifier property. |
void |
setSubjectConfirmation(SubjectConfirmation value)
Sets the value of the subjectConfirmation property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Subject()
Method Detail |
---|
public NameIdentifierType getNameIdentifier()
NameIdentifierType
public void setNameIdentifier(NameIdentifierType value)
value
- allowed object is
NameIdentifierType
public SubjectConfirmation getSubjectConfirmation()
SubjectConfirmation
public void setSubjectConfirmation(SubjectConfirmation value)
value
- allowed object is
SubjectConfirmation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |