Package | Description |
---|---|
org.wattdepot.client |
Various WattDepot clients.
|
org.wattdepot.client.http.api |
Restlet implementations of WattDepot clients for the HTTP API.
|
org.wattdepot.common.domainmodel |
WattDepot models the domain of measurement collection, storage, and analysis through the following conceptual entities.
|
org.wattdepot.common.http.api |
Provides classes and interfaces relevant to the REST/HTTP contract between the clients and
the server.
|
org.wattdepot.server |
The WattDepot Server classes.
|
org.wattdepot.server.depository.impl.hibernate |
Provides the Hibernate
http://www.hibernate.org
implementation of WattDepot persistence.
|
org.wattdepot.server.http.api |
Provides HTTP API for WattDepot using the Restlet framework
http://www.restlet.org
|
Modifier and Type | Method and Description |
---|---|
UserPassword |
WattDepotAdminInterface.getUserPassword(String id,
String orgId) |
Modifier and Type | Method and Description |
---|---|
void |
WattDepotAdminInterface.updateUserPassword(UserPassword password)
Updates the Userpassword in the WattDepot Server.
|
Modifier and Type | Method and Description |
---|---|
UserPassword |
WattDepotAdminClient.getUserPassword(String id,
String orgId) |
Modifier and Type | Method and Description |
---|---|
void |
WattDepotAdminClient.updateUserPassword(UserPassword password) |
Modifier and Type | Field and Description |
---|---|
static UserPassword |
UserPassword.ROOT
The password for the admin user.
|
Modifier and Type | Method and Description |
---|---|
UserPassword |
UserPasswordResource.retrieve()
Defines GET /wattdepot/admin/user-password/{user_id} API call.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPasswordResource.update(UserPassword user)
Defines the POST /wattdepot/admin/user-password/ API call.
|
Modifier and Type | Method and Description |
---|---|
abstract UserPassword |
WattDepotPersistence.getUserPassword(String id,
String orgId,
boolean check) |
abstract UserPassword |
WattDepotPersistence.updateUserPassword(UserPassword password) |
Modifier and Type | Method and Description |
---|---|
abstract UserPassword |
WattDepotPersistence.updateUserPassword(UserPassword password) |
Modifier and Type | Method and Description |
---|---|
UserPassword |
WattDepotPersistenceImpl.getUserPassword(String id,
String orgId,
boolean check) |
UserPassword |
UserPasswordImpl.toUserPassword() |
UserPassword |
WattDepotPersistenceImpl.updateUserPassword(UserPassword password) |
Modifier and Type | Method and Description |
---|---|
UserPassword |
WattDepotPersistenceImpl.updateUserPassword(UserPassword password) |
Modifier and Type | Method and Description |
---|---|
UserPassword |
UserPasswordServerResource.retrieve() |
Modifier and Type | Method and Description |
---|---|
void |
UserPasswordServerResource.update(UserPassword user) |
Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.