Package io.jmix.audit.entity
Class UserSession
java.lang.Object
io.jmix.audit.entity.UserSession
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.security.core.session.SessionInformation - 
Constructor Summary
ConstructorsConstructorDescriptionUserSession(org.springframework.security.core.session.SessionInformation sessionInformation)  - 
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.session.SessionInformation 
- 
Field Details
- 
sessionInformation
protected org.springframework.security.core.session.SessionInformation sessionInformation 
 - 
 - 
Constructor Details
- 
UserSession
public UserSession(org.springframework.security.core.session.SessionInformation sessionInformation)  
 - 
 - 
Method Details
- 
getSessionInformation
public org.springframework.security.core.session.SessionInformation getSessionInformation() - 
getPrincipal
 - 
getSessionId
 - 
getPrincipalName
 - 
getLastRequest
 
 -