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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.server.Authentication
Authentication.Challenge, Authentication.Deferred, Authentication.Failed, Authentication.Failure, Authentication.LoginAuthentication, Authentication.LogoutAuthentication, Authentication.NonAuthenticated, Authentication.ResponseSent, Authentication.SendSuccess, Authentication.User, Authentication.Wrapped
-
Field Summary
Fields inherited from class org.eclipse.jetty.security.AbstractUserAuthentication
_method, _userIdentity
Fields inherited from interface org.eclipse.jetty.server.Authentication
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.security.AbstractUserAuthentication
declaredRolesContains, getAuthMethod, getUserIdentity, isUserInRole, logout
-
Constructor Details
-
OpenIdAuthentication
-
-
Method Details
-
toString
- Overrides:
toString
in classUserAuthentication
-