/[classpath]/classpath/javax/security/sasl/SaslClient.java
ViewVC logotype

Diff of /classpath/javax/security/sasl/SaslClient.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mark, Sat Jul 2 20:32:46 2005 UTC revision 1.5 by tromey, Mon Sep 26 00:15:09 2005 UTC
# Line 1  Line 1 
1  /* SaslClient.java --  /* SaslClient.java --
2     Copyright (C) 2003, 2004 Free Software Foundation, Inc.     Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 102  package javax.security.sasl; Line 102  package javax.security.sasl;
102   *   *
103   * @see Sasl   * @see Sasl
104   * @see SaslClientFactory   * @see SaslClientFactory
105     *
106     * @since 1.5
107   */   */
108  public interface SaslClient  public interface SaslClient
109  {  {
# Line 216  public interface SaslClient Line 218  public interface SaslClient
218     * @throws IllegalStateException if this authentication exchange has not     * @throws IllegalStateException if this authentication exchange has not
219     * completed.     * completed.
220     */     */
221    Object getNegotiatedProperty(String propName) throws SaslException;    Object getNegotiatedProperty(String propName);
222    
223    /**    /**
224     * Disposes of any system resources or security-sensitive information the     * Disposes of any system resources or security-sensitive information the

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26