Package | Description |
---|---|
org.keycloak.models |
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 |
---|---|
default List<AuthenticatorConfigModel> |
RealmModel.getAuthenticatorConfigs()
Deprecated.
Use
getAuthenticatorConfigsStream instead. |
Stream<AuthenticatorConfigModel> |
RealmModel.getAuthenticatorConfigsStream()
Returns authentication configs as a stream.
|
Modifier and Type | Method and Description |
---|---|
AuthenticatorConfigModel |
RealmModel.addAuthenticatorConfig(AuthenticatorConfigModel model) |
int |
AuthenticatorConfigModel.AuthenticationConfigComparator.compare(AuthenticatorConfigModel left,
AuthenticatorConfigModel right) |
void |
RealmModel.removeAuthenticatorConfig(AuthenticatorConfigModel model) |
void |
RealmModel.updateAuthenticatorConfig(AuthenticatorConfigModel model) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.