| Package | Description |
|---|---|
| org.keycloak.models |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatorModel |
RealmModel.addAuthenticator(AuthenticatorModel model) |
AuthenticatorModel |
RealmModel.getAuthenticatorById(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticatorModel> |
RealmModel.getAuthenticators() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatorModel |
RealmModel.addAuthenticator(AuthenticatorModel model) |
void |
RealmModel.removeAuthenticator(AuthenticatorModel model) |
void |
RealmModel.updateAuthenticator(AuthenticatorModel model) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.