public interface SubjectConfirmation
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.Modifier and Type | Method and Description |
---|---|
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
|
EncryptedID getEncryptedID()
void setEncryptedID(EncryptedID value) throws SAML2Exception
value
- the encrypted IDSAML2Exception
- if the object is immutableSubjectConfirmationData getSubjectConfirmationData()
void setSubjectConfirmationData(SubjectConfirmationData value) throws SAML2Exception
value
- the subject confirmation dataSAML2Exception
- if the object is immutableNameID getNameID()
void setNameID(NameID value) throws SAML2Exception
value
- the name identifierSAML2Exception
- if the object is immutableBaseID getBaseID()
void setBaseID(BaseID value) throws SAML2Exception
value
- the base IDSAML2Exception
- if the object is immutableString getMethod()
void setMethod(String value) throws SAML2Exception
value
- the confirmation methodSAML2Exception
- if the object is immutableString 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 conversionString toXMLString() throws SAML2Exception
SAML2Exception
- if something is wrong during conversionvoid makeImmutable()
boolean isMutable()
Copyright © 2010-2018, ForgeRock All Rights Reserved.