Uses of Class
org.keycloak.representations.idm.RealmEventsConfigRepresentation
-
Packages that use RealmEventsConfigRepresentation Package Description org.keycloak.admin.client.resource org.keycloak.models.utils org.keycloak.services.managers org.keycloak.services.resources.admin -
-
Uses of RealmEventsConfigRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return RealmEventsConfigRepresentation Modifier and Type Method Description RealmEventsConfigRepresentationRealmResource. getRealmEventsConfig()Methods in org.keycloak.admin.client.resource with parameters of type RealmEventsConfigRepresentation Modifier and Type Method Description voidRealmResource. updateRealmEventsConfig(RealmEventsConfigRepresentation rep) -
Uses of RealmEventsConfigRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return RealmEventsConfigRepresentation Modifier and Type Method Description static RealmEventsConfigRepresentationModelToRepresentation. toEventsConfigReprensetation(RealmModel realm) -
Uses of RealmEventsConfigRepresentation in org.keycloak.services.managers
Methods in org.keycloak.services.managers with parameters of type RealmEventsConfigRepresentation Modifier and Type Method Description voidRealmManager. updateRealmEventsConfig(RealmEventsConfigRepresentation rep, RealmModel realm) -
Uses of RealmEventsConfigRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return RealmEventsConfigRepresentation Modifier and Type Method Description RealmEventsConfigRepresentationRealmAdminResource. getRealmEventsConfig()Get the events provider configuration Returns JSON object with events provider configurationMethods in org.keycloak.services.resources.admin with parameters of type RealmEventsConfigRepresentation Modifier and Type Method Description voidRealmAdminResource. updateRealmEventsConfig(RealmEventsConfigRepresentation rep)Update the events provider Change the events provider and/or its configuration
-