Class AbstractRequireAllAuthorizer<E,​U extends UserProfile>

    • Constructor Detail

      • AbstractRequireAllAuthorizer

        public AbstractRequireAllAuthorizer()
    • Method Detail

      • isProfileAuthorized

        protected boolean isProfileAuthorized​(WebContext context,
                                              U profile)
        Description copied from class: ProfileAuthorizer
        Whether a specific profile is authorized.
        Specified by:
        isProfileAuthorized in class ProfileAuthorizer<U extends UserProfile>
        Parameters:
        context - the web context
        profile - the user profile
        Returns:
        whether a specific profile is authorized