public class SystemResource extends AbstractJaxRSResource
TEXT_HTML| Constructor and Description |
|---|
SystemResource() |
SystemResource(org.pentaho.platform.api.engine.ISystemConfig systemConfig) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getAll()
Returns all users, roles, and ACLs in an XML document.
|
AuthenticationProvider |
getAuthenticationProvider()
Return JSON string reporting which authentication provider is
currently in use
Response sample:
{
"authenticationType": "JCR_BASED_AUTHENTICATION"
}
|
TimeZoneWrapper |
getTimeZones() |
setHttpHeaderspublic SystemResource()
public SystemResource(org.pentaho.platform.api.engine.ISystemConfig systemConfig)
public javax.ws.rs.core.Response getAll()
throws Exception
Exceptionpublic AuthenticationProvider getAuthenticationProvider() throws Exception
Exceptionpublic TimeZoneWrapper getTimeZones()