Class AuthenticatedRequestAuthenticationConverter

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

    public class AuthenticatedRequestAuthenticationConverter
    extends java.lang.Object
    implements org.springframework.security.web.authentication.AuthenticationConverter
    Provides an Authentication for an HTTP request using the current AuthenticatedRequest.getSpinnakerUser().
    See Also:
    AuthenticatedRequest
    • 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

      • AuthenticatedRequestAuthenticationConverter

        public AuthenticatedRequestAuthenticationConverter()
    • 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