Uses of Interface
org.crsh.auth.AuthenticationPlugin

Packages that use AuthenticationPlugin
org.crsh.auth   
org.crsh.plugins.crowd   
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.plugins.crowd
 

Classes in org.crsh.plugins.crowd that implement AuthenticationPlugin
 class CrowdAuthenticationPlugin
          Allows to use an Atlassian Crowd serer to authenticate on CRaSH To use it you need to : Define the application on the crowd server side, Use
 

Methods in org.crsh.plugins.crowd that return AuthenticationPlugin
 AuthenticationPlugin CrowdAuthenticationPlugin.getImplementation()
           
 

Uses of AuthenticationPlugin in org.crsh.ssh.term
 

Fields in org.crsh.ssh.term declared as AuthenticationPlugin
private  AuthenticationPlugin SSHLifeCycle.authentication
          .
 

Constructors in org.crsh.ssh.term with parameters of type AuthenticationPlugin
SSHLifeCycle(PluginContext context, AuthenticationPlugin<?> authentication)
           
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.