Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.models.utils | |
org.keycloak.representations.idm | |
org.keycloak.services.resources.admin |
Modifier and Type | Method and Description |
---|---|
AuthenticatorConfigRepresentation |
AuthenticationManagementResource.getAuthenticatorConfig(String id) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AuthenticationManagementResource.newExecutionConfig(String executionId,
AuthenticatorConfigRepresentation config) |
void |
AuthenticationManagementResource.updateAuthenticatorConfig(String id,
AuthenticatorConfigRepresentation config) |
Modifier and Type | Method and Description |
---|---|
static AuthenticatorConfigRepresentation |
ModelToRepresentation.toRepresentation(AuthenticatorConfigModel model) |
Modifier and Type | Method and Description |
---|---|
static AuthenticatorConfigModel |
RepresentationToModel.toModel(AuthenticatorConfigRepresentation rep) |
Modifier and Type | Field and Description |
---|---|
protected List<AuthenticatorConfigRepresentation> |
RealmRepresentation.authenticatorConfig |
Modifier and Type | Method and Description |
---|---|
List<AuthenticatorConfigRepresentation> |
RealmRepresentation.getAuthenticatorConfig() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setAuthenticatorConfig(List<AuthenticatorConfigRepresentation> authenticatorConfig) |
Modifier and Type | Method and Description |
---|---|
AuthenticatorConfigRepresentation |
AuthenticationManagementResource.getAuthenticatorConfig(String id)
Get authenticator configuration
|
AuthenticatorConfigRepresentation |
AuthenticationManagementResource.getAuthenticatorConfig(String execution,
String id)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AuthenticationManagementResource.createAuthenticatorConfig(AuthenticatorConfigRepresentation rep)
Deprecated.
|
javax.ws.rs.core.Response |
AuthenticationManagementResource.newExecutionConfig(String execution,
AuthenticatorConfigRepresentation json)
Update execution with new configuration
|
void |
AuthenticationManagementResource.updateAuthenticatorConfig(String id,
AuthenticatorConfigRepresentation rep)
Update authenticator configuration
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.