implemented:
- at_hash in id-token - testing for strong passwords - better protocol detection in PathHandler - session extension on user activity Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -9,7 +9,7 @@ import java.util.Optional;
|
||||
public interface SessionService {
|
||||
Session createSession(User user);
|
||||
SessionService dropSession(String sessionId);
|
||||
Session extend(String sessionId);
|
||||
Session extend(Session session);
|
||||
Optional<Session> retrieve(String sessionId);
|
||||
SessionService setDuration(Duration duration);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user