Author: markt
Date: Mon Nov 21 21:01:33 2016
New Revision: 1770758
URL: http://svn.apache.org/viewvc?rev=1770758&view=rev
Log:
Update Javadoc
Modified:
tomcat/trunk/java/org/apache/catalina/TomcatPrincipal.java
Modified: tomcat/trunk/java/org/apache/catalina/TomcatPrincipal.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/TomcatPrincipal.java?rev=1770758&r1=1770757&r2=1770758&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/TomcatPrincipal.java (original)
+++ tomcat/trunk/java/org/apache/catalina/TomcatPrincipal.java Mon Nov 21
21:01:33 2016
@@ -37,14 +37,14 @@ public interface TomcatPrincipal extends
GSSCredential getGssCredential();
/**
- * Calls logout, if necessary, on any associated JAASLoginContext. May in
- * the future be extended to cover other logout requirements.
+ * Calls logout, if necessary, on any associated JAASLoginContext and/or
+ * GSSContext. May in the future be extended to cover other logout
+ * requirements.
*
* @throws Exception If something goes wrong with the logout. Uses
Exception
* to allow for future expansion of this method to cover
* other logout mechanisms that might throw a different
* exception to LoginContext
- *
*/
void logout() throws Exception;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]