Improve CMS session.
[lgpl/argeo-commons.git] / org.argeo.cms.ui / src / org / argeo / cms / ui / CmsView.java
index d39d6df162f200a75150a2254b8e79845a951cb4..51f6acc8cb770e37be2c353123b2368fb701c8d1 100644 (file)
@@ -2,10 +2,10 @@ package org.argeo.cms.ui;
 
 import javax.security.auth.login.LoginContext;
 
-import org.argeo.node.security.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