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() |
setHttpHeaders
public SystemResource()
public SystemResource(org.pentaho.platform.api.engine.ISystemConfig systemConfig)
public javax.ws.rs.core.Response getAll() throws Exception
Exception
public AuthenticationProvider getAuthenticationProvider() throws Exception
Exception
public TimeZoneWrapper getTimeZones()