]> git.argeo.org Git - lgpl/argeo-commons.git/blob - cms/auth/RemoteAuthSession.java
Prepare next development cycle
[lgpl/argeo-commons.git] / cms / auth / RemoteAuthSession.java
1 package org.argeo.cms.auth;
2
3 /** Transitional interface to decouple from the Servlet API. */
4 public interface RemoteAuthSession {
5 boolean isValid();
6
7 String getId();
8 }