Uses of Class
org.neociclo.odetteftp.security.PasswordAuthenticationCallback.AuthenticationResult

Packages that use PasswordAuthenticationCallback.AuthenticationResult
org.neociclo.odetteftp.security   
org.neociclo.odetteftp.support   
 

Uses of PasswordAuthenticationCallback.AuthenticationResult in org.neociclo.odetteftp.security
 

Methods in org.neociclo.odetteftp.security that return PasswordAuthenticationCallback.AuthenticationResult
 PasswordAuthenticationCallback.AuthenticationResult PasswordAuthenticationCallback.getResult()
           
static PasswordAuthenticationCallback.AuthenticationResult PasswordAuthenticationCallback.AuthenticationResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PasswordAuthenticationCallback.AuthenticationResult[] PasswordAuthenticationCallback.AuthenticationResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.neociclo.odetteftp.security with parameters of type PasswordAuthenticationCallback.AuthenticationResult
 void PasswordAuthenticationCallback.setResult(PasswordAuthenticationCallback.AuthenticationResult result)
           
 

Uses of PasswordAuthenticationCallback.AuthenticationResult in org.neociclo.odetteftp.support
 

Methods in org.neociclo.odetteftp.support that return PasswordAuthenticationCallback.AuthenticationResult
abstract  PasswordAuthenticationCallback.AuthenticationResult PasswordAuthenticationHandler.authenticate(String user, String password)
           
 



ACCORD