Searched defs:authenticationConfig (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java99 * @param authenticationConfig
104 HTTPAuthenticationConfig authenticationConfig)
108 this.authConfig = authenticationConfig;
103 CollectClientConnectionsFilter(ServerContext serverContext, HTTPConnectionHandler connectionHandler, HTTPAuthenticationConfig authenticationConfig) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java217 * @param authenticationConfig
223 HTTPAuthenticationConfig authenticationConfig)
226 this.authConfig = authenticationConfig;
221 CollectClientConnectionsFilter( HTTPConnectionHandler connectionHandler, HTTPAuthenticationConfig authenticationConfig) argument
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java206 * @param authenticationConfig
212 HTTPAuthenticationConfig authenticationConfig)
215 this.authConfig = authenticationConfig;
210 CollectClientConnectionsFilter( HTTPConnectionHandler connectionHandler, HTTPAuthenticationConfig authenticationConfig) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java207 * @param authenticationConfig
213 HTTPAuthenticationConfig authenticationConfig)
216 this.authConfig = authenticationConfig;
211 CollectClientConnectionsFilter( HTTPConnectionHandler connectionHandler, HTTPAuthenticationConfig authenticationConfig) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java217 * @param authenticationConfig
223 HTTPAuthenticationConfig authenticationConfig)
226 this.authConfig = authenticationConfig;
221 CollectClientConnectionsFilter( HTTPConnectionHandler connectionHandler, HTTPAuthenticationConfig authenticationConfig) argument
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java206 * @param authenticationConfig
212 HTTPAuthenticationConfig authenticationConfig)
215 this.authConfig = authenticationConfig;
210 CollectClientConnectionsFilter( HTTPConnectionHandler connectionHandler, HTTPAuthenticationConfig authenticationConfig) argument

Completed in 28 milliseconds