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 thePrincipalSelectionextension values and returns these as a collection ofUserAttributeobjects.
-
Method Details
-
extractPrincipalSelection
Collection<UserAttribute> extractPrincipalSelection(Saml2AuthnRequestAuthenticationToken authnRequestToken) Extracts thePrincipalSelectionextension values and returns these as a collection ofUserAttributeobjects. See PrincipalSelection.- Parameters:
authnRequestToken- the authentication request token- Returns:
- a (possibly empty) collection of
UserAttributeobjects
-