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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java138 private String gssapiQoP; field in class:LDAPAuthenticationHandler
2636 gssapiQoP = "auth";
2718 gssapiQoP = toLowerCase(iterator.next());
2727 if (gssapiQoP.equals("auth"))
2731 else if (gssapiQoP.equals("auth-int") ||
2732 gssapiQoP.equals("auth-conf"))
2736 ERR_LDAPAUTH_DIGESTMD5_QOP_NOT_SUPPORTED.get(gssapiQoP);
2743 Message message = ERR_LDAPAUTH_GSSAPI_INVALID_QOP.get(gssapiQoP);
3227 saslProperties.put(Sasl.QOP, gssapiQoP);
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java137 private String gssapiQoP; field in class:LDAPAuthenticationHandler
2635 gssapiQoP = "auth";
2717 gssapiQoP = toLowerCase(iterator.next());
2726 if (gssapiQoP.equals("auth"))
2730 else if (gssapiQoP.equals("auth-int") ||
2731 gssapiQoP.equals("auth-conf"))
2735 ERR_LDAPAUTH_DIGESTMD5_QOP_NOT_SUPPORTED.get(gssapiQoP);
2742 Message message = ERR_LDAPAUTH_GSSAPI_INVALID_QOP.get(gssapiQoP);
3226 saslProperties.put(Sasl.QOP, gssapiQoP);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java138 private String gssapiQoP; field in class:LDAPAuthenticationHandler
2636 gssapiQoP = "auth";
2718 gssapiQoP = toLowerCase(iterator.next());
2727 if (gssapiQoP.equals("auth"))
2731 else if (gssapiQoP.equals("auth-int") ||
2732 gssapiQoP.equals("auth-conf"))
2736 ERR_LDAPAUTH_DIGESTMD5_QOP_NOT_SUPPORTED.get(gssapiQoP);
2743 Message message = ERR_LDAPAUTH_GSSAPI_INVALID_QOP.get(gssapiQoP);
3227 saslProperties.put(Sasl.QOP, gssapiQoP);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java138 private String gssapiQoP; field in class:LDAPAuthenticationHandler
2636 gssapiQoP = "auth";
2718 gssapiQoP = toLowerCase(iterator.next());
2727 if (gssapiQoP.equals("auth"))
2731 else if (gssapiQoP.equals("auth-int") ||
2732 gssapiQoP.equals("auth-conf"))
2736 ERR_LDAPAUTH_DIGESTMD5_QOP_NOT_SUPPORTED.get(gssapiQoP);
2743 Message message = ERR_LDAPAUTH_GSSAPI_INVALID_QOP.get(gssapiQoP);
3227 saslProperties.put(Sasl.QOP, gssapiQoP);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java137 private String gssapiQoP; field in class:LDAPAuthenticationHandler
2635 gssapiQoP = "auth";
2717 gssapiQoP = toLowerCase(iterator.next());
2726 if (gssapiQoP.equals("auth"))
2730 else if (gssapiQoP.equals("auth-int") ||
2731 gssapiQoP.equals("auth-conf"))
2735 ERR_LDAPAUTH_DIGESTMD5_QOP_NOT_SUPPORTED.get(gssapiQoP);
2742 Message message = ERR_LDAPAUTH_GSSAPI_INVALID_QOP.get(gssapiQoP);
3226 saslProperties.put(Sasl.QOP, gssapiQoP);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java139 private String gssapiQoP; field in class:LDAPAuthenticationHandler
2491 gssapiQoP = "auth";
2570 gssapiQoP = toLowerCase(iterator.next());
2579 if (gssapiQoP.equals("auth"))
2583 else if (gssapiQoP.equals("auth-int") ||
2584 gssapiQoP.equals("auth-conf"))
2588 ERR_LDAPAUTH_DIGESTMD5_QOP_NOT_SUPPORTED.get(gssapiQoP);
2595 LocalizableMessage message = ERR_LDAPAUTH_GSSAPI_INVALID_QOP.get(gssapiQoP);
3024 saslProperties.put(Sasl.QOP, gssapiQoP);

Completed in 122 milliseconds