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 theSaml2AuthnRequestAuthenticationTokenthe method will locateRequestedAttributes.
-
Method Details
-
extractRequestedAttributes
Collection<RequestedAttribute> extractRequestedAttributes(Saml2AuthnRequestAuthenticationToken authnRequestToken) Given theSaml2AuthnRequestAuthenticationTokenthe method will locateRequestedAttributes.- Parameters:
authnRequestToken- the authentication request token- Returns:
- a (possibly empty) collection of
RequestedAttributes
-