Interface RequestedAttributeProcessor
- All Known Implementing Classes:
EidasRequestedAttributeProcessor
,EntityCategoryRequestedAttributeProcessor
,MetadataRequestedAttributeProcessor
,OasisExtensionRequestedAttributeProcessor
public interface RequestedAttributeProcessor
A processor for locating information about which user attributes that are requested.
- Author:
- Martin Lindström
-
Method Summary
Modifier and TypeMethodDescriptionextractRequestedAttributes
(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationToken
the method will locateRequestedAttribute
s.
-
Method Details
-
extractRequestedAttributes
Collection<RequestedAttribute> extractRequestedAttributes(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationToken
the method will locateRequestedAttribute
s.- Parameters:
authnRequestToken
- the authentication request token- Returns:
- a (possibly empty) collection of
RequestedAttribute
s
-