Uses of Class
se.swedenconnect.spring.saml.idp.attributes.RequestedAttribute
Packages that use RequestedAttribute
Package
Description
Support for mapping of attributes.
Support for processing SAML authentication requests.
-
Uses of RequestedAttribute in se.swedenconnect.spring.saml.idp.attributes
Subclasses of RequestedAttribute in se.swedenconnect.spring.saml.idp.attributesModifier and TypeClassDescriptionclassAnImplicitRequestedAttributeis used to represent a requested attribute when the requirement is "implicit", meaning that it is not explicitly stated in anAuthnRequestorEntityDescriptor.Methods in se.swedenconnect.spring.saml.idp.attributes that return types with arguments of type RequestedAttributeModifier and TypeMethodDescriptionEidasRequestedAttributeProcessor.extractRequestedAttributes(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationTokenthe method will locateRequestedAttributes.EntityCategoryRequestedAttributeProcessor.extractRequestedAttributes(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationTokenthe method will locateRequestedAttributes.MetadataRequestedAttributeProcessor.extractRequestedAttributes(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationTokenthe method will locateRequestedAttributes.OasisExtensionRequestedAttributeProcessor.extractRequestedAttributes(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationTokenthe method will locateRequestedAttributes.RequestedAttributeProcessor.extractRequestedAttributes(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationTokenthe method will locateRequestedAttributes. -
Uses of RequestedAttribute in se.swedenconnect.spring.saml.idp.authnrequest
Methods in se.swedenconnect.spring.saml.idp.authnrequest that return types with arguments of type RequestedAttributeModifier and TypeMethodDescriptionprotected Collection<RequestedAttribute> Saml2AuthnRequestAuthenticationProvider.extractRequestedAttributes(Saml2AuthnRequestAuthenticationToken authnRequestToken) Extracts the requested attributes by invoking the configuredRequestedAttributeProcessors.AuthenticationRequirements.getRequestedAttributes()Gets the attributes requested directly in the authentication request or indirectly from the relying party metadata (AttributeConsumingServiceor entity category declarations).Methods in se.swedenconnect.spring.saml.idp.authnrequest with parameters of type RequestedAttributeModifier and TypeMethodDescriptionAuthenticationRequirementsBuilder.requestedAttribute(RequestedAttribute requestedAttribute) Adds a requested attribute.Method parameters in se.swedenconnect.spring.saml.idp.authnrequest with type arguments of type RequestedAttributeModifier and TypeMethodDescriptionAuthenticationRequirementsBuilder.requestedAttributes(Collection<RequestedAttribute> requestedAttributes) Assigns the attributes requested directly in the authentication request or indirectly from the relying party metadata (AttributeConsumingServiceor entity category declarations).