Interface SecurityContextService
-
- All Known Implementing Classes:
SecurityContextServiceImpl
@Contract public interface SecurityContextServiceThe 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributesgetEnvironmentAttributes()Return the Environment attributes collection associated with the current thread.
-
-
-
Method Detail
-
getEnvironmentAttributes
Attributes getEnvironmentAttributes()
Return the Environment attributes collection associated with the current thread.- Returns:
- The environment attributes.
-
-