Class ASMCMSUserGroupRestrictionEvaluator

    • Constructor Detail

      • ASMCMSUserGroupRestrictionEvaluator

        public ASMCMSUserGroupRestrictionEvaluator()
    • Method Detail

      • checkWhetherUserIsPartOfRestrictedGroup

        protected boolean checkWhetherUserIsPartOfRestrictedGroup​(UserModel userModel,
                                                                  ASMCMSUserGroupRestrictionModel asmCMSUserGroupRestrictionModel)
        Checks Whether the supplied User is part of the Restricted Groups
        Parameters:
        userModel -
        asmCMSUserGroupRestrictionModel -
        Returns:
        true or false
      • getSubgroups

        protected java.util.List<PrincipalGroupModel> getSubgroups​(java.util.Collection<PrincipalGroupModel> groups)
        Fetches all Subgroups of the supplied groups.
        Parameters:
        groups -
        Returns:
        the groups
      • setUserService

        public void setUserService​(UserService userService)
      • setSessionService

        public void setSessionService​(SessionService sessionService)
      • getUserService

        protected UserService getUserService()
        Returns:
        the userService
      • getSessionService

        protected SessionService getSessionService()
        Returns:
        the sessionService