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:
java.io.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 aSessionAuthentication
instance in their session.- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description OpenIdAuthentication(java.lang.String method, UserIdentity userIdentity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.eclipse.jetty.security.UserAuthentication
logout
-
Methods inherited from class org.eclipse.jetty.security.AbstractUserAuthentication
declaredRolesContains, getAuthMethod, getUserIdentity, isUserInRole, logout
-
-
-
-
Constructor Detail
-
OpenIdAuthentication
public OpenIdAuthentication(java.lang.String method, UserIdentity userIdentity)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classUserAuthentication
-
-