Class AbstractRequireAllAuthorizer<E>

    • Constructor Detail

      • AbstractRequireAllAuthorizer

        public AbstractRequireAllAuthorizer()
    • Method Detail

      • isProfileAuthorized

        protected boolean isProfileAuthorized​(WebContext context,
                                              SessionStore sessionStore,
                                              UserProfile profile)
        Description copied from class: ProfileAuthorizer
        Whether a specific profile is authorized.
        Specified by:
        isProfileAuthorized in class ProfileAuthorizer
        Parameters:
        context - the web context
        sessionStore - the session store
        profile - the user profile
        Returns:
        whether a specific profile is authorized
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object