Modifier and Type | Method and Description |
---|---|
CredentialRepresentation |
ClientResource.generateNewSecret() |
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 |
---|---|
static CredentialRepresentation |
ExportUtils.exportCredential(CredentialModel userCred) |
Modifier and Type | Method and Description |
---|---|
static CredentialRepresentation |
ModelToRepresentation.toRepresentation(CredentialModel cred) |
static CredentialRepresentation |
ModelToRepresentation.toRepresentation(UserCredentialModel cred) |
Modifier and Type | Method and Description |
---|---|
static CredentialModel |
RepresentationToModel.toModel(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 |
---|---|
List<CredentialRepresentation> |
AccountCredentialResource.CredentialContainer.getUserCredentials() |
Constructor and Description |
---|
CredentialContainer(CredentialTypeMetadata metadata,
List<CredentialRepresentation> userCredentials) |
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 |
---|---|
Stream<CredentialRepresentation> |
UserResource.credentials() |
Modifier and Type | Method and Description |
---|---|
void |
UserResource.resetPassword(CredentialRepresentation cred)
Set up a new password for the user.
|
Modifier and Type | Method and Description |
---|---|
static CredentialRepresentation |
CredentialHelper.createUserStorageCredentialRepresentation(String credentialProviderType)
Create "dummy" representation of the credential.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.