public interface PasswordAuthenticator
| Modifier and Type | Method and Description |
|---|---|
Principal |
createAuthenticatedPrincipal(String user,
String password)
Authenticate the provided user and password.
|
Principal createAuthenticatedPrincipal(String user, String password)
AccessDeniedException - if not allowedCopyright © 2012–2022. All rights reserved.