|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientAuth | |
---|---|
org.apache.ftpserver.ssl | |
org.apache.ftpserver.ssl.impl | Internal classes, do not use directly! |
Uses of ClientAuth in org.apache.ftpserver.ssl |
---|
Methods in org.apache.ftpserver.ssl that return ClientAuth | |
---|---|
ClientAuth |
SslConfiguration.getClientAuth()
Return the required client authentication setting |
ClientAuth |
SslConfigurationFactory.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. |
Uses of ClientAuth in org.apache.ftpserver.ssl.impl |
---|
Methods in org.apache.ftpserver.ssl.impl that return ClientAuth | |
---|---|
ClientAuth |
DefaultSslConfiguration.getClientAuth()
|
Constructors in org.apache.ftpserver.ssl.impl with parameters of type ClientAuth | |
---|---|
DefaultSslConfiguration(javax.net.ssl.KeyManagerFactory keyManagerFactory,
javax.net.ssl.TrustManagerFactory trustManagerFactory,
ClientAuth clientAuthReqd,
java.lang.String sslProtocol,
java.lang.String[] enabledCipherSuites,
java.lang.String keyAlias)
Internal constructor, do not use directly. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |