Uses of Interface
org.keycloak.provider.InvalidationHandler.InvalidableObjectType
-
Packages that use InvalidationHandler.InvalidableObjectType Package Description org.keycloak.models org.keycloak.provider -
-
Uses of InvalidationHandler.InvalidableObjectType in org.keycloak.models
Methods in org.keycloak.models with parameters of type InvalidationHandler.InvalidableObjectType Modifier and Type Method Description voidKeycloakSession. 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.InvalidableObjectType Modifier and Type Class Description static classInvalidationHandler.ObjectTypeMethods in org.keycloak.provider with parameters of type InvalidationHandler.InvalidableObjectType Modifier and Type Method Description voidInvalidationHandler. invalidate(KeycloakSession session, InvalidationHandler.InvalidableObjectType type, Object... params)Invalidates intermediate states of the given objects
-