|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.identity.ldap.LDAPUserImpl
public class LDAPUserImpl
| Nested Class Summary | |
|---|---|
static class |
LDAPUserImpl.LDAPUserComparator
|
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
protected |
LDAPUserImpl(java.lang.String dn,
IdentityContext context,
java.lang.String id)
Creates a ldap user implementation instance |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDn()
|
java.lang.Object |
getId()
The user identifier. |
protected LDAPUserModule |
getUserModule()
|
java.lang.String |
getUserName()
The user name. |
UserProfileModule |
getUserProfileModule()
|
int |
hashCode()
|
void |
setId(java.lang.String id)
|
void |
setUserName(java.lang.String userName)
|
void |
setUserProfileModule(UserProfileModule userProfileModule)
|
void |
updatePassword(java.lang.String password)
Set the password using proper encoding. |
boolean |
validatePassword(java.lang.String password)
Return true if the password is valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected LDAPUserImpl(java.lang.String dn,
IdentityContext context,
java.lang.String id)
throws IdentityException
dn - context -
IdentityException| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void updatePassword(java.lang.String password)
User
updatePassword in interface Userpublic boolean validatePassword(java.lang.String password)
User
validatePassword in interface Userpublic java.lang.String getDn()
public void setId(java.lang.String id)
public java.lang.Object getId()
User
getId in interface Userpublic UserProfileModule getUserProfileModule()
public void setUserProfileModule(UserProfileModule userProfileModule)
public java.lang.String getUserName()
User
getUserName in interface Userpublic void setUserName(java.lang.String userName)
protected LDAPUserModule getUserModule()
throws IdentityException
IdentityException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||