org.knopflerfish.service.um.useradmin
public interface PasswdAuthenticator
| Modifier and Type | Method and Description |
|---|---|
boolean |
canAuthenticate(java.lang.String username)
Tests if it is possible to authenticate the user with the specified
username with this authentication method (that there is a user with the
specified user name and that the user has a password credential.
|
PasswdSession |
createSession()
Creates an authentication session.
|
boolean canAuthenticate(java.lang.String username)
username - the usernamePasswdSession createSession()