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.Wrapped
NOT_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.LoginAuthentication
login
in interface Authentication.LoginAuthentication
username
- the usernamepassword
- the passwordrequest
- the requestCopyright © 1995–2021 Webtide. All rights reserved.