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

Diff of /classpath/javax/security/sasl/SaslServer.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  /* SasServer.java  /* SaslServer.java
2     Copyright (C) 2003, Free Software Foundation, Inc.     Copyright (C) 2003, 2005, Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 92  package javax.security.sasl; Line 92  package javax.security.sasl;
92   *   *
93   * @see Sasl   * @see Sasl
94   * @see SaslServerFactory   * @see SaslServerFactory
95     *
96     * @since 1.5
97   */   */
98  public interface SaslServer  public interface SaslServer
99  {  {
# Line 211  public interface SaslServer Line 213  public interface SaslServer
213     * @throws IllegalStateException if this authentication exchange has not     * @throws IllegalStateException if this authentication exchange has not
214     * completed.     * completed.
215     */     */
216    Object getNegotiatedProperty(String propName) throws SaslException;    Object getNegotiatedProperty(String propName);
217    
218    /**    /**
219     * 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