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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java135 private String gssapiAuthzID; field in class:LDAPAuthenticationHandler
2635 gssapiAuthzID = null;
2686 gssapiAuthzID = iterator.next();
2786 if (gssapiAuthzID == null)
2788 gssapiAuthzID = gssapiAuthID;
3238 gssapiAuthzID, "ldap", hostName,
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java134 private String gssapiAuthzID; field in class:LDAPAuthenticationHandler
2634 gssapiAuthzID = null;
2685 gssapiAuthzID = iterator.next();
2785 if (gssapiAuthzID == null)
2787 gssapiAuthzID = gssapiAuthID;
3237 gssapiAuthzID, "ldap", hostName,
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java135 private String gssapiAuthzID; field in class:LDAPAuthenticationHandler
2635 gssapiAuthzID = null;
2686 gssapiAuthzID = iterator.next();
2786 if (gssapiAuthzID == null)
2788 gssapiAuthzID = gssapiAuthID;
3238 gssapiAuthzID, "ldap", hostName,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java135 private String gssapiAuthzID; field in class:LDAPAuthenticationHandler
2635 gssapiAuthzID = null;
2686 gssapiAuthzID = iterator.next();
2786 if (gssapiAuthzID == null)
2788 gssapiAuthzID = gssapiAuthID;
3238 gssapiAuthzID, "ldap", hostName,
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java134 private String gssapiAuthzID; field in class:LDAPAuthenticationHandler
2634 gssapiAuthzID = null;
2685 gssapiAuthzID = iterator.next();
2785 if (gssapiAuthzID == null)
2787 gssapiAuthzID = gssapiAuthID;
3237 gssapiAuthzID, "ldap", hostName,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java136 private String gssapiAuthzID; field in class:LDAPAuthenticationHandler
2490 gssapiAuthzID = null;
2538 gssapiAuthzID = iterator.next();
2638 if (gssapiAuthzID == null)
2640 gssapiAuthzID = gssapiAuthID;
3035 gssapiAuthzID, "ldap", hostName,

Completed in 54 milliseconds