Package | Description |
---|---|
org.apache.fulcrum.security | |
org.apache.fulcrum.security.spi |
Modifier and Type | Method and Description |
---|---|
void |
UserManager.authenticate(User user,
String password)
Authenticate an User with the specified password.
|
void |
UserManager.changePassword(User user,
String oldPassword,
String newPassword)
Change the password for an User.
|
<T extends User> |
UserManager.getUser(String username,
String password)
Retrieve a user from persistent storage using username as the key, and
authenticate the user.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractUserManager.authenticate(User user,
String password)
Authenticate an User with the specified password.
|
void |
AbstractUserManager.changePassword(User user,
String oldPassword,
String newPassword)
Change the password for an User.
|
<T extends User> |
AbstractUserManager.getUser(String userName,
String password)
Retrieve a user from persistent storage using username as the key, and
authenticate the user.
|
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.