Package org.eclipse.jetty.server
Interface Authentication.NonAuthenticated
-
- All Superinterfaces:
Authentication
,Authentication.LoginAuthentication
- All Known Implementing Classes:
LoggedOutAuthentication
- Enclosing interface:
- Authentication
@Deprecated(since="2021-05-27") public static interface Authentication.NonAuthenticated extends Authentication.LoginAuthentication
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.After a logout, the authentication reverts to a state where it is possible to programmatically log in again.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.server.Authentication
Authentication.Challenge, Authentication.Deferred, Authentication.Failed, Authentication.Failure, Authentication.LoginAuthentication, Authentication.LogoutAuthentication, Authentication.NonAuthenticated, Authentication.ResponseSent, Authentication.SendSuccess, Authentication.User, Authentication.Wrapped
-
-
Field Summary
-
Fields inherited from interface org.eclipse.jetty.server.Authentication
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED
-
-
Method Summary
-
Methods inherited from interface org.eclipse.jetty.server.Authentication.LoginAuthentication
login
-
-