mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-04-19 11:11:18 +00:00
Create SessionsModelInterface.java
This commit is contained in:
parent
b080704bcd
commit
5011b5c8ad
@ -0,0 +1,14 @@
|
||||
package stirling.software.SPDF.config.interfaces;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
public interface SessionsModelInterface {
|
||||
|
||||
String getSessionId();
|
||||
|
||||
String getPrincipalName();
|
||||
|
||||
Date getLastRequest();
|
||||
|
||||
boolean isExpired();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user