Class Flow.FlowBuilder
java.lang.Object
swiss.trustbroker.federation.xmlconfig.Flow.FlowBuilder
- Enclosing class:
Flow
-
Method Summary
Modifier and TypeMethodDescriptionappContinue(Boolean appContinue) Show error page including continue to application button (send SAML error on to application).appRedirectUrl(String appRedirectUrl) Redirect to (application-specific) URL instead of showing an error page.Show a link to further information on the error page (general error information on the application or specific to this error code).build()SAML error code with or without namespace, addingShow error page including a link toappUrl.namespacePrefix(String namespacePrefix) Prefix if there are multipleShow error page including re-login button (triggers another login).supportEmail(String supportEmail) Show (application specific) support e-mail address on the error page.supportInfo(Boolean supportInfo) Show error page including a support info section.supportPhone(String supportPhone) Show (application specific) support phone number on the error page.toString()
-
Method Details
-
id
SAML error code with or without namespace, addingtrustbroker.config.saml.flowNamespaces
if needed.
E.g. UserCancel, PwResetSuccessful, PwResetFailed, PwResetTmpBlocked, urn:oasis:names:tc:SAML:2.0:status:UnknownPrincipal- Returns:
this.
-
namespacePrefix
Prefix if there are multipletrustbroker.config.saml.flowNamespaces
.- Returns:
this.
-
supportInfo
Show error page including a support info section.- Returns:
this.
-
reLogin
Show error page including re-login button (triggers another login).- Returns:
this.
-
appContinue
Show error page including continue to application button (send SAML error on to application).- Returns:
this.
-
link
Show error page including a link toappUrl.- Returns:
this.- Since:
- 1.10.0
-
appRedirectUrl
Redirect to (application-specific) URL instead of showing an error page.- Returns:
this.- Since:
- 1.8.0
-
appUrl
Show a link to further information on the error page (general error information on the application or specific to this error code).- Returns:
this.
-
supportEmail
Show (application specific) support e-mail address on the error page.- Returns:
this.
-
supportPhone
Show (application specific) support phone number on the error page.- Returns:
this.
-
build
-
toString
-