|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.incongru.berkano.security.password.retrieval.AbstractMailPasswordRetrievalStrategy
net.incongru.berkano.security.password.retrieval.MailCurrentPasswordRetrievalStrategy
public class MailCurrentPasswordRetrievalStrategy
A simple PasswordRetrievalStrategy which will send an email
containing the current password of the user. This obviously
only works if we are able to retrieve the password
in clear text from the user data. (ie, the
CleanPasswordMatchingStrategy
is used)
| Constructor Summary | |
|---|---|
MailCurrentPasswordRetrievalStrategy(net.incongru.util.mail.Mailer mailer)
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getMailSubject()
|
protected java.lang.String |
getTemplateName()
|
| Methods inherited from class net.incongru.berkano.security.password.retrieval.AbstractMailPasswordRetrievalStrategy |
|---|
getRequiredField, prepareMailContext, retrievePassword |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MailCurrentPasswordRetrievalStrategy(net.incongru.util.mail.Mailer mailer)
| Method Detail |
|---|
protected java.lang.String getMailSubject()
getMailSubject in class AbstractMailPasswordRetrievalStrategyprotected java.lang.String getTemplateName()
getTemplateName in class AbstractMailPasswordRetrievalStrategy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||