Uses of Class
org.apache.camel.oauth.UserProfile
Packages that use UserProfile
Package
Description
-
Uses of UserProfile in org.apache.camel.oauth
Methods in org.apache.camel.oauth that return UserProfileModifier and TypeMethodDescriptionabstract UserProfileOAuth.authenticate(Credentials creds) static UserProfileUserProfile.fromJson(OAuthConfig config, com.google.gson.JsonObject json) OAuthLogoutParams.getUserProfile()UserCredentials.getUserProfile()Methods in org.apache.camel.oauth that return types with arguments of type UserProfileModifier and TypeMethodDescriptiondefault Optional<UserProfile> OAuthSession.getUserProfile()default Optional<UserProfile> OAuthSession.removeUserProfile()Methods in org.apache.camel.oauth with parameters of type UserProfileModifier and TypeMethodDescriptionvoidUserProfile.merge(UserProfile other) default voidOAuthSession.putUserProfile(UserProfile profile) OAuthLogoutParams.setUser(UserProfile user) Constructors in org.apache.camel.oauth with parameters of type UserProfile -
Uses of UserProfile in org.apache.camel.oauth.jakarta
Methods in org.apache.camel.oauth.jakarta that return UserProfile -
Uses of UserProfile in org.apache.camel.oauth.vertx
Subclasses of UserProfile in org.apache.camel.oauth.vertxMethods in org.apache.camel.oauth.vertx that return UserProfile