org.apache.geronimo.javamail.authentication
Class AuthenticatorFactory

java.lang.Object
  extended by org.apache.geronimo.javamail.authentication.AuthenticatorFactory

public class AuthenticatorFactory
extends Object


Field Summary
static String AUTHENTICATION_CRAMMD5
           
static String AUTHENTICATION_DIGESTMD5
           
static String AUTHENTICATION_LOGIN
           
static String AUTHENTICATION_PLAIN
           
 
Constructor Summary
AuthenticatorFactory()
           
 
Method Summary
static ClientAuthenticator getAuthenticator(ProtocolProperties props, List mechanisms, String host, String username, String password, String authId, String realm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHENTICATION_PLAIN

public static final String AUTHENTICATION_PLAIN
See Also:
Constant Field Values

AUTHENTICATION_LOGIN

public static final String AUTHENTICATION_LOGIN
See Also:
Constant Field Values

AUTHENTICATION_CRAMMD5

public static final String AUTHENTICATION_CRAMMD5
See Also:
Constant Field Values

AUTHENTICATION_DIGESTMD5

public static final String AUTHENTICATION_DIGESTMD5
See Also:
Constant Field Values
Constructor Detail

AuthenticatorFactory

public AuthenticatorFactory()
Method Detail

getAuthenticator

public static ClientAuthenticator getAuthenticator(ProtocolProperties props,
                                                   List mechanisms,
                                                   String host,
                                                   String username,
                                                   String password,
                                                   String authId,
                                                   String realm)


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