|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.saml.v2.assertion.SubjectType
public class SubjectType
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> <choice> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}BaseID"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}NameID"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}EncryptedID"/> </choice> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}SubjectConfirmation" maxOccurs="unbounded" minOccurs="0"/> </sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}SubjectConfirmation" maxOccurs="unbounded"/> </choice> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
SubjectType.STSubType
|
Field Summary | |
---|---|
protected List<SubjectConfirmationType> |
subjectConfirmation
|
protected SubjectType.STSubType |
subType
|
Constructor Summary | |
---|---|
SubjectType()
|
Method Summary | |
---|---|
void |
addConfirmation(SubjectConfirmationType con)
Add a subject confirmation |
List<SubjectConfirmationType> |
getConfirmation()
Get a list of subject confirmations |
int |
getCount()
Get the size of subject confirmations |
SubjectType.STSubType |
getSubType()
Get the SubjectType.STSubType |
void |
removeConfirmation(SubjectConfirmationType con)
Remove a subject confirmation |
void |
setSubType(SubjectType.STSubType subType)
Set the SubjectType.STSubType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<SubjectConfirmationType> subjectConfirmation
protected SubjectType.STSubType subType
Constructor Detail |
---|
public SubjectType()
Method Detail |
---|
public SubjectType.STSubType getSubType()
SubjectType.STSubType
public void setSubType(SubjectType.STSubType subType)
SubjectType.STSubType
subType
- public int getCount()
public List<SubjectConfirmationType> getConfirmation()
read only list of subject confirmationpublic void addConfirmation(SubjectConfirmationType con)
con
- public void removeConfirmation(SubjectConfirmationType con)
con
-
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |