Class MaximumSessionsContext
java.lang.Object
org.springframework.security.web.server.authentication.MaximumSessionsContext
- 
Constructor SummaryConstructorsConstructorDescriptionMaximumSessionsContext(Authentication authentication, List<ReactiveSessionInformation> sessions, int maximumSessionsAllowed, org.springframework.web.server.WebSession currentSession) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.web.server.WebSessionint
- 
Constructor Details- 
MaximumSessionsContextpublic MaximumSessionsContext(Authentication authentication, List<ReactiveSessionInformation> sessions, int maximumSessionsAllowed, org.springframework.web.server.WebSession currentSession) 
 
- 
- 
Method Details- 
getAuthentication
- 
getSessions
- 
getMaximumSessionsAllowedpublic int getMaximumSessionsAllowed()
- 
getCurrentSessionpublic org.springframework.web.server.WebSession getCurrentSession()
 
-