public class AccountCredentialResource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AccountCredentialResource.PasswordDetails |
static class |
AccountCredentialResource.PasswordUpdate |
| Constructor and Description |
|---|
AccountCredentialResource(KeycloakSession session,
EventBuilder event,
UserModel user,
Auth auth) |
| Modifier and Type | Method and Description |
|---|---|
AccountCredentialResource.PasswordDetails |
passwordDetails() |
javax.ws.rs.core.Response |
passwordUpdate(AccountCredentialResource.PasswordUpdate update) |
public AccountCredentialResource(KeycloakSession session, EventBuilder event, UserModel user, Auth auth)
@GET @Path(value="password") @Produces(value="application/json") public AccountCredentialResource.PasswordDetails passwordDetails() throws IOException
IOException@POST @Path(value="password") @Consumes(value="application/json") public javax.ws.rs.core.Response passwordUpdate(AccountCredentialResource.PasswordUpdate update)
Copyright © 2019 JBoss by Red Hat. All rights reserved.