@Path(value="/system/ldap") public class LdapResource extends RestResource
objectMapper, serverStatus, userService| Constructor and Description |
|---|
LdapResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
deleteLdapSettings() |
javax.ws.rs.core.Response |
getLdapSettings() |
LdapTestConfigResponse |
testLdapConfiguration(LdapTestConfigRequest request) |
javax.ws.rs.core.Response |
updateLdapSettings(String body) |
buildHistogramMap, buildMeterMap, buildTimerMap, bytesToValueMap, checkPermission, checkPermission, getCurrentUser, getSubject, guessContentType, isPermitted, isPermitted, json, loadObjectId, page, restrictToMaster, setPrettyPrint@GET @Path(value="/settings") @Produces(value="application/json") public javax.ws.rs.core.Response getLdapSettings()
@POST @Path(value="/test") @Consumes(value="application/json") @Produces(value="application/json") public LdapTestConfigResponse testLdapConfiguration(LdapTestConfigRequest request)
@PUT @Path(value="/settings") @Consumes(value="application/json") public javax.ws.rs.core.Response updateLdapSettings(String body)
@DELETE @Path(value="/settings") public javax.ws.rs.core.Response deleteLdapSettings()
Copyright © 2012–2014 TORCH GmbH. All rights reserved.