Package com.spotfire.server.security
Class CustomWebAuthenticatorResult
java.lang.Object
com.spotfire.server.security.CustomWebAuthenticatorResult
A result object returned from a
CustomWebAuthenticator after successful authentication.- Since:
- 7.8
-
Constructor Summary
ConstructorsConstructorDescriptionCustomWebAuthenticatorResult(CustomAuthenticatorPrincipal principal, String targetUrl) Creates a new instance. -
Method Summary
-
Constructor Details
-
CustomWebAuthenticatorResult
Creates a new instance.- Parameters:
principal- the authenticated principal, may not benulltargetUrl- the originally requested target URL, ornull(in which case the user will be redirected to the landing page after successful authentication)- Since:
- 7.8
-