Interface AuthorizationGenerator

    • Method Detail

      • generate

        Optional<UserProfile> generate​(WebContext context,
                                       UserProfile profile)
        Generate the authorization information from and for the user profile.
        Parameters:
        context - the web context
        profile - the user profile for which to generate the authorization information.
        Returns:
        the updated profile or a new one (optional)