Class CustomWebAuthenticatorResult

java.lang.Object
com.spotfire.server.security.CustomWebAuthenticatorResult

public final class CustomWebAuthenticatorResult extends Object
A result object returned from a CustomWebAuthenticator after successful authentication.
Since:
7.8
  • Constructor Details

    • CustomWebAuthenticatorResult

      public CustomWebAuthenticatorResult(CustomAuthenticatorPrincipal principal, String targetUrl)
      Creates a new instance.
      Parameters:
      principal - the authenticated principal, may not be null
      targetUrl - the originally requested target URL, or null (in which case the user will be redirected to the landing page after successful authentication)
      Since:
      7.8