Continue finalising security. Fix issues with login in web.
[lgpl/argeo-commons.git] / org.argeo.cms.ui / src / org / argeo / cms / ui / CmsView.java
index 8ef468a702f928c0155d20a7aa6e69f9c8207335..d39d6df162f200a75150a2254b8e79845a951cb4 100644 (file)
@@ -2,7 +2,7 @@ package org.argeo.cms.ui;
 
 import javax.security.auth.login.LoginContext;
 
-import org.argeo.node.NodeAuthenticated;
+import org.argeo.node.security.NodeAuthenticated;
 
 /** Provides interaction with the CMS system. UNSTABLE API at this stage. */
 public interface CmsView extends NodeAuthenticated {
@@ -15,6 +15,8 @@ public interface CmsView extends NodeAuthenticated {
        void authChange(LoginContext loginContext);
 
        void logout();
+       
+//     void registerCallbackHandler(CallbackHandler callbackHandler);
 
        // SERVICES
        void exception(Throwable e);