Interface SecurityContextService

  • All Known Implementing Classes:
    SecurityContextServiceImpl

    @Contract
    public interface SecurityContextService
    The Security Context Service maintains context needed by various security services. It is scoped per-thread (though this does not preclude it from providing access to context that has different scope).
    • Method Detail

      • getEnvironmentAttributes

        Attributes getEnvironmentAttributes()
        Return the Environment attributes collection associated with the current thread.
        Returns:
        The environment attributes.