Uses of Class
org.keycloak.representations.idm.AuthenticatorConfigRepresentation
Packages that use AuthenticatorConfigRepresentation
Package
Description
-
Uses of AuthenticatorConfigRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return AuthenticatorConfigRepresentationModifier and TypeMethodDescriptionAuthenticationManagementResource.getAuthenticatorConfig(String id) Methods in org.keycloak.admin.client.resource with parameters of type AuthenticatorConfigRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseAuthenticationManagementResource.newExecutionConfig(String executionId, AuthenticatorConfigRepresentation config) voidAuthenticationManagementResource.updateAuthenticatorConfig(String id, AuthenticatorConfigRepresentation config) -
Uses of AuthenticatorConfigRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return AuthenticatorConfigRepresentationModifier and TypeMethodDescriptionModelToRepresentation.toRepresentation(AuthenticatorConfigModel model) Methods in org.keycloak.models.utils with parameters of type AuthenticatorConfigRepresentationModifier and TypeMethodDescriptionstatic AuthenticatorConfigModelRepresentationToModel.toModel(AuthenticatorConfigRepresentation rep) -
Uses of AuthenticatorConfigRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type AuthenticatorConfigRepresentationModifier and TypeFieldDescriptionprotected List<AuthenticatorConfigRepresentation>RealmRepresentation.authenticatorConfigMethods in org.keycloak.representations.idm that return types with arguments of type AuthenticatorConfigRepresentationMethod parameters in org.keycloak.representations.idm with type arguments of type AuthenticatorConfigRepresentationModifier and TypeMethodDescriptionvoidRealmRepresentation.setAuthenticatorConfig(List<AuthenticatorConfigRepresentation> authenticatorConfig) -
Uses of AuthenticatorConfigRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return AuthenticatorConfigRepresentationModifier and TypeMethodDescriptionAuthenticationManagementResource.getAuthenticatorConfig(String id) Get authenticator configurationAuthenticationManagementResource.getAuthenticatorConfig(String execution, String id) Deprecated.Methods in org.keycloak.services.resources.admin with parameters of type AuthenticatorConfigRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseAuthenticationManagementResource.createAuthenticatorConfig(AuthenticatorConfigRepresentation rep) Deprecated.jakarta.ws.rs.core.ResponseAuthenticationManagementResource.newExecutionConfig(String execution, AuthenticatorConfigRepresentation json) Update execution with new configurationvoidAuthenticationManagementResource.updateAuthenticatorConfig(String id, AuthenticatorConfigRepresentation rep) Update authenticator configuration
AuthenticationManagementResource.getAuthenticatorConfig(String)