|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.subethamail.smtp.auth.LoginAuthenticationHandlerFactory
public class LoginAuthenticationHandlerFactory
Implements the SMTP AUTH LOGIN mechanism.
You are only required to plug your UsernamePasswordValidator implementation
for username and password validation to take effect.
| Constructor Summary | |
|---|---|
LoginAuthenticationHandlerFactory(UsernamePasswordValidator helper)
|
|
| Method Summary | |
|---|---|
AuthenticationHandler |
create()
Create a fresh instance of your handler. |
java.util.List<java.lang.String> |
getAuthenticationMechanisms()
If your handler supports RFC 2554 at some degree, then it must return all the supported mechanisms here. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoginAuthenticationHandlerFactory(UsernamePasswordValidator helper)
| Method Detail |
|---|
public java.util.List<java.lang.String> getAuthenticationMechanisms()
AuthenticationHandlerFactory
getAuthenticationMechanisms in interface AuthenticationHandlerFactorypublic AuthenticationHandler create()
AuthenticationHandlerFactory
create in interface AuthenticationHandlerFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||