public class PlatformInformationRESTService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Modifier and Type | Class and Description |
|---|---|
static class |
PlatformInformationRESTService.JsonPlatformInfo |
| Modifier and Type | Field and Description |
|---|---|
String |
ANONYMOUS_USER |
static String |
COMMUNITY_EDITION |
| Constructor and Description |
|---|
PlatformInformationRESTService(org.exoplatform.commons.info.ProductInformations productInformations,
org.exoplatform.portal.config.UserACL userACL) |
| Modifier and Type | Method and Description |
|---|---|
PlatformInformationRESTService.JsonPlatformInfo |
getJsonPlatformInfo() |
String |
getPlatformEdition() |
javax.ws.rs.core.Response |
getPlatformInformation(javax.ws.rs.core.SecurityContext sc)
This method return a JSON Object with the platform required
informations.
|
javax.ws.rs.core.Response |
isUserSessionAlive() |
public static final String COMMUNITY_EDITION
public final String ANONYMOUS_USER
public PlatformInformationRESTService(org.exoplatform.commons.info.ProductInformations productInformations,
org.exoplatform.portal.config.UserACL userACL)
public javax.ws.rs.core.Response isUserSessionAlive()
throws Exception
Exceptionpublic javax.ws.rs.core.Response getPlatformInformation(@Context
javax.ws.rs.core.SecurityContext sc)
public PlatformInformationRESTService.JsonPlatformInfo getJsonPlatformInfo()
public String getPlatformEdition()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.