Class UserContext.Impl

    • Constructor Detail

      • Impl

        public Impl()
        Instantiates a new user context.
      • Impl

        public Impl​(org.springframework.security.core.Authentication authentication,
                    Collection<String> groups)
        Instantiates a new user context.
        Parameters:
        authentication - the authentication
        groups - the groups
      • Impl

        public Impl​(String userId,
                    Collection<String> roles,
                    Collection<String> groups)
        Instantiates a new user context.
        Parameters:
        userId - the user id
        roles - the roles
        groups - the groups