Uses of Class
org.forgerock.openig.tools.userprofile.UserProfileException
-
Packages that use UserProfileException Package Description org.forgerock.openig.tools.userprofile This package contains classes to call AM to retrieve user's profile info. -
-
Uses of UserProfileException in org.forgerock.openig.tools.userprofile
Methods in org.forgerock.openig.tools.userprofile that return types with arguments of type UserProfileException Modifier and Type Method Description Promise<UserProfile,UserProfileException>
CacheUserProfileService. getUserProfile(Context context, String username)
Promise<UserProfile,UserProfileException>
CrestUserProfileService. getUserProfile(Context context, String username)
Promise<UserProfile,UserProfileException>
UserProfileService. getUserProfile(Context context, String username)
Returns a promise that will be completed with anUserProfile
or with anUserProfileException
in case of errors.
-