Package net.datenwerke.oidc.server.utils
Class HttpSessionHelper
java.lang.Object
net.datenwerke.oidc.server.utils.HttpSessionHelper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String key) <T> TgetAttribute(String key, Class<T> clazz) voidsetAttribute(String key, Object value)
-
Constructor Details
-
HttpSessionHelper
public HttpSessionHelper(<any> servletRequestProvider)
-
-
Method Details
-
getAttribute
-
getAttribute
-
setAttribute
-