Package | Description |
---|---|
org.forgerock.openig.tools.userprofile |
This package contains classes to call AM to retrieve user's profile info.
|
Modifier and Type | Method and Description |
---|---|
Promise<UserProfile,UserProfileException> |
UserProfileService.getUserProfile(Context context,
String username)
Returns a promise that will be completed with an
UserProfile or with an UserProfileException
in case of errors. |
Promise<UserProfile,UserProfileException> |
CrestUserProfileService.getUserProfile(Context context,
String username) |
Promise<UserProfile,UserProfileException> |
CacheUserProfileService.getUserProfile(Context context,
String username) |
Copyright 2011-2017 ForgeRock AS.