Uses of Enum
net.shibboleth.idp.saml.saml2.profile.delegation.DelegationRequest
Packages that use DelegationRequest
Package
Description
Profile processing components related to SAML 2 delegation.
Profile processing components related to SAML 2 delegation.
-
Uses of DelegationRequest in net.shibboleth.idp.saml.saml2.profile.delegation
Fields in net.shibboleth.idp.saml.saml2.profile.delegation declared as DelegationRequestModifier and TypeFieldDescriptionprivate DelegationRequest
DelegationContext.delegationRequested
Status of whether the relying party has requested issuance of a delegated assertion token.Methods in net.shibboleth.idp.saml.saml2.profile.delegation that return DelegationRequestModifier and TypeMethodDescriptionDelegationContext.getDelegationRequested()
Get the status of whether the relying party has requested issuance of a delegated assertion token.static DelegationRequest
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.Methods in net.shibboleth.idp.saml.saml2.profile.delegation with parameters of type DelegationRequestModifier and TypeMethodDescriptionvoid
DelegationContext.setDelegationRequested
(DelegationRequest requested) Set the status of whether the relying party has requested issuance of a delegated assertion token. -
Uses of DelegationRequest in net.shibboleth.idp.saml.saml2.profile.delegation.impl
Fields in net.shibboleth.idp.saml.saml2.profile.delegation.impl declared as DelegationRequestModifier and TypeFieldDescriptionprivate DelegationRequest
PopulateDelegationContext.defaultDelegationRequested
Default delegation request value.private DelegationRequest
PopulateDelegationContext.delegationRequested
The delegation requested state for the current request.Methods in net.shibboleth.idp.saml.saml2.profile.delegation.impl that return DelegationRequestModifier and TypeMethodDescriptionPopulateDelegationContext.getDefaultDelegationRequested()
Get the effective default value for whether request processing should proceed with issuance of a delegation token.private DelegationRequest
PopulateDelegationContext.getDelegationRequested
(ProfileRequestContext requestContext) Check whether issuance of a delegated token has been requested.private DelegationRequest
PopulateDelegationContext.getDelegationRequestedByMetadata
(ProfileRequestContext requestContext) Determine whether a delegation token was requested via the SP's SPSSODescriptor AttributeConsumingService.Methods in net.shibboleth.idp.saml.saml2.profile.delegation.impl with parameters of type DelegationRequestModifier and TypeMethodDescriptionvoid
PopulateDelegationContext.setDefaultDelegationRequested
(DelegationRequest delegationRequest) Set the effective default value for whether request processing should proceed with issuance of a delegation token.