Uses of Class
org.apache.ftpserver.ssl.ClientAuth

Packages that use ClientAuth
org.apache.ftpserver.ssl   
 

Uses of ClientAuth in org.apache.ftpserver.ssl
 

Methods in org.apache.ftpserver.ssl that return ClientAuth
 ClientAuth SslConfigurationFactory.getClientAuth()
          Return the required client authentication setting
 ClientAuth SslConfiguration.getClientAuth()
          Return the required client authentication setting
static ClientAuth ClientAuth.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClientAuth[] ClientAuth.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.