jdk/src/java.security.sasl/share/classes/com/sun/security/sasl/ExternalClient.java
changeset 32275 17eeb583a331
parent 25859 3317bb8137f4
equal deleted inserted replaced
32274:51ea96c8ae89 32275:17eeb583a331
   139     }
   139     }
   140 
   140 
   141     /**
   141     /**
   142      * Retrieves the negotiated property.
   142      * Retrieves the negotiated property.
   143      * This method can be called only after the authentication exchange has
   143      * This method can be called only after the authentication exchange has
   144      * completed (i.e., when <tt>isComplete()</tt> returns true); otherwise, a
   144      * completed (i.e., when {@code isComplete()} returns true);
   145      * <tt>IllegalStateException</tt> is thrown.
   145      * otherwise, an {@code IllegalStateException} is thrown.
   146      *
   146      *
   147      * @return null No property is applicable to this mechanism.
   147      * @return null No property is applicable to this mechanism.
   148      * @exception IllegalStateException if this authentication exchange
   148      * @exception IllegalStateException if this authentication exchange
   149      * has not completed
   149      * has not completed
   150      */
   150      */