|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.subethamail.smtp.auth.MultipleAuthenticationHandlerFactory
org.subethamail.smtp.auth.EasyAuthenticationHandlerFactory
public class EasyAuthenticationHandlerFactory
This a convenient class that saves you setting up the factories that we know about; you can always add more afterwards. Currently this factory supports: PLAIN LOGIN
| Constructor Summary | |
|---|---|
EasyAuthenticationHandlerFactory(UsernamePasswordValidator validator)
|
|
| Method Summary | |
|---|---|
UsernamePasswordValidator |
getValidator()
|
| Methods inherited from class org.subethamail.smtp.auth.MultipleAuthenticationHandlerFactory |
|---|
addFactory, create, getAuthenticationMechanisms |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EasyAuthenticationHandlerFactory(UsernamePasswordValidator validator)
| Method Detail |
|---|
public UsernamePasswordValidator getValidator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||