Class EidasRequestedAttributeProcessor
java.lang.Object
se.swedenconnect.spring.saml.idp.attributes.EidasRequestedAttributeProcessor
- All Implemented Interfaces:
RequestedAttributeProcessor
A
RequestedAttributeProcessor that supports the eIDAS RequestedAttributes extension.- Author:
- Martin Lindström
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractRequestedAttributes(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationTokenthe method will locateRequestedAttributes.
-
Constructor Details
-
EidasRequestedAttributeProcessor
public EidasRequestedAttributeProcessor()
-
-
Method Details
-
extractRequestedAttributes
public Collection<RequestedAttribute> extractRequestedAttributes(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationTokenthe method will locateRequestedAttributes.- Specified by:
extractRequestedAttributesin interfaceRequestedAttributeProcessor- Parameters:
authnRequestToken- the authentication request token- Returns:
- a (possibly empty) collection of
RequestedAttributes
-