< prev index next >

src/java.security.sasl/share/classes/com/sun/security/sasl/CramMD5Base.java

Print this page

        

*** 101,112 **** } /** * Retrieves the negotiated property. * This method can be called only after the authentication exchange has ! * completed (i.e., when <tt>isComplete()</tt> returns true); otherwise, a ! * <tt>SaslException</tt> is thrown. * * @return value of property; only QOP is applicable to CRAM-MD5. * @exception IllegalStateException if this authentication exchange has not completed */ public Object getNegotiatedProperty(String propName) { --- 101,112 ---- } /** * Retrieves the negotiated property. * This method can be called only after the authentication exchange has ! * completed (i.e., when {@code isComplete()} returns true); otherwise, a ! * {@code SaslException} is thrown. * * @return value of property; only QOP is applicable to CRAM-MD5. * @exception IllegalStateException if this authentication exchange has not completed */ public Object getNegotiatedProperty(String propName) {
< prev index next >