Package org.cxbox.core.util.session
Class CoreSessionServiceImpl
java.lang.Object
org.cxbox.core.util.session.CoreSessionServiceImpl
- All Implemented Interfaces:
org.cxbox.api.service.session.CoreSessionService
@Service("coreSessionService")
public class CoreSessionServiceImpl
extends Object
implements org.cxbox.api.service.session.CoreSessionService
-
Field Summary
Fields inherited from interface org.cxbox.api.service.session.CoreSessionService
SERVICE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.cxbox.api.service.session.CxboxUserDetailsInterfacegetAuthenticationDetails(org.springframework.security.core.Authentication auth) org.cxbox.api.service.session.CxboxUserDetailsInterfacegetSessionUserDetails(boolean raiseError) getTimeZone(TimeZone defaultValue)
-
Constructor Details
-
CoreSessionServiceImpl
public CoreSessionServiceImpl()
-
-
Method Details
-
getSessionId
- Specified by:
getSessionIdin interfaceorg.cxbox.api.service.session.CoreSessionService
-
getSessionUserDetails
public org.cxbox.api.service.session.CxboxUserDetailsInterface getSessionUserDetails(boolean raiseError) - Specified by:
getSessionUserDetailsin interfaceorg.cxbox.api.service.session.CoreSessionService
-
getAuthenticationDetails
public org.cxbox.api.service.session.CxboxUserDetailsInterface getAuthenticationDetails(org.springframework.security.core.Authentication auth) - Specified by:
getAuthenticationDetailsin interfaceorg.cxbox.api.service.session.CoreSessionService
-
getTimeZone
- Specified by:
getTimeZonein interfaceorg.cxbox.api.service.session.CoreSessionService
-
getLocale
- Specified by:
getLocalein interfaceorg.cxbox.api.service.session.CoreSessionService
-