| Package | Description |
|---|---|
| org.keycloak.representations.idm | |
| org.keycloak.services.managers | |
| org.keycloak.services.resources.admin |
| Modifier and Type | Field and Description |
|---|---|
protected List<CredentialRepresentation> |
UserRepresentation.credentials |
| Modifier and Type | Method and Description |
|---|---|
List<CredentialRepresentation> |
UserRepresentation.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserRepresentation.setCredentials(List<CredentialRepresentation> credentials) |
| Modifier and Type | Method and Description |
|---|---|
static CredentialRepresentation |
ModelToRepresentation.toRepresentation(UserCredentialModel cred) |
| Modifier and Type | Method and Description |
|---|---|
static UserCredentialModel |
RealmManager.fromRepresentation(CredentialRepresentation cred) |
| Modifier and Type | Method and Description |
|---|---|
CredentialRepresentation |
OAuthClientResource.getClientSecret()
Get the secret of the oauth client
|
CredentialRepresentation |
ApplicationResource.getClientSecret()
Get the secret of this application
|
CredentialRepresentation |
OAuthClientResource.regenerateSecret()
Generate a new client secret for the oauth client
|
CredentialRepresentation |
ApplicationResource.regenerateSecret()
Generates a new secret for this application
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsersResource.resetPassword(String username,
CredentialRepresentation pass)
Set up a temporary password for this user.
|
Copyright © 2014. All Rights Reserved.