started to implement HttpServlet

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-05-21 01:48:02 +02:00
parent efee5f0435
commit 65c2a2c859
7 changed files with 90 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
package de.srsoftware.oidc.api;
public class User {
}

View File

@@ -0,0 +1,5 @@
/* © SRSoftware 2024 */
package de.srsoftware.oidc.api;
public class User {
}