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
-
Method Summary
Modifier and TypeMethodDescriptionextractRequestedAttributes
(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationToken
the method will locateRequestedAttribute
s.
-
Constructor Details
-
EidasRequestedAttributeProcessor
public EidasRequestedAttributeProcessor()
-
-
Method Details
-
extractRequestedAttributes
public Collection<RequestedAttribute> extractRequestedAttributes(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationToken
the method will locateRequestedAttribute
s.- Specified by:
extractRequestedAttributes
in interfaceRequestedAttributeProcessor
- Parameters:
authnRequestToken
- the authentication request token- Returns:
- a (possibly empty) collection of
RequestedAttribute
s
-