public final class ImapAuthentication extends Object
Represents the authentication methods for ImapClient to log into the IMAP servers.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Overrided.
|
static ImapAuthentication |
getCramMD5Authentication()
Gets RFC 2195 CRAM-MD5 authentication object.
|
static ImapAuthentication |
getDigestMD5Authentication()
Gets RFC 2831 DIGEST-MD5 authentication object.
|
static ImapAuthentication |
getPlainTextAuthentication()
Gets a RFC 2595 TLS plaintext authentication object.
|
static ImapAuthentication |
getPlainTextLogin()
Gets a login authentication object.
|
int |
hashCode()
Overrided.
|
String |
toString()
Overrided.
|
public boolean equals(Object o)
Overrided.
public int hashCode()
Overrided.
public String toString()
Overrided.
public static ImapAuthentication getCramMD5Authentication()
Gets RFC 2195 CRAM-MD5 authentication object.
ImapAuthentication
object.public static ImapAuthentication getDigestMD5Authentication()
Gets RFC 2831 DIGEST-MD5 authentication object.
ImapAuthentication
object.public static ImapAuthentication getPlainTextAuthentication()
Gets a RFC 2595 TLS plaintext authentication object.
ImapAuthentication
object.public static ImapAuthentication getPlainTextLogin()
Gets a login authentication object.
ImapAuthentication
object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.