Uses of Class
net.shibboleth.idp.saml.saml2.profile.delegation.DelegationRequest
-
Packages that use DelegationRequest Package Description net.shibboleth.idp.saml.saml2.profile.delegation Profile processing components related to SAML 2 delegation.net.shibboleth.idp.saml.saml2.profile.delegation.impl 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 DelegationRequest Modifier and Type Field Description private 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 DelegationRequest Modifier and Type Method Description DelegationRequestDelegationContext. getDelegationRequested()Get the status of whether the relying party has requested issuance of a delegated assertion token.static DelegationRequestDelegationRequest. 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.Methods in net.shibboleth.idp.saml.saml2.profile.delegation with parameters of type DelegationRequest Modifier and Type Method Description voidDelegationContext. 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 DelegationRequest Modifier and Type Field Description private 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 DelegationRequest Modifier and Type Method Description DelegationRequestPopulateDelegationContext. 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 DelegationRequest Modifier and Type Method Description voidPopulateDelegationContext. setDefaultDelegationRequested(DelegationRequest delegationRequest)Set the effective default value for whether request processing should proceed with issuance of a delegation token.
-