|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SubjectConfirmation
The SubjectConfirmation provides the means for a relying
party to verify the correspondence of the subject of the assertion
with the party with whom the relying party is communicating.
| Method Summary | |
|---|---|
BaseID |
getBaseID()
Returns the base ID |
EncryptedID |
getEncryptedID()
Returns the encrypted ID |
String |
getMethod()
Returns the confirmation method |
NameID |
getNameID()
Returns the name identifier |
SubjectConfirmationData |
getSubjectConfirmationData()
Returns the subject confirmation data |
boolean |
isMutable()
Returns true if the object is mutable |
void |
makeImmutable()
Makes the object immutable |
void |
setBaseID(BaseID value)
Sets the base ID |
void |
setEncryptedID(EncryptedID value)
Sets the encrypted ID |
void |
setMethod(String value)
Sets the confirmation method |
void |
setNameID(NameID value)
Sets the name identifier |
void |
setSubjectConfirmationData(SubjectConfirmationData value)
Sets the subject confirmation data |
String |
toXMLString()
Returns a String representation |
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation |
| Method Detail |
|---|
EncryptedID getEncryptedID()
void setEncryptedID(EncryptedID value)
throws SAML2Exception
value - the encrypted ID
SAML2Exception - if the object is immutableSubjectConfirmationData getSubjectConfirmationData()
void setSubjectConfirmationData(SubjectConfirmationData value)
throws SAML2Exception
value - the subject confirmation data
SAML2Exception - if the object is immutableNameID getNameID()
void setNameID(NameID value)
throws SAML2Exception
value - the name identifier
SAML2Exception - if the object is immutableBaseID getBaseID()
void setBaseID(BaseID value)
throws SAML2Exception
value - the base ID
SAML2Exception - if the object is immutableString getMethod()
void setMethod(String value)
throws SAML2Exception
value - the confirmation method
SAML2Exception - if the object is immutable
String toXMLString(boolean includeNSPrefix,
boolean declareNS)
throws SAML2Exception
includeNSPrefix - 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.
SAML2Exception - if something is wrong during conversion
String toXMLString()
throws SAML2Exception
SAML2Exception - if something is wrong during conversionvoid makeImmutable()
boolean isMutable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||