Modifier and Type | Method and Description |
---|---|
AuthenticatorConfigModel |
FormContext.getAuthenticatorConfig()
Get any configuration associated with the current execution
|
AuthenticatorConfigModel |
AbstractAuthenticationFlowContext.getAuthenticatorConfig()
Get any configuration associated with the current execution
|
AuthenticatorConfigModel |
AuthenticationProcessor.Result.getAuthenticatorConfig() |
Modifier and Type | Method and Description |
---|---|
protected AuthenticatorConfigModel |
ScriptBasedAuthenticator.getAuthenticatorConfig(AuthenticationFlowContext context) |
Modifier and Type | Class and Description |
---|---|
class |
X509AuthenticatorConfigModel |
Constructor and Description |
---|
X509AuthenticatorConfigModel(AuthenticatorConfigModel model) |
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) |
Modifier and Type | Method and Description |
---|---|
AuthenticatorConfigModel |
RealmAdapter.addAuthenticatorConfig(AuthenticatorConfigModel model) |
AuthenticatorConfigModel |
RealmAdapter.getAuthenticatorConfigByAlias(String alias) |
AuthenticatorConfigModel |
RealmAdapter.getAuthenticatorConfigById(String id) |
Modifier and Type | Method and Description |
---|---|
Stream<AuthenticatorConfigModel> |
RealmAdapter.getAuthenticatorConfigsStream() |
Modifier and Type | Method and Description |
---|---|
AuthenticatorConfigModel |
RealmAdapter.addAuthenticatorConfig(AuthenticatorConfigModel model) |
void |
RealmAdapter.removeAuthenticatorConfig(AuthenticatorConfigModel model) |
void |
RealmAdapter.updateAuthenticatorConfig(AuthenticatorConfigModel model) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,AuthenticatorConfigModel> |
CachedRealm.authenticatorConfigs |
Modifier and Type | Method and Description |
---|---|
Map<String,AuthenticatorConfigModel> |
CachedRealm.getAuthenticatorConfigs() |
Modifier and Type | Method and Description |
---|---|
AuthenticatorConfigModel |
RealmAdapter.addAuthenticatorConfig(AuthenticatorConfigModel model) |
AuthenticatorConfigModel |
RealmAdapter.entityToModel(AuthenticatorConfigEntity entity) |
AuthenticatorConfigModel |
RealmAdapter.getAuthenticatorConfigByAlias(String alias) |
AuthenticatorConfigModel |
RealmAdapter.getAuthenticatorConfigById(String id) |
Modifier and Type | Method and Description |
---|---|
Stream<AuthenticatorConfigModel> |
RealmAdapter.getAuthenticatorConfigsStream() |
Modifier and Type | Method and Description |
---|---|
AuthenticatorConfigModel |
RealmAdapter.addAuthenticatorConfig(AuthenticatorConfigModel model) |
void |
RealmAdapter.removeAuthenticatorConfig(AuthenticatorConfigModel model) |
void |
RealmAdapter.updateAuthenticatorConfig(AuthenticatorConfigModel model) |
Modifier and Type | Method and Description |
---|---|
AuthenticatorConfigModel |
MapRealmAdapter.addAuthenticatorConfig(AuthenticatorConfigModel model) |
AuthenticatorConfigModel |
MapRealmAdapter.getAuthenticatorConfigByAlias(String alias) |
AuthenticatorConfigModel |
MapRealmAdapter.getAuthenticatorConfigById(String id) |
Modifier and Type | Method and Description |
---|---|
Stream<AuthenticatorConfigModel> |
MapRealmAdapter.getAuthenticatorConfigsStream() |
Modifier and Type | Method and Description |
---|---|
AuthenticatorConfigModel |
MapRealmAdapter.addAuthenticatorConfig(AuthenticatorConfigModel model) |
void |
MapRealmAdapter.removeAuthenticatorConfig(AuthenticatorConfigModel model) |
void |
MapRealmAdapter.updateAuthenticatorConfig(AuthenticatorConfigModel model) |
Modifier and Type | Method and Description |
---|---|
static AuthenticatorConfigModel |
MapAuthenticatorConfigEntity.toModel(MapAuthenticatorConfigEntity entity) |
Modifier and Type | Method and Description |
---|---|
static MapAuthenticatorConfigEntity |
MapAuthenticatorConfigEntity.fromModel(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 © 2021 JBoss by Red Hat. All rights reserved.