Uses of Interface
org.eclipse.jetty.security.AuthenticationState.Succeeded
Package
Description
Jetty Jaspi : Java Authentication SPI
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
-
Uses of AuthenticationState.Succeeded in org.eclipse.jetty.ee10.security.jaspi
Modifier and TypeMethodDescriptionboolean
JaspiAuthenticator.secureResponse
(Request request, Response response, Callback callback, boolean mandatory, AuthenticationState.Succeeded validatedSucceeded) -
Uses of AuthenticationState.Succeeded in org.eclipse.jetty.security
Modifier and TypeMethodDescriptionAuthenticationState.authenticate
(Request request) Get successful authentication for a request.AuthenticationState.authenticate
(Request request, Response response, Callback callback) Get successful authentication for a request.AuthenticationState.Deferred.authenticate
(Request request) Authenticate the request using any credentials already associated with the request.AuthenticationState.Deferred.login
(String username, Object password, Request request, Response response) Authenticate the request with the passed credentialsAttempt to login a request using the passed credentials. -
Uses of AuthenticationState.Succeeded in org.eclipse.jetty.security.authentication
Modifier and TypeClassDescriptionstatic class
This Authentication represents a just completed authentication, that has sent a response, typically to redirect the client to the original request target..static class
Base class for representing a successful authentication state.class
SessionAuthentication 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. -
Uses of AuthenticationState.Succeeded in org.eclipse.jetty.security.internal