Uses of Interface
org.eclipse.jetty.security.AuthenticationState.Succeeded
Packages that use 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
Methods in org.eclipse.jetty.ee10.security.jaspi with parameters of type AuthenticationState.SucceededModifier and TypeMethodDescriptionbooleanJaspiAuthenticator.secureResponse(Request request, Response response, Callback callback, boolean mandatory, AuthenticationState.Succeeded validatedSucceeded) -
Uses of AuthenticationState.Succeeded in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security that return AuthenticationState.SucceededModifier 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
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.Succeeded