Class SSHKeyAuthenticatorImpl
- java.lang.Object
-
- org.uberfire.ssh.service.backend.auth.impl.SSHKeyAuthenticatorImpl
-
- All Implemented Interfaces:
org.uberfire.ssh.service.backend.auth.SSHKeyAuthenticator
@ApplicationScoped public class SSHKeyAuthenticatorImpl extends Object implements org.uberfire.ssh.service.backend.auth.SSHKeyAuthenticator
-
-
Constructor Summary
Constructors Constructor Description SSHKeyAuthenticatorImpl(org.uberfire.ssh.service.backend.keystore.SSHKeyStoreService keyStoreService, javax.enterprise.inject.Instance<org.uberfire.security.WorkbenchUserManager> workbenchUserManagerInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.security.shared.api.identity.Userauthenticate(String userName, PublicKey key)
-