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 DelegationRequestDelegationContext.delegationRequestedStatus 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 DelegationRequestReturns 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 TypeMethodDescriptionvoidDelegationContext.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 DelegationRequestPopulateDelegationContext.defaultDelegationRequestedDefault delegation request value.private DelegationRequestPopulateDelegationContext.delegationRequestedThe 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 DelegationRequestPopulateDelegationContext.getDelegationRequested(ProfileRequestContext requestContext) Check whether issuance of a delegated token has been requested.private DelegationRequestPopulateDelegationContext.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 TypeMethodDescriptionvoidPopulateDelegationContext.setDefaultDelegationRequested(DelegationRequest delegationRequest) Set the effective default value for whether request processing should proceed with issuance of a delegation token.