public class LibertySSOSContext extends BaseContext
Assertion token.BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private String |
attestedSubjectConfirmationMethod
Get the confirmation method that was successfully used by the attesting entity.
|
private Assertion |
attestedToken
The SAML 2 Assertion which serves as the authentication token for the AuthnRequest and
has been successfully attested by the AuthnRequest presenter.
|
| Constructor and Description |
|---|
LibertySSOSContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttestedSubjectConfirmationMethod()
Get the SAML 2 SubjectConfirmation method which was used by the presenter in
the attestation of the authentication token.
|
Assertion |
getAttestedToken()
Get the SAML 2 Assertion which serves as the authentication token for the AuthnRequest and
which has been successfully attested by the AuthnRequest presenter.
|
void |
setAttestedSubjectConfirmationMethod(String newAttestedSubjectConfirmationMethod)
Set the SAML 2 SubjectConfirmation method which was used by the presenter in
the attestation of the authentication token.
|
void |
setAttestedToken(Assertion newAttestedToken)
Set the SAML 2 Assertion which serves as the authentication token for the AuthnRequest and
which has been successfully attested by the AuthnRequest presenter.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParentprivate Assertion attestedToken
private String attestedSubjectConfirmationMethod
public Assertion getAttestedToken()
public void setAttestedToken(Assertion newAttestedToken)
newAttestedToken - The attestedToken to set.public String getAttestedSubjectConfirmationMethod()
public void setAttestedSubjectConfirmationMethod(String newAttestedSubjectConfirmationMethod)
newAttestedSubjectConfirmationMethod - The attestedSubjectConfirmationMethod to set.Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.