Class UserRoleListEnhancedUserMap


  • public class UserRoleListEnhancedUserMap
    extends Object
    • Constructor Detail

      • UserRoleListEnhancedUserMap

        public UserRoleListEnhancedUserMap()
    • Method Detail

      • getAllAuthorities

        public String[] getAllAuthorities()
      • getAllUsers

        public String[] getAllUsers()
      • getUserNamesInRole

        public String[] getUserNamesInRole​(String role)
      • setUsers

        public void setUsers​(Map users)
      • getUserCount

        public int getUserCount()
        Indicates the size of the user map.
        Returns:
        the number of users in the map
      • getUserRoleListEnhanceduserMap

        protected Map<String,​org.springframework.security.core.userdetails.UserDetails> getUserRoleListEnhanceduserMap()
      • getRolesToUsersMap

        protected Map<org.springframework.security.core.GrantedAuthority,​Set<String>> getRolesToUsersMap()