Class FormAuthenticator.FormAuthentication

java.lang.Object
org.eclipse.jetty.ee8.security.AbstractUserAuthentication
org.eclipse.jetty.ee8.security.UserAuthentication
org.eclipse.jetty.ee8.security.authentication.FormAuthenticator.FormAuthentication
All Implemented Interfaces:
Serializable, org.eclipse.jetty.ee8.nested.Authentication, org.eclipse.jetty.ee8.nested.Authentication.LogoutAuthentication, org.eclipse.jetty.ee8.nested.Authentication.ResponseSent, org.eclipse.jetty.ee8.nested.Authentication.User, org.eclipse.jetty.server.Request.AuthenticationState
Enclosing class:
FormAuthenticator

public static class FormAuthenticator.FormAuthentication extends UserAuthentication implements org.eclipse.jetty.ee8.nested.Authentication.ResponseSent
This Authentication represents a just completed Form 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

    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, _userIdentity

    Fields inherited from interface org.eclipse.jetty.ee8.nested.Authentication

    NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED
  • Constructor Summary

    Constructors
    Constructor
    Description
    FormAuthentication(String method, org.eclipse.jetty.security.UserIdentity userIdentity)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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

    • FormAuthentication

      public FormAuthentication(String method, org.eclipse.jetty.security.UserIdentity userIdentity)
  • Method Details