public final class ZeroPageLoginConfig extends Object
Constructor and Description |
---|
ZeroPageLoginConfig(boolean enabled,
Set<String> whitelist,
boolean allowWithoutReferer) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Set<String> |
getRefererWhitelist()
Returns the whitelist of allowed Referer URLs.
|
int |
hashCode() |
boolean |
isAllowedWithoutReferer()
Indicates whether ZPL requests should be allowed if the request does not include a Referer header.
|
boolean |
isEnabled()
Indicates whether ZPL is enabled at all.
|
org.forgerock.json.JsonValue |
toJson() |
String |
toString() |
public boolean isEnabled()
public Set<String> getRefererWhitelist()
public boolean isAllowedWithoutReferer()
public org.forgerock.json.JsonValue toJson()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.