Searched refs:saslProps (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DDigestMD5SASLMechanismHandler.java78 private HashMap<String,String> saslProps; field in class:DigestMD5SASLMechanismHandler
118 saslProps = new HashMap<String,String>();
119 saslProps.put(Sasl.QOP, QOP);
124 saslProps.put(REALM_PROPERTY, getRealm(configuration));
167 saslContext = SASLContext.createSASLContext(saslProps, serverFQDN,
253 saslProps = new HashMap<String,String>();
254 saslProps.put(Sasl.QOP, QOP);
259 saslProps.put(REALM_PROPERTY, getRealm(configuration));
H A DSASLContext.java79 * @param saslProps
94 final HashMap<String, String> saslProps, final String serverFQDN,
98 return (new SASLContext(saslProps, serverFQDN, mechanism, identityMapper));
110 private final HashMap<String, String> saslProps; field in class:SASLContext
147 * @param saslProps
159 private SASLContext(final HashMap<String, String> saslProps, argument
165 this.saslProps = saslProps;
1045 serverFQDN, saslProps, this);
93 createSASLContext( final HashMap<String, String> saslProps, final String serverFQDN, final String mechanism, final IdentityMapper<?> identityMapper) argument
H A DGSSAPISASLMechanismHandler.java105 private HashMap<String, String> saslProps; field in class:GSSAPISASLMechanismHandler
401 saslContext = SASLContext.createSASLContext(saslProps, serverFQDN,
642 saslProps = new HashMap<String, String>();
643 saslProps.put(Sasl.QOP, getQOP(config));
644 saslProps.put(Sasl.REUSE, "false");
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DDigestMD5SASLMechanismHandler.java77 private HashMap<String,String> saslProps; field in class:DigestMD5SASLMechanismHandler
117 saslProps = new HashMap<String,String>();
118 saslProps.put(Sasl.QOP, QOP);
123 saslProps.put(REALM_PROPERTY, getRealm(configuration));
166 saslContext = SASLContext.createSASLContext(saslProps, serverFQDN,
252 saslProps = new HashMap<String,String>();
253 saslProps.put(Sasl.QOP, QOP);
258 saslProps.put(REALM_PROPERTY, getRealm(configuration));
H A DSASLContext.java78 * @param saslProps
93 final HashMap<String, String> saslProps, final String serverFQDN,
97 return (new SASLContext(saslProps, serverFQDN, mechanism, identityMapper));
109 private final HashMap<String, String> saslProps; field in class:SASLContext
146 * @param saslProps
158 private SASLContext(final HashMap<String, String> saslProps, argument
164 this.saslProps = saslProps;
1045 serverFQDN, saslProps, this);
92 createSASLContext( final HashMap<String, String> saslProps, final String serverFQDN, final String mechanism, final IdentityMapper<?> identityMapper) argument
H A DGSSAPISASLMechanismHandler.java102 private HashMap<String, String> saslProps; field in class:GSSAPISASLMechanismHandler
396 saslContext = SASLContext.createSASLContext(saslProps, serverFQDN,
610 saslProps = new HashMap<String, String>();
611 saslProps.put(Sasl.QOP, getQOP(config));
612 saslProps.put(Sasl.REUSE, "false");
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DDigestMD5SASLMechanismHandler.java78 private HashMap<String,String> saslProps; field in class:DigestMD5SASLMechanismHandler
118 saslProps = new HashMap<String,String>();
119 saslProps.put(Sasl.QOP, QOP);
124 saslProps.put(REALM_PROPERTY, getRealm(configuration));
167 saslContext = SASLContext.createSASLContext(saslProps, serverFQDN,
253 saslProps = new HashMap<String,String>();
254 saslProps.put(Sasl.QOP, QOP);
259 saslProps.put(REALM_PROPERTY, getRealm(configuration));
H A DSASLContext.java79 * @param saslProps
94 final HashMap<String, String> saslProps, final String serverFQDN,
98 return (new SASLContext(saslProps, serverFQDN, mechanism, identityMapper));
110 private final HashMap<String, String> saslProps; field in class:SASLContext
147 * @param saslProps
159 private SASLContext(final HashMap<String, String> saslProps, argument
165 this.saslProps = saslProps;
1045 serverFQDN, saslProps, this);
93 createSASLContext( final HashMap<String, String> saslProps, final String serverFQDN, final String mechanism, final IdentityMapper<?> identityMapper) argument
H A DGSSAPISASLMechanismHandler.java105 private HashMap<String, String> saslProps; field in class:GSSAPISASLMechanismHandler
401 saslContext = SASLContext.createSASLContext(saslProps, serverFQDN,
642 saslProps = new HashMap<String, String>();
643 saslProps.put(Sasl.QOP, getQOP(config));
644 saslProps.put(Sasl.REUSE, "false");
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DDigestMD5SASLMechanismHandler.java78 private HashMap<String,String> saslProps; field in class:DigestMD5SASLMechanismHandler
118 saslProps = new HashMap<String,String>();
119 saslProps.put(Sasl.QOP, QOP);
124 saslProps.put(REALM_PROPERTY, getRealm(configuration));
167 saslContext = SASLContext.createSASLContext(saslProps, serverFQDN,
253 saslProps = new HashMap<String,String>();
254 saslProps.put(Sasl.QOP, QOP);
259 saslProps.put(REALM_PROPERTY, getRealm(configuration));
H A DSASLContext.java79 * @param saslProps
94 final HashMap<String, String> saslProps, final String serverFQDN,
98 return (new SASLContext(saslProps, serverFQDN, mechanism, identityMapper));
110 private final HashMap<String, String> saslProps; field in class:SASLContext
147 * @param saslProps
159 private SASLContext(final HashMap<String, String> saslProps, argument
165 this.saslProps = saslProps;
1045 serverFQDN, saslProps, this);
93 createSASLContext( final HashMap<String, String> saslProps, final String serverFQDN, final String mechanism, final IdentityMapper<?> identityMapper) argument
H A DGSSAPISASLMechanismHandler.java105 private HashMap<String, String> saslProps; field in class:GSSAPISASLMechanismHandler
401 saslContext = SASLContext.createSASLContext(saslProps, serverFQDN,
642 saslProps = new HashMap<String, String>();
643 saslProps.put(Sasl.QOP, getQOP(config));
644 saslProps.put(Sasl.REUSE, "false");
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DDigestMD5SASLMechanismHandler.java77 private HashMap<String,String> saslProps; field in class:DigestMD5SASLMechanismHandler
117 saslProps = new HashMap<String,String>();
118 saslProps.put(Sasl.QOP, QOP);
123 saslProps.put(REALM_PROPERTY, getRealm(configuration));
166 saslContext = SASLContext.createSASLContext(saslProps, serverFQDN,
252 saslProps = new HashMap<String,String>();
253 saslProps.put(Sasl.QOP, QOP);
258 saslProps.put(REALM_PROPERTY, getRealm(configuration));
H A DSASLContext.java78 * @param saslProps
93 final HashMap<String, String> saslProps, final String serverFQDN,
97 return (new SASLContext(saslProps, serverFQDN, mechanism, identityMapper));
109 private final HashMap<String, String> saslProps; field in class:SASLContext
146 * @param saslProps
158 private SASLContext(final HashMap<String, String> saslProps, argument
164 this.saslProps = saslProps;
1045 serverFQDN, saslProps, this);
92 createSASLContext( final HashMap<String, String> saslProps, final String serverFQDN, final String mechanism, final IdentityMapper<?> identityMapper) argument
H A DGSSAPISASLMechanismHandler.java102 private HashMap<String, String> saslProps; field in class:GSSAPISASLMechanismHandler
396 saslContext = SASLContext.createSASLContext(saslProps, serverFQDN,
610 saslProps = new HashMap<String, String>();
611 saslProps.put(Sasl.QOP, getQOP(config));
612 saslProps.put(Sasl.REUSE, "false");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DDigestMD5SASLMechanismHandler.java75 private HashMap<String,String> saslProps; field in class:DigestMD5SASLMechanismHandler
112 saslProps = new HashMap<>();
113 saslProps.put(Sasl.QOP, QOP);
118 saslProps.put(REALM_PROPERTY, getRealm(configuration));
154 saslContext = SASLContext.createSASLContext(saslProps, serverFQDN,
227 saslProps = new HashMap<>();
228 saslProps.put(Sasl.QOP, QOP);
233 saslProps.put(REALM_PROPERTY, getRealm(configuration));
H A DGSSAPISASLMechanismHandler.java95 private HashMap<String, String> saslProps; field in class:GSSAPISASLMechanismHandler
371 saslContext = SASLContext.createSASLContext(saslProps, serverFQDN,
562 saslProps = new HashMap<>();
563 saslProps.put(Sasl.QOP, getQOP(config));
564 saslProps.put(Sasl.REUSE, "false");
H A DSASLContext.java73 * @param saslProps
88 final HashMap<String, String> saslProps, final String serverFQDN,
92 return new SASLContext(saslProps, serverFQDN, mechanism, identityMapper);
104 private final HashMap<String, String> saslProps; field in class:SASLContext
141 * @param saslProps
153 private SASLContext(final HashMap<String, String> saslProps, argument
159 this.saslProps = saslProps;
985 serverFQDN, saslProps, this);
87 createSASLContext( final HashMap<String, String> saslProps, final String serverFQDN, final String mechanism, final IdentityMapper<?> identityMapper) argument

Completed in 57 milliseconds