Uses of Interface
org.forgerock.openig.tools.userprofile.UserProfileService
Package
Description
This package contains classes to call AM to retrieve user's profile info.
-
Uses of UserProfileService in org.forgerock.openig.tools.userprofile
Modifier and TypeClassDescriptionclass
Create a CacheUserProfileService which is responsible for managing theUserProfile
cache.class
TheCrestUserProfileService
is responsible for interactions with AM users endpoint using resource version 3.0; since AM v13.ModifierConstructorDescriptionCacheUserProfileService
(UserProfileService userProfileService, com.github.benmanes.caffeine.cache.Caffeine<Object, Object> caffeine, Duration maximumTimeout) Creates a new CacheUserProfileService.