Uses of Class
org.openiam.idm.searchbeans.UserSshKeySearchBean
-
Packages that use UserSshKeySearchBean Package Description org.openiam.base.request org.openiam.common.beans.mq org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.encryption -
-
Uses of UserSshKeySearchBean in org.openiam.base.request
Constructors in org.openiam.base.request with parameters of type UserSshKeySearchBean Constructor Description UserSshKeySearchRequest(UserSshKeySearchBean userSshKeySearchBean, int from, int size) -
Uses of UserSshKeySearchBean in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type UserSshKeySearchBean Modifier and Type Method Description List<UserSshKey>UserRabbitMQService. getUserSshKeys(UserSshKeySearchBean searchBean, int from, int size) -
Uses of UserSshKeySearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type UserSshKeySearchBean Modifier and Type Method Description List<UserSshKey>KeyManagementService. getSshKeys(UserSshKeySearchBean sb, int from, int size, boolean showPk)longKeyManagementService. getSshKeysCount(UserSshKeySearchBean sb) -
Uses of UserSshKeySearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type UserSshKeySearchBean Modifier and Type Method Description List<UserSshKey>KeyManagementServiceImpl. getSshKeys(UserSshKeySearchBean sb, int from, int size, boolean showPk)method must be Transactional based on recommendation https://www.postgresql.org/docs/current/lo-interfaces.html#LO-IMPORTlongKeyManagementServiceImpl. getSshKeysCount(UserSshKeySearchBean sb)Count of ssh keys for UserSshKeySearchBean filter -
Uses of UserSshKeySearchBean in org.openiam.srvc.encryption
Methods in org.openiam.srvc.encryption with parameters of type UserSshKeySearchBean Modifier and Type Method Description UserSshKeyListResponseKeyManagementWS. getSshKeys(UserSshKeySearchBean searchBean, int from, int size)Get SSH keys that match given search criteria.UserSshKeyListResponseKeyManagementWSImpl. getSshKeys(UserSshKeySearchBean searchBean, int from, int size)
-