Uses of Interface
org.eclipse.jetty.server.Authentication.ResponseSent
-
Packages that use Authentication.ResponseSent Package Description org.eclipse.jetty.security.authentication Jetty Security : Authenticators and Callbacksorg.eclipse.jetty.security.openid org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of Authentication.ResponseSent in org.eclipse.jetty.security.authentication
Classes in org.eclipse.jetty.security.authentication that implement Authentication.ResponseSent Modifier and Type Class Description static class
FormAuthenticator.FormAuthentication
This Authentication represents a just completed Form authentication. -
Uses of Authentication.ResponseSent in org.eclipse.jetty.security.openid
Classes in org.eclipse.jetty.security.openid that implement Authentication.ResponseSent Modifier and Type Class Description static class
OpenIdAuthenticator.OpenIdAuthentication
This Authentication represents a just completed OpenId Connect authentication. -
Uses of Authentication.ResponseSent in org.eclipse.jetty.server
Subinterfaces of Authentication.ResponseSent in org.eclipse.jetty.server Modifier and Type Interface Description static interface
Authentication.Challenge
An Authentication Challenge has been sent.static interface
Authentication.Failure
An Authentication Failure has been sent.static interface
Authentication.SendSuccess
-