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