Class FiatAuthenticationConverter
- java.lang.Object
-
- com.netflix.spinnaker.fiat.shared.FiatAuthenticationConverter
-
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationConverter
public class FiatAuthenticationConverter extends java.lang.Object implements org.springframework.security.web.authentication.AuthenticationConverterConverts anX-SPINNAKER-USERHTTP header into an Authentication object containing a list of roles and other granted authorities in its granted authorities.
-
-
Constructor Summary
Constructors Constructor Description FiatAuthenticationConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.core.Authenticationconvert(javax.servlet.http.HttpServletRequest request)
-