Searched defs:exceptRead (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DAuthenticationEnforcer.java52 private boolean exceptRead = false; field in class:AuthenticationEnforcer
74 public AuthenticationEnforcer exceptRead() { method in class:AuthenticationEnforcer
75 exceptRead = true;
179 if (!exceptRead && !isAuthenticated(context)) {
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DAuthenticationEnforcer.java52 private boolean exceptRead = false; field in class:AuthenticationEnforcer
74 public AuthenticationEnforcer exceptRead() { method in class:AuthenticationEnforcer
75 exceptRead = true;
179 if (!exceptRead && !isAuthenticated(context)) {

Completed in 39 milliseconds