Uses of Interface
org.crsh.auth.AuthenticationPlugin

Packages that use AuthenticationPlugin
org.crsh.auth   
org.crsh.ssh.term   
 

Uses of AuthenticationPlugin in org.crsh.auth
 

Classes in org.crsh.auth that implement AuthenticationPlugin
 class JaasAuthenticationPlugin
           
 class KeyAuthenticationPlugin
           
 class SimpleAuthenticationPlugin
           
 

Fields in org.crsh.auth declared as AuthenticationPlugin
static AuthenticationPlugin<Object> AuthenticationPlugin.NULL
          The plugin that never authenticates, returns the name value null.
 

Methods in org.crsh.auth that return AuthenticationPlugin
 AuthenticationPlugin JaasAuthenticationPlugin.getImplementation()
           
 AuthenticationPlugin SimpleAuthenticationPlugin.getImplementation()
           
 

Uses of AuthenticationPlugin in org.crsh.ssh.term
 

Fields in org.crsh.ssh.term with type parameters of type AuthenticationPlugin
private  ArrayList<AuthenticationPlugin> SSHLifeCycle.authenticationPlugins
          .
 

Constructor parameters in org.crsh.ssh.term with type arguments of type AuthenticationPlugin
SSHLifeCycle(PluginContext context, Charset encoding, int port, int idleTimeout, int authTimeout, org.apache.sshd.common.KeyPairProvider keyPairProvider, ArrayList<AuthenticationPlugin> authenticationPlugins)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.