Interface SessionService

All Known Implementing Classes:
SessionServiceImpl

public interface SessionService
  • Method Details

    • getSessionUser

      org.cxbox.api.service.session.IUser<Long> getSessionUser()
    • getSessionUserDepartmentId

      Long getSessionUserDepartmentId()
    • getSessionUserRole

      String getSessionUserRole()
    • getSessionUserRoles

      @NonNull @NonNull Set<String> getSessionUserRoles()
    • getSessionId

      String getSessionId()