Class FiatAuthenticationConverter

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

    public class FiatAuthenticationConverter
    extends java.lang.Object
    implements org.springframework.security.web.authentication.AuthenticationConverter
    Converts an X-SPINNAKER-USER HTTP header into an Authentication object containing a list of roles and other granted authorities in its granted authorities.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.security.core.Authentication convert​(javax.servlet.http.HttpServletRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FiatAuthenticationConverter

        public FiatAuthenticationConverter()
    • Method Detail

      • convert

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