Class OpenIdAuthenticator.OpenIdAuthentication

java.lang.Object
org.eclipse.jetty.security.AbstractUserAuthentication
org.eclipse.jetty.security.UserAuthentication
org.eclipse.jetty.security.openid.OpenIdAuthenticator.OpenIdAuthentication
All Implemented Interfaces:
Serializable, Authentication, Authentication.LogoutAuthentication, Authentication.ResponseSent, Authentication.User
Enclosing class:
OpenIdAuthenticator

public static class OpenIdAuthenticator.OpenIdAuthentication extends UserAuthentication implements Authentication.ResponseSent
This Authentication represents a just completed OpenId Connect authentication. Subsequent requests from the same user are authenticated by the presents of a SessionAuthentication instance in their session.
See Also: