Package coop.intergal.ui.security
-
Interface Summary Interface Description HasLogger HasLogger is a feature interface that provides Logging capability for anyone implementing it where logger needs to operate in serializable environment without being static. -
Class Summary Class Description CustomUserDetails CustomUserMapper SecurityConfiguration Configures spring security, doing the following: Bypass security checks for static resources, Restrict access to the application, allowing only logged in users, Set up the login form, Configures theUserDetailsServiceImpl.SecurityUtils SecurityUtils takes care of all such static operations that have to do with security and querying rights from different beans of the UI.