public static interface Authentication.LoginAuthentication extends Authentication
Authentication.Challenge, Authentication.Deferred, Authentication.Failed, Authentication.Failure, Authentication.LoginAuthentication, Authentication.LogoutAuthentication, Authentication.NonAuthenticated, Authentication.ResponseSent, Authentication.SendSuccess, Authentication.User, Authentication.Wrapped
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED
Modifier and Type | Method and Description |
---|---|
Authentication |
login(java.lang.String username,
java.lang.Object password,
javax.servlet.ServletRequest request)
Login with the LOGIN authenticator
|
Authentication login(java.lang.String username, java.lang.Object password, javax.servlet.ServletRequest request)
username
- the usernamepassword
- the passwordrequest
- the requestCopyright © 1995–2022 Webtide. All rights reserved.