Uses of Class
org.apache.commons.net.imap.AuthenticatingIMAPClient.AUTH_METHOD

Packages that use AuthenticatingIMAPClient.AUTH_METHOD
org.apache.commons.net.imap Basic IMAP and IMAPS support classes 
 

Uses of AuthenticatingIMAPClient.AUTH_METHOD in org.apache.commons.net.imap
 

Methods in org.apache.commons.net.imap that return AuthenticatingIMAPClient.AUTH_METHOD
static AuthenticatingIMAPClient.AUTH_METHOD AuthenticatingIMAPClient.AUTH_METHOD.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AuthenticatingIMAPClient.AUTH_METHOD[] AuthenticatingIMAPClient.AUTH_METHOD.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.commons.net.imap with parameters of type AuthenticatingIMAPClient.AUTH_METHOD
 boolean AuthenticatingIMAPClient.auth(AuthenticatingIMAPClient.AUTH_METHOD method, String username, String password)
          Authenticate to the IMAP server by sending the AUTHENTICATE command with the selected mechanism, using the given username and the given password.
 boolean AuthenticatingIMAPClient.authenticate(AuthenticatingIMAPClient.AUTH_METHOD method, String username, String password)
          Authenticate to the IMAP server by sending the AUTHENTICATE command with the selected mechanism, using the given username and the given password.
 



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.