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. -
-
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.
-