Uses of Interface
org.keycloak.provider.InvalidationHandler.InvalidableObjectType
Packages that use InvalidationHandler.InvalidableObjectType
Package
Description
-
Uses of InvalidationHandler.InvalidableObjectType in org.keycloak.events.jpa
Methods in org.keycloak.events.jpa with parameters of type InvalidationHandler.InvalidableObjectTypeModifier and TypeMethodDescriptionvoidJpaEventStoreProviderFactory.invalidate(KeycloakSession session, InvalidationHandler.InvalidableObjectType type, Object... params) -
Uses of InvalidationHandler.InvalidableObjectType in org.keycloak.models
Methods in org.keycloak.models with parameters of type InvalidationHandler.InvalidableObjectTypeModifier and TypeMethodDescriptionvoidKeycloakSession.invalidate(InvalidationHandler.InvalidableObjectType type, Object... params) Invalidates intermediate states of the given objects, both immediately and at the end of this session. -
Uses of InvalidationHandler.InvalidableObjectType in org.keycloak.provider
Classes in org.keycloak.provider that implement InvalidationHandler.InvalidableObjectTypeMethods in org.keycloak.provider with parameters of type InvalidationHandler.InvalidableObjectTypeModifier and TypeMethodDescriptionvoidInvalidationHandler.invalidate(KeycloakSession session, InvalidationHandler.InvalidableObjectType type, Object... params) Invalidates intermediate states of the given objects -
Uses of InvalidationHandler.InvalidableObjectType in org.keycloak.services
Methods in org.keycloak.services with parameters of type InvalidationHandler.InvalidableObjectTypeModifier and TypeMethodDescriptionvoidDefaultComponentFactoryProviderFactory.invalidate(KeycloakSession session, InvalidationHandler.InvalidableObjectType type, Object... ids) voidDefaultKeycloakSession.invalidate(InvalidationHandler.InvalidableObjectType type, Object... ids) voidDefaultKeycloakSessionFactory.invalidate(KeycloakSession session, InvalidationHandler.InvalidableObjectType type, Object... ids) -
Uses of InvalidationHandler.InvalidableObjectType in org.keycloak.storage.datastore
Classes in org.keycloak.storage.datastore that implement InvalidationHandler.InvalidableObjectType