Package com.netflix.spinnaker.security
-
Interface Summary Interface Description AuthenticatedRequest.PrincipalExtractor Determines the current user principal and how to interpret that principal to extract user identity and allowed accounts. -
Class Summary Class Description AllowedAccountsAuthorities AuthenticatedRequest User Deprecated. 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.