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