Interface FormContext

  • All Known Subinterfaces:
    ValidationContext

    public interface FormContext
    Interface that encapsulates the current state of the current form being executed
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Method Detail

      • getEvent

        EventBuilder getEvent()
        Current event builder being used
        Returns:
      • newEvent

        EventBuilder newEvent()
        Create a refresh new EventBuilder to use within this context
        Returns:
      • getUser

        UserModel getUser()
        Current user attached to this flow. It can return null if no uesr has been identified yet
        Returns:
      • setUser

        void setUser​(UserModel user)
        Attach a specific user to this flow.
        Parameters:
        user -
      • getRealm

        RealmModel getRealm()
        Current realm
        Returns:
      • getAuthenticationSession

        AuthenticationSessionModel getAuthenticationSession()
        AuthenticationSessionModel attached to this flow
        Returns:
      • getConnection

        ClientConnection getConnection()
        Information about the IP address from the connecting HTTP client.
        Returns:
      • getUriInfo

        javax.ws.rs.core.UriInfo getUriInfo()
        UriInfo of the current request
        Returns:
      • getAuthenticatorConfig

        AuthenticatorConfigModel getAuthenticatorConfig()
        Get any configuration associated with the current execution
        Returns: