Class SSHKeyStoreServiceImpl

  • All Implemented Interfaces:
    org.uberfire.ssh.service.backend.keystore.SSHKeyStoreService

    @Startup
    @ApplicationScoped
    public class SSHKeyStoreServiceImpl
    extends Object
    implements org.uberfire.ssh.service.backend.keystore.SSHKeyStoreService
    • Constructor Detail

      • SSHKeyStoreServiceImpl

        protected SSHKeyStoreServiceImpl()
      • SSHKeyStoreServiceImpl

        @Inject
        public SSHKeyStoreServiceImpl​(javax.enterprise.inject.Instance<org.uberfire.ssh.service.backend.keystore.SSHKeyStore> keyStores)
    • Method Detail

      • keyStore

        public org.uberfire.ssh.service.backend.keystore.SSHKeyStore keyStore()
        Specified by:
        keyStore in interface org.uberfire.ssh.service.backend.keystore.SSHKeyStoreService