- Improve CMS login (HTTP session now supported)
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / auth / ArgeoLoginContext.java
index 1a06486550130c52a015edacae54cfa9753ec603..474cfcc0a1dadf2bfd546f2f35e59e7fd18ea216 100644 (file)
@@ -5,7 +5,10 @@ import javax.security.auth.callback.CallbackHandler;
 import javax.security.auth.login.LoginContext;
 import javax.security.auth.login.LoginException;
 
-/** Integrates JAAS with the Argeo platform */
+/**
+ * Integrates JAAS with the Argeo platform, by using the Argeo CMS bundle
+ * classloader as context classloader.
+ */
 public class ArgeoLoginContext extends LoginContext {
        private static ThreadLocal<ClassLoader> currentContextClassLoader = new ThreadLocal<ClassLoader>() {
                @Override