Uses of Class
se.swedenconnect.spring.saml.idp.attributes.RequestedAttribute
Package
Description
Support for mapping of attributes.
Support for processing SAML authentication requests.
-
Uses of RequestedAttribute in se.swedenconnect.spring.saml.idp.attributes
Modifier and TypeClassDescriptionclass
AnImplicitRequestedAttribute
is used to represent a requested attribute when the requirement is "implicit", meaning that it is not explicitly stated in anAuthnRequest
orEntityDescriptor
.Modifier and TypeMethodDescriptionEidasRequestedAttributeProcessor.extractRequestedAttributes
(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationToken
the method will locateRequestedAttribute
s.EntityCategoryRequestedAttributeProcessor.extractRequestedAttributes
(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationToken
the method will locateRequestedAttribute
s.MetadataRequestedAttributeProcessor.extractRequestedAttributes
(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationToken
the method will locateRequestedAttribute
s.OasisExtensionRequestedAttributeProcessor.extractRequestedAttributes
(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationToken
the method will locateRequestedAttribute
s.RequestedAttributeProcessor.extractRequestedAttributes
(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationToken
the method will locateRequestedAttribute
s. -
Uses of RequestedAttribute in se.swedenconnect.spring.saml.idp.authnrequest
Modifier and TypeMethodDescriptionprotected Collection
<RequestedAttribute> Saml2AuthnRequestAuthenticationProvider.extractRequestedAttributes
(Saml2AuthnRequestAuthenticationToken authnRequestToken) Extracts the requested attributes by invoking the configuredRequestedAttributeProcessor
s.AuthenticationRequirements.getRequestedAttributes()
Gets the attributes requested directly in the authentication request or indirectly from the relying party metadata (AttributeConsumingService
or entity category declarations).Modifier and TypeMethodDescriptionAuthenticationRequirementsBuilder.requestedAttribute
(RequestedAttribute requestedAttribute) Adds a requested attribute.Modifier and TypeMethodDescriptionAuthenticationRequirementsBuilder.requestedAttributes
(Collection<RequestedAttribute> requestedAttributes) Assigns the attributes requested directly in the authentication request or indirectly from the relying party metadata (AttributeConsumingService
or entity category declarations).