Class OpenIdAuthenticator.OpenIdAuthentication
java.lang.Object
org.eclipse.jetty.ee8.security.AbstractUserAuthentication
org.eclipse.jetty.ee8.security.UserAuthentication
org.eclipse.jetty.ee8.security.openid.OpenIdAuthenticator.OpenIdAuthentication
- All Implemented Interfaces:
Serializable
,Authentication
,Authentication.LogoutAuthentication
,Authentication.ResponseSent
,Authentication.User
,Request.AuthenticationState
- 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.ee8.nested.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.ee8.security.AbstractUserAuthentication
_method, _userIdentity
Fields inherited from interface org.eclipse.jetty.ee8.nested.Authentication
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.ee8.security.AbstractUserAuthentication
declaredRolesContains, getAuthMethod, getUserIdentity, isUserInRole, logout
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.ee8.nested.Authentication.User
getUserPrincipal
-
Constructor Details
-
OpenIdAuthentication
-
-
Method Details
-
toString
- Overrides:
toString
in classUserAuthentication
-