@Deprecated public final class SmtpAuthentication extends Object
Represents the SMTP authentication supported by the SMTP server.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
Checks equality of this object and operand.
|
static SmtpAuthentication |
getAuto()
Deprecated.
Automatic selection of authorization protocol
|
static SmtpAuthentication |
getCramMD5()
Deprecated.
CRAM-MD5 authorization protocol
|
static SmtpAuthentication |
getDigestMD5()
Deprecated.
DIGEST-MD5 authorization protocol
|
static SmtpAuthentication |
getLogin()
Deprecated.
LOGIN authorization (Uses Base64 encoding.)
|
static SmtpAuthentication |
getNone()
Deprecated.
Without authorization
|
static SmtpAuthentication |
getNtlm()
Deprecated.
NTLM authorization protocol
|
static SmtpAuthentication |
getPlain()
Deprecated.
PLAIN authorization (Uses Base64 encoding.)
|
static SmtpAuthentication |
getXOAuth2()
Deprecated.
OAuth 2.0 authorization protocol
|
int |
hashCode()
Deprecated.
Returns the hash code for this instance.
|
String |
toString()
Deprecated.
Returns a string that represents the current object.
|
public boolean equals(Object o)
Checks equality of this object and operand.
public int hashCode()
Returns the hash code for this instance.
public String toString()
Returns a string that represents the current object.
public static SmtpAuthentication getCramMD5()
CRAM-MD5 authorization protocol
public static SmtpAuthentication getDigestMD5()
DIGEST-MD5 authorization protocol
public static SmtpAuthentication getPlain()
PLAIN authorization (Uses Base64 encoding.)
public static SmtpAuthentication getLogin()
LOGIN authorization (Uses Base64 encoding.)
public static SmtpAuthentication getNone()
Without authorization
public static SmtpAuthentication getNtlm()
NTLM authorization protocol
public static SmtpAuthentication getAuto()
Automatic selection of authorization protocol
public static SmtpAuthentication getXOAuth2()
OAuth 2.0 authorization protocol
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.