All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.enterprise.config.serverbeans.SshAuthInjector Maven / Gradle / Ivy

There is a newer version: 7.2024.1.Alpha1
Show newest version

package com.sun.enterprise.config.serverbeans;

import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;

@Service(name = "ssh-auth", metadata = "@key-passphrase=optional,@key-passphrase=datatype:java.lang.String,@key-passphrase=leaf,@keyfile=optional,@keyfile=datatype:java.lang.String,@keyfile=leaf,@password=optional,@password=datatype:java.lang.String,@password=leaf,@user-name=optional,@user-name=default:${user.name},@user-name=datatype:java.lang.String,@user-name=leaf,target=com.sun.enterprise.config.serverbeans.SshAuth")
@InjectionTarget(SshAuth.class)
public class SshAuthInjector
    extends NoopConfigInjector
{


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy