public interface SubjectConfirmationData
SubjectConfirmationData
specifies additional data
that allows the subject to be confirmed or constrains the circumstances
under which the act of subject confirmation can take place. Subject
confirmation takes place when a relying party seeks to verify the
relationship between an entity presenting the assertion and the
subject of the assertion's claims.Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Returns the network address/location from which an attesting
entity can present the assertion
|
List |
getContent()
Returns a list of arbitrary XML elements to be added to this
SubjectConfirmationData object. |
String |
getContentType()
Returns the content type attribute
|
String |
getInResponseTo()
Returns the ID of a SAML protocol message in response to which
an attesting entity can present the assertion
|
Date |
getNotBefore()
Returns the time instant before which the subject cannot be confirmed
|
Date |
getNotOnOrAfter()
Returns the time instant at which the subject can no longer be
confirmed
|
String |
getRecipient()
Returns the URI specifying the entity or location to which an
attesting entity can present the assertion
|
boolean |
isMutable()
Returns true if the object is mutable
|
void |
makeImmutable()
Makes the object immutable
|
void |
setAddress(String value)
Sets the network address/location from which an attesting
entity can present the assertion
|
void |
setContent(List content)
Sets a list of arbitrary XML elements to be added to this
SubjectConfirmationData object. |
void |
setContentType(String attribute)
Sets the content type attribute
|
void |
setInResponseTo(String value)
Sets the ID of a SAML protocol message in response to which
an attesting entity can present the assertion
|
void |
setNotBefore(Date value)
Sets the time instant before which the subject cannot be confirmed
|
void |
setNotOnOrAfter(Date value)
Sets the time instant at which the subject can no longer be
confirmed
|
void |
setRecipient(String value)
Sets the URI specifying the entity or location to which an
attesting entity can present the assertion
|
String |
toXMLString()
Returns a String representation
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation
|
Date getNotOnOrAfter()
void setNotOnOrAfter(Date value) throws SAML2Exception
value
- the time instant at which the subject can no longer be
confirmedSAML2Exception
- if the object is immutableString getInResponseTo()
void setInResponseTo(String value) throws SAML2Exception
value
- the ID of a SAML protocol message in response to which
an attesting entity can present the assertionSAML2Exception
- if the object is immutableList getContent()
SubjectConfirmationData
object.SubjectConfirmationData
object.void setContent(List content) throws SAML2Exception
SubjectConfirmationData
object.content
- a list of arbitrary XML elements to be added to this
SubjectConfirmationData
object.SAML2Exception
- if the object is immutableString getRecipient()
void setRecipient(String value) throws SAML2Exception
value
- the URI specifying the entity or location to which an
attesting entity can present the assertionSAML2Exception
- if the object is immutableDate getNotBefore()
void setNotBefore(Date value) throws SAML2Exception
value
- the time instant before which the subject cannot be
confirmedSAML2Exception
- if the object is immutableString getAddress()
void setAddress(String value) throws SAML2Exception
value
- the network address/location from which an attesting
entity can present the assertionSAML2Exception
- if the object is immutableString getContentType()
SubjectConfirmationData.setContentType(String)
void setContentType(String attribute) throws SAML2Exception
attribute
- attribute type value for the content that will be
addedSAML2Exception
- if the object is immutableSubjectConfirmationData.getContentType()
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 conversionString toXMLString() throws SAML2Exception
SAML2Exception
- if something is wrong during conversionvoid makeImmutable()
boolean isMutable()
Copyright © 2010-2018, ForgeRock All Rights Reserved.