We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can get the profile(s) of the authenticated user using the ProfileManager.
ProfileManager
>> Read the documentation of the ProfileManager component.
Example:
WebContext context = new SpringWebfluxWebContext(exchange); SessionStore sessionStore = new SpringWebfluxSessionStore(exchange); ProfileManager profileManager = new ProfileManager(context, sessionStore); Optional<UserProfile> profile = manager.getProfile();