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 TypeMethodDescriptionvoidSaml2UserAuthentication.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 theAuthenticationRequirementsobjectprotected AuthenticationRequirementsSaml2AuthnRequestAuthenticationProvider.createAuthenticationRequirements(Saml2AuthnRequestAuthenticationToken token) Creates anAuthenticationRequirementsobject.Methods in se.swedenconnect.spring.saml.idp.authnrequest with parameters of type AuthenticationRequirementsModifier and TypeMethodDescriptionAuthenticationRequirementsBuilder.builder(AuthenticationRequirements requirements) Creates aAuthenticationRequirementsBuilderbased on an existingAuthenticationRequirementsobject.Constructors in se.swedenconnect.spring.saml.idp.authnrequest with parameters of type AuthenticationRequirementsModifierConstructorDescriptionAuthenticationRequirementsBuilder(AuthenticationRequirements requirements) Constructor setting up a builder based on an existingAuthenticationRequirementsobject.