Class Authentication

java.lang.Object
org.flowable.common.engine.impl.identity.Authentication

public abstract class Authentication extends Object
Author:
Tom Baeyens
  • Constructor Details

    • Authentication

      public Authentication()
  • Method Details

    • setAuthenticatedUserId

      public static void setAuthenticatedUserId(String authenticatedUserId)
    • getAuthenticatedUserId

      public static String getAuthenticatedUserId()
    • getAuthenticationContext

      public static AuthenticationContext getAuthenticationContext()
    • setAuthenticationContext

      public static void setAuthenticationContext(AuthenticationContext authenticationContext)