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

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java135 String authcID = (String) c[0];
139 // The authcID is used at forwarder level to identify the calling
141 if (authcID == null)
163 TRACER.debugVerbose("UserName = %s", authcID);
175 jmxClientConnection = bind(authcID, password);
218 s.getPrincipals().add(new OpendsJmxPrincipal(authcID));
232 * @param authcID
237 private JmxClientConnection bind(String authcID, String password) argument
246 bindDN = DN.decode(authcID);
275 ByteString.valueOf(authcID), bindP
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java134 String authcID = (String) c[0];
138 // The authcID is used at forwarder level to identify the calling
140 if (authcID == null)
162 TRACER.debugVerbose("UserName = %s", authcID);
174 jmxClientConnection = bind(authcID, password);
217 s.getPrincipals().add(new OpendsJmxPrincipal(authcID));
231 * @param authcID
236 private JmxClientConnection bind(String authcID, String password) argument
245 bindDN = DN.decode(authcID);
274 ByteString.valueOf(authcID), bindP
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java135 String authcID = (String) c[0];
139 // The authcID is used at forwarder level to identify the calling
141 if (authcID == null)
163 TRACER.debugVerbose("UserName = %s", authcID);
175 jmxClientConnection = bind(authcID, password);
218 s.getPrincipals().add(new OpendsJmxPrincipal(authcID));
232 * @param authcID
237 private JmxClientConnection bind(String authcID, String password) argument
246 bindDN = DN.decode(authcID);
275 ByteString.valueOf(authcID), bindP
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java135 String authcID = (String) c[0];
139 // The authcID is used at forwarder level to identify the calling
141 if (authcID == null)
163 TRACER.debugVerbose("UserName = %s", authcID);
175 jmxClientConnection = bind(authcID, password);
218 s.getPrincipals().add(new OpendsJmxPrincipal(authcID));
232 * @param authcID
237 private JmxClientConnection bind(String authcID, String password) argument
246 bindDN = DN.decode(authcID);
275 ByteString.valueOf(authcID), bindP
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java134 String authcID = (String) c[0];
138 // The authcID is used at forwarder level to identify the calling
140 if (authcID == null)
162 TRACER.debugVerbose("UserName = %s", authcID);
174 jmxClientConnection = bind(authcID, password);
217 s.getPrincipals().add(new OpendsJmxPrincipal(authcID));
231 * @param authcID
236 private JmxClientConnection bind(String authcID, String password) argument
245 bindDN = DN.decode(authcID);
274 ByteString.valueOf(authcID), bindP
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java116 String authcID = (String) c[0];
119 // The authcID is used at forwarder level to identify the calling client
120 if (authcID == null)
131 logger.trace("UserName = %s", authcID);
138 jmxClientConnection = bind(authcID, password);
171 s.getPrincipals().add(new OpendsJmxPrincipal(authcID));
183 * @param authcID
188 private JmxClientConnection bind(String authcID, String password) argument
192 DN.valueOf(authcID);
213 ByteString.valueOfUtf8(authcID), bindP
[all...]

Completed in 25 milliseconds