Uses of Class
org.openiam.idm.srvc.user.domain.UserSshKeyEntity
-
Packages that use UserSshKeyEntity Package Description org.openiam.esb.repository org.openiam.idm.srvc.user.domain -
-
Uses of UserSshKeyEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type UserSshKeyEntity Modifier and Type Method Description org.springframework.data.domain.Page<UserSshKeyEntity>
UserSshKeyRepository. findById(String id, org.springframework.data.domain.Pageable page)
org.springframework.data.domain.Page<UserSshKeyEntity>
UserSshKeyRepository. findByUserId(String userId, org.springframework.data.domain.Pageable page)
org.springframework.data.domain.Page<UserSshKeyEntity>
UserSshKeyRepository. getUserSshKeysAfterDate(Date date, String userId, org.springframework.data.domain.Pageable page)
-
Uses of UserSshKeyEntity in org.openiam.idm.srvc.user.domain
Fields in org.openiam.idm.srvc.user.domain with type parameters of type UserSshKeyEntity Modifier and Type Field Description protected Set<UserSshKeyEntity>
UserEntity. userSshKeys
-