| Package | Description |
|---|---|
| org.keycloak.models | |
| org.keycloak.models.utils |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatorConfigModel |
RealmModel.addAuthenticatorConfig(AuthenticatorConfigModel model) |
AuthenticatorConfigModel |
RealmModel.getAuthenticatorConfigByAlias(String alias) |
AuthenticatorConfigModel |
RealmModel.getAuthenticatorConfigById(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticatorConfigModel> |
RealmModel.getAuthenticatorConfigs() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatorConfigModel |
RealmModel.addAuthenticatorConfig(AuthenticatorConfigModel model) |
void |
RealmModel.removeAuthenticatorConfig(AuthenticatorConfigModel model) |
void |
RealmModel.updateAuthenticatorConfig(AuthenticatorConfigModel model) |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticatorConfigModel |
RepresentationToModel.toModel(AuthenticatorConfigRepresentation rep) |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticatorConfigRepresentation |
ModelToRepresentation.toRepresentation(AuthenticatorConfigModel model) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.