Package | Description |
---|---|
org.keycloak.exportimport.util | |
org.keycloak.models.utils | |
org.keycloak.representations.idm | |
org.keycloak.services.resources.admin |
Modifier and Type | Method and Description |
---|---|
static CredentialRepresentation |
ExportUtils.exportCredential(UserCredentialValueModel userCred) |
Modifier and Type | Method and Description |
---|---|
static CredentialRepresentation |
ModelToRepresentation.toRepresentation(UserCredentialModel cred) |
Modifier and Type | Method and Description |
---|---|
static UserCredentialModel |
RepresentationToModel.convertCredential(CredentialRepresentation cred) |
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 |
---|---|
CredentialRepresentation |
ClientResource.getClientSecret()
Get the client secret
|
CredentialRepresentation |
ClientResource.regenerateSecret()
Generate a new secret for the client
|
Modifier and Type | Method and Description |
---|---|
void |
UsersResource.resetPassword(String id,
CredentialRepresentation pass)
Set up a temporary password for the user
User will have to reset the temporary password next time they log in.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.