Searched refs:getCustomHeaderUsername (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java95 public String getCustomHeaderUsername() method in class:HTTPAuthenticationConfig
H A DCollectClientConnectionsFilter.java461 request.getHeader(authConfig.getCustomHeaderUsername());
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java94 public String getCustomHeaderUsername() method in class:HTTPAuthenticationConfig
H A DCollectClientConnectionsFilter.java449 request.getHeader(authConfig.getCustomHeaderUsername());
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java95 public String getCustomHeaderUsername() method in class:HTTPAuthenticationConfig
H A DCollectClientConnectionsFilter.java450 request.getHeader(authConfig.getCustomHeaderUsername());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java95 public String getCustomHeaderUsername() method in class:HTTPAuthenticationConfig
H A DCollectClientConnectionsFilter.java461 request.getHeader(authConfig.getCustomHeaderUsername());
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java94 public String getCustomHeaderUsername() method in class:HTTPAuthenticationConfig
H A DCollectClientConnectionsFilter.java449 request.getHeader(authConfig.getCustomHeaderUsername());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java94 public String getCustomHeaderUsername() method in class:HTTPAuthenticationConfig
H A DCollectClientConnectionsFilter.java365 final String userName = request.getHeaders().getFirst(authConfig.getCustomHeaderUsername());

Completed in 480 milliseconds