Package io.undertow.security.api
Class AuthenticatedSessionManager.AuthenticatedSession
- java.lang.Object
-
- io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- AuthenticatedSessionManager
public static class AuthenticatedSessionManager.AuthenticatedSession extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticatedSession(Account account, String mechanism)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountgetAccount()StringgetMechanism()
-