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

/openjdk7/jdk/src/share/classes/com/sun/security/sasl/
H A DCramMD5Client.java52 * @param authID A non-null string representing the principal
58 CramMD5Client(String authID, byte[] pw) throws SaslException { argument
59 if (authID == null || pw == null) {
64 username = authID;

Completed in 5679 milliseconds