Module io.inverno.mod.security.http
Class SessionCredentials<A extends Authentication>
java.lang.Object
io.inverno.mod.security.http.session.SessionCredentials<A>
- Type Parameters:
A
- the authentication type
- All Implemented Interfaces:
Credentials
Credentials wrapping an authentication resolved from a session.
- Since:
- 1.13
- Author:
- Jeremy Kuhn
-
Constructor Summary
ConstructorsConstructorDescriptionSessionCredentials
(A authentication) Creates session credentials containing the specified authentication. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.inverno.mod.security.authentication.Credentials
isLocked
-
Constructor Details
-
SessionCredentials
Creates session credentials containing the specified authentication.
- Parameters:
authentication
- the authentication
-
-
Method Details
-
getAuthentication
Returns the authentication.
- Returns:
- the authentication
-