Class AcWhitelist.AcWhitelistBuilder
java.lang.Object
swiss.trustbroker.federation.xmlconfig.AcWhitelist.AcWhitelistBuilder
- Enclosing class:
AcWhitelist
-
Method Summary
Modifier and TypeMethodDescriptionList of allowed URLs.build()frameAncestors(List<String> frameAncestors) Allowed frame ancestors for iframes.redirectUrls(List<String> redirectUrls) toString()useDefault(Boolean useDefault) Use the first entry as default if the RP does not send an ACS URL.
-
Method Details
-
useDefault
Use the first entry as default if the RP does not send an ACS URL.
So far only supported for SAML.
Default: false- Returns:
this.- Since:
- 1.11.0
-
acUrls
List of allowed URLs.- Returns:
this.
-
acNetUrls
- Returns:
this.
-
redirectUrls
- Returns:
this.
-
origins
- Returns:
this.
-
originSet
- Returns:
this.
-
frameAncestors
Allowed frame ancestors for iframes.
Overrides origins derived from ACUrl if set (even if configured as an empty list).- Returns:
this.- See Also:
-
build
-
toString
-