Searched refs:allowWithoutReferer (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DZeroPageLoginConfig.java34 private final boolean allowWithoutReferer; field in class:ZeroPageLoginConfig
36 public ZeroPageLoginConfig(final boolean enabled, final Set<String> whitelist, final boolean allowWithoutReferer) { argument
40 this.allowWithoutReferer = allowWithoutReferer;
61 return allowWithoutReferer;
75 return allowWithoutReferer == that.allowWithoutReferer && enabled == that.enabled &&
83 result = 31 * result + (allowWithoutReferer ? 1 : 0);
90 field("allowWithoutReferer", allowWithoutReferer)));
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DZeroPageLoginConfig.java50 private final boolean allowWithoutReferer; field in class:ZeroPageLoginConfig
52 public ZeroPageLoginConfig(final boolean enabled, final Set<String> whitelist, final boolean allowWithoutReferer) { argument
56 this.allowWithoutReferer = allowWithoutReferer;
77 return allowWithoutReferer;
91 return allowWithoutReferer == that.allowWithoutReferer && enabled == that.enabled &&
99 result = 31 * result + (allowWithoutReferer ? 1 : 0);
106 field("allowWithoutReferer", allowWithoutReferer)));
[all...]

Completed in 26 milliseconds