Interface AuthorizationGenerator

    • Method Detail

      • generate

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