Package org.smallmind.nutsnbolts.email
Class Authentication
- java.lang.Object
-
- org.smallmind.nutsnbolts.email.Authentication
-
public class Authentication extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static AuthenticationNONE
-
Constructor Summary
Constructors Constructor Description Authentication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.mail.AuthenticatorgetAuthenticator()voidsetData(String[] data)voidsetType(AuthType type)
-
-
-
Field Detail
-
NONE
public static final Authentication NONE
-
-