Searched defs:authID (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxPrincipal.java39 private String authID; field in class:OpendsJmxPrincipal
45 * @param authID The JMX Connection ID to be registered into
48 public OpendsJmxPrincipal(String authID) argument
50 this.authID = authID;
60 return authID.equals(another);
69 return authID.hashCode() ;
78 return authID;
86 return authID;
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxPrincipal.java38 private String authID; field in class:OpendsJmxPrincipal
44 * @param authID The JMX Connection ID to be registered into
47 public OpendsJmxPrincipal(String authID) argument
49 this.authID = authID;
59 return authID.equals(another);
68 return authID.hashCode() ;
77 return authID;
85 return authID;
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxPrincipal.java39 private String authID; field in class:OpendsJmxPrincipal
45 * @param authID The JMX Connection ID to be registered into
48 public OpendsJmxPrincipal(String authID) argument
50 this.authID = authID;
60 return authID.equals(another);
69 return authID.hashCode() ;
78 return authID;
86 return authID;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxPrincipal.java39 private String authID; field in class:OpendsJmxPrincipal
45 * @param authID The JMX Connection ID to be registered into
48 public OpendsJmxPrincipal(String authID) argument
50 this.authID = authID;
60 return authID.equals(another);
69 return authID.hashCode() ;
78 return authID;
86 return authID;
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxPrincipal.java38 private String authID; field in class:OpendsJmxPrincipal
44 * @param authID The JMX Connection ID to be registered into
47 public OpendsJmxPrincipal(String authID) argument
49 this.authID = authID;
59 return authID.equals(another);
68 return authID.hashCode() ;
77 return authID;
85 return authID;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DOpendsJmxPrincipal.java37 private String authID; field in class:OpendsJmxPrincipal
43 * @param authID The JMX Connection ID to be registered into
46 public OpendsJmxPrincipal(String authID) argument
48 this.authID = authID;
56 return authID.equals(another);
63 return authID.hashCode() ;
70 return authID;
76 return authID;
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java806 String authID = null;
809 // Evaluate the properties provided. The authID is required, no other
831 authID = iterator.next();
851 // Make sure that the authID was provided.
852 if ((authID == null) || (authID.length() == 0))
1013 buffer.append(authID);
1304 String authID = null;
1312 // Evaluate the properties provided. The authID is required. The realm,
1334 authID
2161 generateDigestMD5Response(String authID, String authzID, ByteSequence password, String realm, String nonce, String cnonce, String nonceCount, String digestURI, String qop, String charset) argument
2274 generateDigestMD5RspAuth(String authID, String authzID, ByteSequence password, String realm, String nonce, String cnonce, String nonceCount, String digestURI, String qop, String charset) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java805 String authID = null;
808 // Evaluate the properties provided. The authID is required, no other
830 authID = iterator.next();
850 // Make sure that the authID was provided.
851 if ((authID == null) || (authID.length() == 0))
1012 buffer.append(authID);
1303 String authID = null;
1311 // Evaluate the properties provided. The authID is required. The realm,
1333 authID
2160 generateDigestMD5Response(String authID, String authzID, ByteSequence password, String realm, String nonce, String cnonce, String nonceCount, String digestURI, String qop, String charset) argument
2273 generateDigestMD5RspAuth(String authID, String authzID, ByteSequence password, String realm, String nonce, String cnonce, String nonceCount, String digestURI, String qop, String charset) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java806 String authID = null;
809 // Evaluate the properties provided. The authID is required, no other
831 authID = iterator.next();
851 // Make sure that the authID was provided.
852 if ((authID == null) || (authID.length() == 0))
1013 buffer.append(authID);
1304 String authID = null;
1312 // Evaluate the properties provided. The authID is required. The realm,
1334 authID
2161 generateDigestMD5Response(String authID, String authzID, ByteSequence password, String realm, String nonce, String cnonce, String nonceCount, String digestURI, String qop, String charset) argument
2274 generateDigestMD5RspAuth(String authID, String authzID, ByteSequence password, String realm, String nonce, String cnonce, String nonceCount, String digestURI, String qop, String charset) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java806 String authID = null;
809 // Evaluate the properties provided. The authID is required, no other
831 authID = iterator.next();
851 // Make sure that the authID was provided.
852 if ((authID == null) || (authID.length() == 0))
1013 buffer.append(authID);
1304 String authID = null;
1312 // Evaluate the properties provided. The authID is required. The realm,
1334 authID
2161 generateDigestMD5Response(String authID, String authzID, ByteSequence password, String realm, String nonce, String cnonce, String nonceCount, String digestURI, String qop, String charset) argument
2274 generateDigestMD5RspAuth(String authID, String authzID, ByteSequence password, String realm, String nonce, String cnonce, String nonceCount, String digestURI, String qop, String charset) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java805 String authID = null;
808 // Evaluate the properties provided. The authID is required, no other
830 authID = iterator.next();
850 // Make sure that the authID was provided.
851 if ((authID == null) || (authID.length() == 0))
1012 buffer.append(authID);
1303 String authID = null;
1311 // Evaluate the properties provided. The authID is required. The realm,
1333 authID
2160 generateDigestMD5Response(String authID, String authzID, ByteSequence password, String realm, String nonce, String cnonce, String nonceCount, String digestURI, String qop, String charset) argument
2273 generateDigestMD5RspAuth(String authID, String authzID, ByteSequence password, String realm, String nonce, String cnonce, String nonceCount, String digestURI, String qop, String charset) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java722 String authID = null;
725 // Evaluate the properties provided. The authID is required, no other
741 authID = getAuthID(saslProperties, authID, name);
753 // Make sure that the authID was provided.
754 if (authID == null || authID.length() == 0)
903 buffer.append(authID);
1036 * @param authID
1041 private String getAuthID(Map<String, List<String>> saslProperties, String authID, Strin argument
2028 generateDigestMD5Response(String authID, String authzID, ByteSequence password, String realm, String nonce, String cnonce, String nonceCount, String digestURI, String qop, String charset) argument
2141 generateDigestMD5RspAuth(String authID, String authzID, ByteSequence password, String realm, String nonce, String cnonce, String nonceCount, String digestURI, String qop, String charset) argument
[all...]

Completed in 86 milliseconds