Modifier and Type | Method and Description |
---|---|
CredentialRepresentation |
OAuthClientResource.generateNewSecret() |
CredentialRepresentation |
ApplicationResource.generateNewSecret() |
CredentialRepresentation |
OAuthClientResource.getSecret() |
CredentialRepresentation |
ApplicationResource.getSecret() |
Modifier and Type | Method and Description |
---|---|
void |
UserResource.resetPassword(CredentialRepresentation credentialRepresentation) |
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 |
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 © 2015. All Rights Reserved.