public class PasswordRetriever
extends java.lang.Object
| Constructor and Description |
|---|
PasswordRetriever(javax.servlet.http.HttpServletRequest httpServletRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
encodeKey(long accountId) |
java.lang.String |
getPassword(long accountId) |
void |
removePassword(long accountId) |
void |
setPassword(long accountId,
java.lang.String password) |
public PasswordRetriever(javax.servlet.http.HttpServletRequest httpServletRequest)
public java.lang.String getPassword(long accountId)
throws PortalException
PortalExceptionpublic void removePassword(long accountId)
public void setPassword(long accountId,
java.lang.String password)
protected java.lang.String encodeKey(long accountId)