Interface PrincipalSelectionProcessor
- All Known Implementing Classes:
DefaultPrincipalSelectionProcessor
public interface PrincipalSelectionProcessor
Extracts the
PrincipalSelection
extension values. See PrincipalSelection.- Author:
- Martin Lindström
-
Method Summary
Modifier and TypeMethodDescriptionextractPrincipalSelection
(Saml2AuthnRequestAuthenticationToken authnRequestToken) Extracts thePrincipalSelection
extension values and returns these as a collection ofUserAttribute
objects.
-
Method Details
-
extractPrincipalSelection
Collection<UserAttribute> extractPrincipalSelection(Saml2AuthnRequestAuthenticationToken authnRequestToken) Extracts thePrincipalSelection
extension values and returns these as a collection ofUserAttribute
objects. See PrincipalSelection.- Parameters:
authnRequestToken
- the authentication request token- Returns:
- a (possibly empty) collection of
UserAttribute
objects
-