public class LoggedOutAuthentication extends java.lang.Object implements Authentication.NonAuthenticated
Authentication.Challenge, Authentication.Deferred, Authentication.Failed, Authentication.Failure, Authentication.LoginAuthentication, Authentication.LogoutAuthentication, Authentication.NonAuthenticated, Authentication.ResponseSent, Authentication.SendSuccess, Authentication.User, Authentication.WrappedNOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED| Constructor and Description |
|---|
LoggedOutAuthentication(LoginAuthenticator authenticator) |
| 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
|
public LoggedOutAuthentication(LoginAuthenticator authenticator)
public Authentication login(java.lang.String username, java.lang.Object password, javax.servlet.ServletRequest request)
Authentication.LoginAuthenticationlogin in interface Authentication.LoginAuthenticationusername - the usernamepassword - the passwordrequest - the requestCopyright © 1995–2023 Webtide. All rights reserved.