| Package | Description |
|---|---|
| net.shibboleth.idp.saml.saml2.profile.delegation |
Profile processing components related to SAML 2 delegation.
|
| Modifier and Type | Field and Description |
|---|---|
private DelegationRequest |
DelegationContext.delegationRequested
Status of whether the relying party has requested issuance of a delegated assertion token.
|
| Modifier and Type | Method and Description |
|---|---|
DelegationRequest |
DelegationContext.getDelegationRequested()
Get the status of whether the relying party has requested issuance of a delegated assertion token.
|
static DelegationRequest |
DelegationRequest.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DelegationRequest[] |
DelegationRequest.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DelegationContext.setDelegationRequested(DelegationRequest requested)
Set the status of whether the relying party has requested issuance of a delegated assertion token.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.