Package org.eclipse.jetty.ee8.security
Class UserAuthentication
java.lang.Object
org.eclipse.jetty.ee8.security.AbstractUserAuthentication
org.eclipse.jetty.ee8.security.UserAuthentication
- All Implemented Interfaces:
Serializable,org.eclipse.jetty.ee8.nested.Authentication,org.eclipse.jetty.ee8.nested.Authentication.LogoutAuthentication,org.eclipse.jetty.ee8.nested.Authentication.User,org.eclipse.jetty.server.Request.AuthenticationState
- Direct Known Subclasses:
FormAuthenticator.FormAuthentication
- Version:
- $Rev: 4793 $ $Date: 2009-03-19 00:00:01 +0100 (Thu, 19 Mar 2009) $
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.ee8.nested.Authentication
org.eclipse.jetty.ee8.nested.Authentication.Challenge, org.eclipse.jetty.ee8.nested.Authentication.Deferred, org.eclipse.jetty.ee8.nested.Authentication.Failed, org.eclipse.jetty.ee8.nested.Authentication.Failure, org.eclipse.jetty.ee8.nested.Authentication.LoginAuthentication, org.eclipse.jetty.ee8.nested.Authentication.LogoutAuthentication, org.eclipse.jetty.ee8.nested.Authentication.NonAuthenticated, org.eclipse.jetty.ee8.nested.Authentication.ResponseSent, org.eclipse.jetty.ee8.nested.Authentication.SendSuccess, org.eclipse.jetty.ee8.nested.Authentication.User, org.eclipse.jetty.ee8.nested.Authentication.Wrapped -
Field Summary
Fields inherited from class org.eclipse.jetty.ee8.security.AbstractUserAuthentication
_method, _userIdentityFields inherited from interface org.eclipse.jetty.ee8.nested.Authentication
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED -
Constructor Summary
ConstructorsConstructorDescriptionUserAuthentication(String method, org.eclipse.jetty.security.UserIdentity userIdentity) -
Method Summary
Methods inherited from class org.eclipse.jetty.ee8.security.AbstractUserAuthentication
declaredRolesContains, getAuthMethod, getUserIdentity, isUserInRole, logoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.ee8.nested.Authentication.User
getUserPrincipal
-
Constructor Details
-
UserAuthentication
-
-
Method Details
-
toString
-