Uses of Interface
se.swedenconnect.spring.saml.idp.authnrequest.AuthenticationRequirements
Packages that use AuthenticationRequirements
Package
Description
Support for user authentication including SSO.
Support for processing SAML authentication requests.
-
Uses of AuthenticationRequirements in se.swedenconnect.spring.saml.idp.authentication
Methods in se.swedenconnect.spring.saml.idp.authentication that return AuthenticationRequirementsModifier and TypeMethodDescriptionSaml2UserAuthentication.getAuthnRequirements()
Gets the authentication requirements.Saml2UserAuthenticationInputToken.getAuthnRequirements()
Gets the authentication requirements.Methods in se.swedenconnect.spring.saml.idp.authentication with parameters of type AuthenticationRequirementsModifier and TypeMethodDescriptionvoid
Saml2UserAuthentication.setAuthnRequirements
(AuthenticationRequirements authnRequirements) Assigns the authentication requirements.Constructors in se.swedenconnect.spring.saml.idp.authentication with parameters of type AuthenticationRequirementsModifierConstructorDescriptionSaml2UserAuthenticationInputToken
(Saml2AuthnRequestAuthenticationToken authnRequestToken, AuthenticationRequirements authnRequirements) Constructor. -
Uses of AuthenticationRequirements in se.swedenconnect.spring.saml.idp.authnrequest
Methods in se.swedenconnect.spring.saml.idp.authnrequest that return AuthenticationRequirementsModifier and TypeMethodDescriptionAuthenticationRequirementsBuilder.build()
Builds theAuthenticationRequirements
objectprotected AuthenticationRequirements
Saml2AuthnRequestAuthenticationProvider.createAuthenticationRequirements
(Saml2AuthnRequestAuthenticationToken token) Creates anAuthenticationRequirements
object.Methods in se.swedenconnect.spring.saml.idp.authnrequest with parameters of type AuthenticationRequirementsModifier and TypeMethodDescriptionAuthenticationRequirementsBuilder.builder
(AuthenticationRequirements requirements) Creates aAuthenticationRequirementsBuilder
based on an existingAuthenticationRequirements
object.Constructors in se.swedenconnect.spring.saml.idp.authnrequest with parameters of type AuthenticationRequirementsModifierConstructorDescriptionAuthenticationRequirementsBuilder
(AuthenticationRequirements requirements) Constructor setting up a builder based on an existingAuthenticationRequirements
object.