Package com.netflix.spinnaker.security
-
Interface Summary Interface Description AccessControlled An AccessControlled object is an object that knows its own permissions and can check them against a given user and authorization.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 AuthenticatedRequestDecorator Provides decorators forRunnableandCallablefor propagating the currentThreadContext/MDC.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.