Class Saml2AuthenticationTokenConverter

  • All Implemented Interfaces:
    org.springframework.security.web.authentication.AuthenticationConverter

    public final class Saml2AuthenticationTokenConverter
    extends java.lang.Object
    implements org.springframework.security.web.authentication.AuthenticationConverter
    An AuthenticationConverter that generates a Saml2AuthenticationToken appropriate for authenticated a SAML 2.0 Assertion against an AuthenticationManager.
    Since:
    5.4
    • Method Detail

      • convert

        public Saml2AuthenticationToken convert​(javax.servlet.http.HttpServletRequest request)
        Specified by:
        convert in interface org.springframework.security.web.authentication.AuthenticationConverter