Uses of Class
se.swedenconnect.spring.saml.idp.attributes.UserAttribute
Package
Description
Support for mapping of attributes.
Support for user authentication including SSO.
Support for processing SAML authentication requests.
-
Uses of UserAttribute in se.swedenconnect.spring.saml.idp.attributes
Modifier and TypeClassDescriptionclass
AnImplicitRequestedAttribute
is used to represent a requested attribute when the requirement is "implicit", meaning that it is not explicitly stated in anAuthnRequest
orEntityDescriptor
.class
A representation of a "requested attribute".Modifier and TypeMethodDescriptionDefaultPrincipalSelectionProcessor.extractPrincipalSelection
(Saml2AuthnRequestAuthenticationToken authnRequestToken) Extracts thePrincipalSelection
extension values and returns these as a collection ofUserAttribute
objects.PrincipalSelectionProcessor.extractPrincipalSelection
(Saml2AuthnRequestAuthenticationToken authnRequestToken) Extracts thePrincipalSelection
extension values and returns these as a collection ofUserAttribute
objects. -
Uses of UserAttribute in se.swedenconnect.spring.saml.idp.authentication
Modifier and TypeMethodDescriptionSaml2UserDetails.getAttributes()
Gets an unmodifiable collection of all user attributes.ModifierConstructorDescriptionSaml2UserDetails
(Collection<UserAttribute> attributes, String primaryAttribute, String authnContextUri, Instant authnInstant, String subjectIpAddress) Constructor. -
Uses of UserAttribute in se.swedenconnect.spring.saml.idp.authnrequest
Modifier and TypeMethodDescriptionAuthenticationRequirements.getPrincipalSelectionAttributes()
The PrincipalSelection extension defined in Sweden Connect technical framework enables a relying party to include one or more attributes in theAuthnRequest
to inform the IdP about the user that is being authenticated.Modifier and TypeMethodDescriptionAuthenticationRequirementsBuilder.principalSelectionAttribute
(UserAttribute principalSelectionAttribute) Adds a principal selection attribute.Modifier and TypeMethodDescriptionAuthenticationRequirementsBuilder.principalSelectionAttributes
(Collection<UserAttribute> principalSelectionAttributes) The PrincipalSelection extension defined in Sweden Connect technical framework enables a relying party to include one or more attributes in theAuthnRequest
to inform the IdP about the user that is being authenticated.