Uses of Class
org.openiam.core.domain.UserKey
-
Packages that use UserKey Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.esb.repository org.openiam.idm.srvc.user.domain -
-
Uses of UserKey in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type UserKey Modifier and Type Method Description Set<UserKey>
KeyManagementService. generateUserKeys(UserEntity user)
-
Uses of UserKey in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type UserKey Modifier and Type Method Description Set<UserKey>
KeyManagementServiceImpl. generateUserKeys(UserEntity user)
-
Uses of UserKey in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return UserKey Modifier and Type Method Description UserKey
UserKeyRepository. findByUserIdAndName(String userId, String keyName)
Methods in org.openiam.esb.repository that return types with arguments of type UserKey Modifier and Type Method Description List<UserKey>
UserKeyRepository. findByUserId(String userId)
-
Uses of UserKey in org.openiam.idm.srvc.user.domain
Fields in org.openiam.idm.srvc.user.domain with type parameters of type UserKey Modifier and Type Field Description protected Set<UserKey>
UserEntity. userKeys
-