PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.assertion
Class SubjectType.STSubType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v2.assertion.SubjectType.STSubType
All Implemented Interfaces:
Serializable
Enclosing class:
SubjectType

public static class SubjectType.STSubType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  List<SubjectConfirmationType> subjectConfirmation
           
 
Constructor Summary
SubjectType.STSubType()
           
 
Method Summary
 void addBaseID(BaseIDAbstractType base)
           
 void addConfirmation(SubjectConfirmationType con)
           
 BaseIDAbstractType getBaseID()
           
 List<SubjectConfirmationType> getConfirmation()
           
 int getCount()
           
 EncryptedElementType getEncryptedID()
           
 void setEncryptedID(EncryptedElementType encryptedID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subjectConfirmation

protected List<SubjectConfirmationType> subjectConfirmation
Constructor Detail

SubjectType.STSubType

public SubjectType.STSubType()
Method Detail

addBaseID

public void addBaseID(BaseIDAbstractType base)

getBaseID

public BaseIDAbstractType getBaseID()

getEncryptedID

public EncryptedElementType getEncryptedID()

setEncryptedID

public void setEncryptedID(EncryptedElementType encryptedID)

addConfirmation

public void addConfirmation(SubjectConfirmationType con)

getCount

public int getCount()

getConfirmation

public List<SubjectConfirmationType> getConfirmation()

PicketLink Federation Core 2.1.6.Final-redhat-2

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