Uses of Class
org.openiam.idm.srvc.user.dto.UserSshKey
-
Packages that use UserSshKey Package Description org.openiam.common.beans.mq org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.encryption -
-
Uses of UserSshKey in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return types with arguments of type UserSshKey Modifier and Type Method Description List<UserSshKey>
UserRabbitMQService. getUserSshKeys(UserSshKeySearchBean searchBean, int from, int size)
-
Uses of UserSshKey in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type UserSshKey Modifier and Type Method Description List<UserSshKey>
KeyManagementService. getSshKeys(UserSshKeySearchBean sb, int from, int size, boolean showPk)
Methods in org.openiam.esb.core.service with parameters of type UserSshKey Modifier and Type Method Description String
KeyManagementService. saveSshKey(UserSshKey sshKey)
-
Uses of UserSshKey in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type UserSshKey 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-IMPORTMethods in org.openiam.esb.core.service.impl with parameters of type UserSshKey Modifier and Type Method Description String
KeyManagementServiceImpl. saveSshKey(UserSshKey sshKey)
-
Uses of UserSshKey in org.openiam.srvc.encryption
Methods in org.openiam.srvc.encryption with parameters of type UserSshKey Modifier and Type Method Description String
KeyManagementWS. saveSshKey(UserSshKey sshKey)
Save SSH keyString
KeyManagementWSImpl. saveSshKey(UserSshKey sshKey)
-