| Package | Description |
|---|---|
| org.keycloak.admin.client.resource | |
| org.keycloak.representations.account | |
| org.keycloak.representations.idm |
| Modifier and Type | Method and Description |
|---|---|
CredentialRepresentation |
ClientResource.generateNewSecret() |
CredentialRepresentation |
ClientResource.getClientRotatedSecret() |
CredentialRepresentation |
ClientResource.getSecret() |
| Modifier and Type | Method and Description |
|---|---|
List<CredentialRepresentation> |
UserResource.credentials() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserResource.resetPassword(CredentialRepresentation credentialRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
CredentialRepresentation |
CredentialMetadataRepresentation.getCredential() |
| Modifier and Type | Method and Description |
|---|---|
void |
CredentialMetadataRepresentation.setCredential(CredentialRepresentation credential) |
| 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) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.