@Deprecated public class FSSubject extends Subject
Subject
object.Modifier | Constructor and Description |
---|---|
protected |
FSSubject()
Deprecated.
Default Constructor.
|
|
FSSubject(Element subjectElement)
Deprecated.
Constructor creates
FSSubject object from
the Document Element. |
|
FSSubject(NameIdentifier nameIdentifier,
IDPProvidedNameIdentifier idpNameIdentifier)
Deprecated.
Constructor creates
FSSubject object. |
|
FSSubject(NameIdentifier nameIdentifier,
SubjectConfirmation subjectConfirmation,
IDPProvidedNameIdentifier idpNameIdentifier)
Deprecated.
Constructor creates
FSSubject object. |
|
FSSubject(SubjectConfirmation subjectConfirmation)
Deprecated.
Constructor creates
FSSubject object. |
Modifier and Type | Method and Description |
---|---|
IDPProvidedNameIdentifier |
getIDPProvidedNameIdentifier()
Deprecated.
Returns the Identity Provider's
NameIdentifier . |
boolean |
setIDPProvidedNameIdentifier(IDPProvidedNameIdentifier idpNameIdentifier)
Deprecated.
Sets the Identity Provider's
NameIdentifier . |
String |
toXMLString()
Deprecated.
Returns a String representation of this object.
|
String |
toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of the Logout Response.
|
createNameIdentifier, createSubjectConfirmation, equals, getNameIdentifier, getSubjectConfirmation, removeNameIdentifier, removeSubjectConfirmation, setNameIdentifier, setSubjectConfirmation, toString, toString
protected FSSubject()
public FSSubject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation, IDPProvidedNameIdentifier idpNameIdentifier) throws FSMsgException, SAMLException
FSSubject
object.nameIdentifier
- the NameIdentifier
of
the subject.subjectConfirmation
- the SubjectConfirmation
object.idpNameIdentifier
- the IDPProvidedNameIdentifier
object.FSMsgException
- if there is an error creating this object.SAMLException
- if there is an error creating this object.public FSSubject(NameIdentifier nameIdentifier, IDPProvidedNameIdentifier idpNameIdentifier) throws FSMsgException, SAMLException
FSSubject
object.nameIdentifier
- the NameIdentifier
of
the subject.idpNameIdentifier
- the IDPProvidedNameIdentifier
object.FSMsgException
- if there is an error creating this object.SAMLException
- if there is an error creating this object.public FSSubject(Element subjectElement) throws FSMsgException, SAMLException
FSSubject
object from
the Document Element.subjectElement
- the Document ElementFSMsgException
- if there is an error creating this object.SAMLException
- if there is an error creating this object.public FSSubject(SubjectConfirmation subjectConfirmation) throws SAMLException
FSSubject
object.subjectConfirmation
- the SubjectConfirmation
object.SAMLException
- if there is an error creating this object.public boolean setIDPProvidedNameIdentifier(IDPProvidedNameIdentifier idpNameIdentifier)
NameIdentifier
.idpNameIdentifier
- the Identity Provider's
NameIdentifier
.public IDPProvidedNameIdentifier getIDPProvidedNameIdentifier()
NameIdentifier
.NameIdentifier
.public String toXMLString() throws FSMsgException
FSMsgException
- if there is an error converting
this object ot a string.public String toXMLString(boolean includeNS, boolean declareNS) throws FSMsgException
includeNS
- : Determines whether or not the namespace qualifier
is prepended to the Element when converteddeclareNS
- : Determines whether or not the namespace is declared
within the Element.FSMsgException
- if there is an error converting
this object ot a string.Copyright © 2010-2018, ForgeRock All Rights Reserved.