Uses of Class
org.keycloak.representations.idm.AuthenticatorConfigRepresentation
-
Packages that use AuthenticatorConfigRepresentation Package Description org.keycloak.admin.client.resource org.keycloak.models.utils org.keycloak.representations.idm org.keycloak.services.resources.admin -
-
Uses of AuthenticatorConfigRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return AuthenticatorConfigRepresentation Modifier and Type Method Description AuthenticatorConfigRepresentation
AuthenticationManagementResource. getAuthenticatorConfig(String id)
Methods in org.keycloak.admin.client.resource with parameters of type AuthenticatorConfigRepresentation Modifier and Type Method Description javax.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
Methods in org.keycloak.models.utils that return AuthenticatorConfigRepresentation Modifier and Type Method Description static AuthenticatorConfigRepresentation
ModelToRepresentation. toRepresentation(AuthenticatorConfigModel model)
Methods in org.keycloak.models.utils with parameters of type AuthenticatorConfigRepresentation Modifier and Type Method Description static AuthenticatorConfigModel
RepresentationToModel. toModel(AuthenticatorConfigRepresentation rep)
-
Uses of AuthenticatorConfigRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type AuthenticatorConfigRepresentation Modifier and Type Field Description protected List<AuthenticatorConfigRepresentation>
RealmRepresentation. authenticatorConfig
Methods in org.keycloak.representations.idm that return types with arguments of type AuthenticatorConfigRepresentation Modifier and Type Method Description List<AuthenticatorConfigRepresentation>
RealmRepresentation. getAuthenticatorConfig()
Method parameters in org.keycloak.representations.idm with type arguments of type AuthenticatorConfigRepresentation Modifier and Type Method Description void
RealmRepresentation. setAuthenticatorConfig(List<AuthenticatorConfigRepresentation> authenticatorConfig)
-
Uses of AuthenticatorConfigRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return AuthenticatorConfigRepresentation Modifier and Type Method Description AuthenticatorConfigRepresentation
AuthenticationManagementResource. getAuthenticatorConfig(String id)
Get authenticator configurationAuthenticatorConfigRepresentation
AuthenticationManagementResource. getAuthenticatorConfig(String execution, String id)
Deprecated.Methods in org.keycloak.services.resources.admin with parameters of type AuthenticatorConfigRepresentation Modifier and Type Method Description javax.ws.rs.core.Response
AuthenticationManagementResource. createAuthenticatorConfig(AuthenticatorConfigRepresentation rep)
Deprecated.javax.ws.rs.core.Response
AuthenticationManagementResource. newExecutionConfig(String execution, AuthenticatorConfigRepresentation json)
Update execution with new configurationvoid
AuthenticationManagementResource. updateAuthenticatorConfig(String id, AuthenticatorConfigRepresentation rep)
Update authenticator configuration
-