public class CredentialManagementResponseBuilder extends Object
| Constructor and Description |
|---|
CredentialManagementResponseBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static javax.ws.rs.core.Response |
buildChangePasswordResponse(OldPasswordResetWrapper credentials)
Builds the response to change the password of a user
|
static javax.ws.rs.core.Response |
buildResetPasswordResponse(String username,
PasswordResetWrapper credentials)
Builds the response to reset the password of a user
|
public static javax.ws.rs.core.Response buildChangePasswordResponse(OldPasswordResetWrapper credentials)
credentials - - User credentialspublic static javax.ws.rs.core.Response buildResetPasswordResponse(String username, PasswordResetWrapper credentials)
username - - Username of the user.credentials - - User credentialsCopyright © 2017 WSO2. All rights reserved.