Uses of Class
org.keycloak.representations.idm.CredentialRepresentation
Package
Description
-
Uses of CredentialRepresentation in org.keycloak.admin.client.resource
Modifier and TypeMethodDescriptionClientResource.generateNewSecret()
ClientResource.getClientRotatedSecret()
ClientResource.getSecret()
Modifier and TypeMethodDescriptionvoid
UserResource.resetPassword
(CredentialRepresentation credentialRepresentation) -
Uses of CredentialRepresentation in org.keycloak.exportimport.util
Modifier and TypeMethodDescriptionstatic CredentialRepresentation
ExportUtils.exportCredential
(CredentialModel userCred) -
Uses of CredentialRepresentation in org.keycloak.models.utils
Modifier and TypeMethodDescriptionprotected static CredentialRepresentation
StripSecretsUtils.stripCredentials
(CredentialRepresentation rep) static CredentialRepresentation
ModelToRepresentation.toRepresentation
(CredentialModel cred) static CredentialRepresentation
ModelToRepresentation.toRepresentation
(UserCredentialModel cred) Modifier and TypeMethodDescriptionprotected static CredentialRepresentation
StripSecretsUtils.stripCredentials
(CredentialRepresentation rep) static CredentialModel
RepresentationToModel.toModel
(CredentialRepresentation cred) -
Uses of CredentialRepresentation in org.keycloak.representations.account
Modifier and TypeMethodDescriptionvoid
CredentialMetadataRepresentation.setCredential
(CredentialRepresentation credential) -
Uses of CredentialRepresentation in org.keycloak.representations.idm
Modifier and TypeFieldDescriptionprotected List<CredentialRepresentation>
UserRepresentation.credentials
Modifier and TypeMethodDescriptionvoid
UserRepresentation.setCredentials
(List<CredentialRepresentation> credentials) -
Uses of CredentialRepresentation in org.keycloak.services.resources.admin
Modifier and TypeMethodDescriptionClientResource.getClientRotatedSecret()
Get the rotated client secretClientResource.getClientSecret()
Get the client secretClientResource.regenerateSecret()
Generate a new secret for the clientModifier and TypeMethodDescriptionvoid
UserResource.resetPassword
(CredentialRepresentation cred) Set up a new password for the user. -
Uses of CredentialRepresentation in org.keycloak.utils
Modifier and TypeMethodDescriptionstatic CredentialRepresentation
CredentialHelper.createUserStorageCredentialRepresentation
(String credentialProviderType) Create "dummy" representation of the credential.