Uses of Enum Class
org.keycloak.events.outbox.OutboxCleanupTask.Scope
Packages that use OutboxCleanupTask.Scope
-
Uses of OutboxCleanupTask.Scope in org.keycloak.events.outbox
Fields in org.keycloak.events.outbox declared as OutboxCleanupTask.ScopeMethods in org.keycloak.events.outbox that return OutboxCleanupTask.ScopeModifier and TypeMethodDescriptionstatic OutboxCleanupTask.ScopeReturns the enum constant of this class with the specified name.static OutboxCleanupTask.Scope[]OutboxCleanupTask.Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.keycloak.events.outbox with parameters of type OutboxCleanupTask.ScopeModifierConstructorDescriptionOutboxCleanupTask(KeycloakSessionFactory factory, Function<KeycloakSession, OutboxStore> storeFactory, String entryKind, OutboxCleanupTask.Scope scope, String key)