Improve integration of authentication.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / auth / CmsSession.java
index f6984bcc6c64433e631fd026f057651814f462c9..0785430205ca6a683654548c556582b9824a5cee 100644 (file)
@@ -9,6 +9,7 @@ import javax.naming.ldap.LdapName;
 import org.argeo.naming.LdapAttrs;
 import org.osgi.service.useradmin.Authorization;
 
+/** An authenticated user session. */
 public interface CmsSession {
        final static String USER_DN = LdapAttrs.DN;
        final static String SESSION_UUID = LdapAttrs.entryUUID.name();
@@ -27,8 +28,9 @@ public interface CmsSession {
        boolean isAnonymous();
 
        ZonedDateTime getCreationTime();
+
        ZonedDateTime getEnd();
-       
+
        Locale getLocale();
 
        boolean isValid();