public class DelegationContext extends BaseContext
Assertion.BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private DelegationRequest |
delegationRequested
Status of whether the relying party has requested issuance of a delegated assertion token.
|
private boolean |
issuingDelegatedAssertion
Whether issuance of a delegated assertion is active.
|
private List<Credential> |
subjectConfirmationCredentials
The relying party credentials which will be included in the assertion's
KeyInfoConfirmationDataType. |
| Constructor and Description |
|---|
DelegationContext()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DelegationRequest |
getDelegationRequested()
Get the status of whether the relying party has requested issuance of a delegated assertion token.
|
List<Credential> |
getSubjectConfirmationCredentials()
Get the relying party credentials which will be included in the assertion's
KeyInfoConfirmationDataType. |
boolean |
isIssuingDelegatedAssertion()
Get whether issuance of a delegated assertion is active.
|
void |
setDelegationRequested(DelegationRequest requested)
Set the status of whether the relying party has requested issuance of a delegated assertion token.
|
void |
setIssuingDelegatedAssertion(boolean flag)
Set whether issuance of a delegated assertion is active.
|
void |
setSubjectConfirmationCredentials(List<Credential> credentials)
Set the relying party credentials which will be included in the assertion's
KeyInfoConfirmationDataType. |
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParentprivate boolean issuingDelegatedAssertion
private DelegationRequest delegationRequested
private List<Credential> subjectConfirmationCredentials
KeyInfoConfirmationDataType.public boolean isIssuingDelegatedAssertion()
public void setIssuingDelegatedAssertion(boolean flag)
flag - true is issuing a delegated assertion false otherwise@Nonnull public DelegationRequest getDelegationRequested()
public void setDelegationRequested(DelegationRequest requested)
requested - the delegation request status@Nullable @NonnullElements public List<Credential> getSubjectConfirmationCredentials()
KeyInfoConfirmationDataType.public void setSubjectConfirmationCredentials(@Nullable@NonnullElements List<Credential> credentials)
KeyInfoConfirmationDataType.credentials - the confirmation credentialsCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.