Improve CMS session.
[lgpl/argeo-commons.git] / org.argeo.cms.ui / src / org / argeo / cms / ui / CmsView.java
index 8ef468a702f928c0155d20a7aa6e69f9c8207335..51f6acc8cb770e37be2c353123b2368fb701c8d1 100644 (file)
@@ -2,10 +2,10 @@ package org.argeo.cms.ui;
 
 import javax.security.auth.login.LoginContext;
 
-import org.argeo.node.NodeAuthenticated;
+import org.argeo.cms.auth.CmsAuthenticated;
 
 /** Provides interaction with the CMS system. UNSTABLE API at this stage. */
-public interface CmsView extends NodeAuthenticated {
+public interface CmsView extends CmsAuthenticated {
        UxContext getUxContext();
 
        // NAVIGATION
@@ -15,6 +15,8 @@ public interface CmsView extends NodeAuthenticated {
        void authChange(LoginContext loginContext);
 
        void logout();
+       
+//     void registerCallbackHandler(CallbackHandler callbackHandler);
 
        // SERVICES
        void exception(Throwable e);