Uses of Interface
org.eclipse.jetty.security.AuthenticationState.Succeeded
Packages that use AuthenticationState.Succeeded
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
-
Uses of AuthenticationState.Succeeded in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security that return AuthenticationState.SucceededModifier and TypeMethodDescriptionAuthenticationState.authenticate(org.eclipse.jetty.server.Request request) Get successful authentication for a request.AuthenticationState.authenticate(org.eclipse.jetty.server.Request request, org.eclipse.jetty.server.Response response, org.eclipse.jetty.util.Callback callback) Get successful authentication for a request.AuthenticationState.Deferred.authenticate(org.eclipse.jetty.server.Request request) Authenticate the request using any credentials already associated with the request.AuthenticationState.Deferred.login(String username, Object password, org.eclipse.jetty.server.Request request, org.eclipse.jetty.server.Response response) Authenticate the request with the passed credentialsAuthenticationState.login(String username, String password, org.eclipse.jetty.server.Request request, org.eclipse.jetty.server.Response response) Attempt to login a request using the passed credentials. -
Uses of AuthenticationState.Succeeded in org.eclipse.jetty.security.authentication
Classes in org.eclipse.jetty.security.authentication that implement AuthenticationState.SucceededModifier and TypeClassDescriptionstatic classThis Authentication represents a just completed authentication, that has sent a response, typically to redirect the client to the original request target..static classBase class for representing a successful authentication state.classSessionAuthentication When a user has been successfully authenticated with some types of Authenticator, the Authenticator stashes a SessionAuthentication into an HttpSession to remember that the user is authenticated.Methods in org.eclipse.jetty.security.authentication that return AuthenticationState.SucceededModifier and TypeMethodDescriptionLoginAuthenticator.LoggedOutAuthentication.authenticate(org.eclipse.jetty.server.Request request) LoginAuthenticator.LoggedOutAuthentication.login(String username, Object password, org.eclipse.jetty.server.Request request, org.eclipse.jetty.server.Response response)