Searched refs:basicAuthenticationSupported (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java39 private boolean basicAuthenticationSupported; field in class:HTTPAuthenticationConfig
54 return basicAuthenticationSupported;
65 this.basicAuthenticationSupported = supported;
212 if (!basicAuthenticationSupported)
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java38 private boolean basicAuthenticationSupported; field in class:HTTPAuthenticationConfig
53 return basicAuthenticationSupported;
64 this.basicAuthenticationSupported = supported;
211 if (!basicAuthenticationSupported)
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java39 private boolean basicAuthenticationSupported; field in class:HTTPAuthenticationConfig
54 return basicAuthenticationSupported;
65 this.basicAuthenticationSupported = supported;
212 if (!basicAuthenticationSupported)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java39 private boolean basicAuthenticationSupported; field in class:HTTPAuthenticationConfig
54 return basicAuthenticationSupported;
65 this.basicAuthenticationSupported = supported;
212 if (!basicAuthenticationSupported)
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java38 private boolean basicAuthenticationSupported; field in class:HTTPAuthenticationConfig
53 return basicAuthenticationSupported;
64 this.basicAuthenticationSupported = supported;
211 if (!basicAuthenticationSupported)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java38 private boolean basicAuthenticationSupported; field in class:HTTPAuthenticationConfig
53 return basicAuthenticationSupported;
64 this.basicAuthenticationSupported = supported;
211 if (!basicAuthenticationSupported)

Completed in 32 milliseconds