Uses of Class
org.keycloak.representations.idm.AuthenticatorConfigRepresentation
Package
Description
-
Uses of AuthenticatorConfigRepresentation in org.keycloak.admin.client.resource
Modifier and TypeMethodDescriptionAuthenticationManagementResource.getAuthenticatorConfig
(String id) Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
AuthenticationManagementResource.newExecutionConfig
(String executionId, AuthenticatorConfigRepresentation config) void
AuthenticationManagementResource.updateAuthenticatorConfig
(String id, AuthenticatorConfigRepresentation config) -
Uses of AuthenticatorConfigRepresentation in org.keycloak.models.utils
Modifier and TypeMethodDescriptionModelToRepresentation.toRepresentation
(AuthenticatorConfigModel model) Modifier and TypeMethodDescriptionstatic AuthenticatorConfigModel
RepresentationToModel.toModel
(AuthenticatorConfigRepresentation rep) -
Uses of AuthenticatorConfigRepresentation in org.keycloak.representations.idm
Modifier and TypeFieldDescriptionprotected List<AuthenticatorConfigRepresentation>
RealmRepresentation.authenticatorConfig
Modifier and TypeMethodDescriptionvoid
RealmRepresentation.setAuthenticatorConfig
(List<AuthenticatorConfigRepresentation> authenticatorConfig) -
Uses of AuthenticatorConfigRepresentation in org.keycloak.services.resources.admin
Modifier and TypeMethodDescriptionAuthenticationManagementResource.getAuthenticatorConfig
(String id) Get authenticator configurationAuthenticationManagementResource.getAuthenticatorConfig
(String execution, String id) Deprecated.Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
AuthenticationManagementResource.createAuthenticatorConfig
(AuthenticatorConfigRepresentation rep) Deprecated.jakarta.ws.rs.core.Response
AuthenticationManagementResource.newExecutionConfig
(String execution, AuthenticatorConfigRepresentation json) Update execution with new configurationvoid
AuthenticationManagementResource.updateAuthenticatorConfig
(String id, AuthenticatorConfigRepresentation rep) Update authenticator configuration
AuthenticationManagementResource.getAuthenticatorConfig(String)