-
Classes Class Description com.netflix.spinnaker.security.User use org.springframework.security.core.userdetails.User and AllowedAccountsAuthorities to encode allowed accounts callers should program against UserDetails interface use runAs on AuthenticatedRequest to switch users rather than supplying a principal directly.
-
Methods Method Description com.netflix.spinnaker.security.AuthenticatedRequest.propagate(Callable<V>, Object) use runAs instead to switch to a different user