[Date Prev][Date Next] [Chronological] [Thread] [Top]

SASL bind (props) - java-api-11 draft



 
4.40.1 bind specifying a mechanism
 
It would seem that if the mechanism is "simple"
that the API should specify how the password
is to be specified in the Hashtable object props
so that it is consistent across implementations.
Other mechanisms and associated Hashtable
values are the subject of other I-Ds.
 
 
My suggestions:
 
      props.put("password", new String("user-password-value");)
 
-Steve