public abstract class AbstractUserSet extends Object implements UserSet
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractUserSet(NameValidator aPasswordValidator,
MessageDigester aPasswordEncoder)
Creates a new AbstractUserSet object.
|
| Modifier and Type | Method and Description |
|---|---|
User |
createUser(String aUsername,
String aPassword)
Creates a user.
|
protected void |
setPasswordInfo(User aUser)
Sets the password validtor and encoder in the user.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, clearCache, contains, find, list, list, remove, size, userModifiedprotected AbstractUserSet(NameValidator aPasswordValidator, MessageDigester aPasswordEncoder)
protected void setPasswordInfo(User aUser)
aUser - User.Copyright © 2025. All rights reserved.