Authentifizierung fuer Modul jdk.httpserver
ulrich
2021-06-03 c7d492742233c73d4594e5ff3b3b448809d93209
src/de/uhilger/httpserver/auth/session/SessionManager.java
@@ -1,5 +1,5 @@
/*
  jwtTest - JSON Web Token Testimplementierung
  http-auth - Authentication Extensions to jdk.httpserver
  Copyright (C) 2021  Ulrich Hilger
  This program is free software: you can redistribute it and/or modify
@@ -16,9 +16,9 @@
  along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
package de.uhilger.httpserver.auth.session;
import java.util.Iterator;
/**
 *
 * @author Ulrich Hilger
@@ -36,8 +36,4 @@
  
  public Iterator sessions();
  
  //public void tempSessionEntfernen(String sessionId);
  //public Iterator tempSessions();
}
}