Interface Authorizer<U extends UserProfile>

    • Method Detail

      • isAuthorized

        boolean isAuthorized​(WebContext context,
                             List<U> profiles)
        Checks if the user profiles and / or the current web context are authorized.
        Parameters:
        context - the web context
        profiles - the user profiles
        Returns:
        if the access is authorized