|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.security.user.jdo.v0_9_0.JdoUser
public class JdoUser
| Field Summary |
|---|
| Fields inherited from interface org.codehaus.plexus.security.user.User |
|---|
ROLE |
| Constructor Summary | |
|---|---|
JdoUser()
|
|
| Method Summary | |
|---|---|
void |
addPreviousEncodedPassword(String string)
Method addPreviousEncodedPassword. |
boolean |
equals(Object other)
Method equals. |
Date |
getAccountCreationDate()
Get the accountCreationDate field. |
int |
getCountFailedLoginAttempts()
Get the countFailedLoginAttempts field. |
String |
getEmail()
Get the email field. |
String |
getEncodedPassword()
Get the encodedPassword field. |
String |
getFullName()
Get the fullName field. |
Date |
getLastLoginDate()
Get the lastLoginDate field. |
Date |
getLastPasswordChange()
Get the lastPasswordChange field. |
String |
getPassword()
Get the password field. |
List |
getPreviousEncodedPasswords()
Method getPreviousEncodedPasswords. |
Object |
getPrincipal()
|
String |
getUsername()
Get the username field. |
int |
hashCode()
Method hashCode. |
boolean |
isLocked()
Get the locked field. |
boolean |
isPasswordChangeRequired()
Get the passwordChangeRequired field. |
boolean |
isPermanent()
Get the permanent field. |
boolean |
isValidated()
Get the validated field. |
void |
removePreviousEncodedPassword(String string)
Method removePreviousEncodedPassword. |
void |
setAccountCreationDate(Date accountCreationDate)
Set the accountCreationDate field. |
void |
setCountFailedLoginAttempts(int countFailedLoginAttempts)
Set the countFailedLoginAttempts field. |
void |
setEmail(String email)
Set the email field. |
void |
setEncodedPassword(String encodedPassword)
Set the encodedPassword field. |
void |
setFullName(String fullName)
Set the fullName field. |
void |
setLastLoginDate(Date lastLoginDate)
Set the lastLoginDate field. |
void |
setLastPasswordChange(Date lastPasswordChange)
Set the lastPasswordChange field. |
void |
setLocked(boolean locked)
Set the locked field. |
void |
setPassword(String password)
Set the password field. |
void |
setPasswordChangeRequired(boolean passwordChangeRequired)
Set the passwordChangeRequired field. |
void |
setPermanent(boolean permanent)
Set the permanent field. |
void |
setPreviousEncodedPasswords(List previousEncodedPasswords)
Set the previousEncodedPasswords field. |
void |
setUsername(String username)
Set the username field. |
void |
setValidated(boolean validated)
Set the validated field. |
String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JdoUser()
| Method Detail |
|---|
public void addPreviousEncodedPassword(String string)
addPreviousEncodedPassword in interface org.codehaus.plexus.security.user.Userstring - public boolean equals(Object other)
equals in class Objectother -
public Date getAccountCreationDate()
getAccountCreationDate in interface org.codehaus.plexus.security.user.Userpublic int getCountFailedLoginAttempts()
getCountFailedLoginAttempts in interface org.codehaus.plexus.security.user.Userpublic String getEmail()
getEmail in interface org.codehaus.plexus.security.user.Userpublic String getEncodedPassword()
getEncodedPassword in interface org.codehaus.plexus.security.user.Userpublic String getFullName()
getFullName in interface org.codehaus.plexus.security.user.Userpublic Date getLastLoginDate()
getLastLoginDate in interface org.codehaus.plexus.security.user.Userpublic Date getLastPasswordChange()
getLastPasswordChange in interface org.codehaus.plexus.security.user.Userpublic String getPassword()
getPassword in interface org.codehaus.plexus.security.user.Userpublic List getPreviousEncodedPasswords()
getPreviousEncodedPasswords in interface org.codehaus.plexus.security.user.Userpublic String getUsername()
getUsername in interface org.codehaus.plexus.security.user.Userpublic int hashCode()
hashCode in class Objectpublic boolean isLocked()
isLocked in interface org.codehaus.plexus.security.user.Userpublic boolean isPasswordChangeRequired()
isPasswordChangeRequired in interface org.codehaus.plexus.security.user.Userpublic boolean isPermanent()
isPermanent in interface org.codehaus.plexus.security.user.Userpublic boolean isValidated()
isValidated in interface org.codehaus.plexus.security.user.Userpublic void removePreviousEncodedPassword(String string)
string - public void setAccountCreationDate(Date accountCreationDate)
accountCreationDate - public void setCountFailedLoginAttempts(int countFailedLoginAttempts)
setCountFailedLoginAttempts in interface org.codehaus.plexus.security.user.UsercountFailedLoginAttempts - public void setEmail(String email)
setEmail in interface org.codehaus.plexus.security.user.Useremail - public void setEncodedPassword(String encodedPassword)
setEncodedPassword in interface org.codehaus.plexus.security.user.UserencodedPassword - public void setFullName(String fullName)
setFullName in interface org.codehaus.plexus.security.user.UserfullName - public void setLastLoginDate(Date lastLoginDate)
setLastLoginDate in interface org.codehaus.plexus.security.user.UserlastLoginDate - public void setLastPasswordChange(Date lastPasswordChange)
setLastPasswordChange in interface org.codehaus.plexus.security.user.UserlastPasswordChange - public void setLocked(boolean locked)
setLocked in interface org.codehaus.plexus.security.user.Userlocked - public void setPassword(String password)
setPassword in interface org.codehaus.plexus.security.user.Userpassword - public void setPasswordChangeRequired(boolean passwordChangeRequired)
setPasswordChangeRequired in interface org.codehaus.plexus.security.user.UserpasswordChangeRequired - public void setPermanent(boolean permanent)
setPermanent in interface org.codehaus.plexus.security.user.Userpermanent - public void setPreviousEncodedPasswords(List previousEncodedPasswords)
setPreviousEncodedPasswords in interface org.codehaus.plexus.security.user.UserpreviousEncodedPasswords - public void setUsername(String username)
setUsername in interface org.codehaus.plexus.security.user.Userusername - public void setValidated(boolean validated)
setValidated in interface org.codehaus.plexus.security.user.Uservalidated - public String toString()
toString in class Objectpublic Object getPrincipal()
getPrincipal in interface org.codehaus.plexus.security.user.User
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||