Uses of Enum Class
com.svenruppert.jsentinel.accountlifecycle.JSentinelNotification.Kind
Packages that use JSentinelNotification.Kind
-
Uses of JSentinelNotification.Kind in com.svenruppert.jsentinel.accountlifecycle
Subclasses with type arguments of type JSentinelNotification.Kind in com.svenruppert.jsentinel.accountlifecycleModifier and TypeClassDescriptionstatic enumNotification category — one per lifecycle hook.Methods in com.svenruppert.jsentinel.accountlifecycle that return JSentinelNotification.KindModifier and TypeMethodDescriptionJSentinelNotification.kind()Returns the value of thekindrecord component.static JSentinelNotification.KindReturns the enum constant of this class with the specified name.static JSentinelNotification.Kind[]JSentinelNotification.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.svenruppert.jsentinel.accountlifecycle with parameters of type JSentinelNotification.KindModifierConstructorDescriptionJSentinelNotification(JSentinelNotification.Kind kind, SubjectId subjectId, TenantId tenant, Instant timestamp, Map<String, String> attributes) Validates the record components and freezes the attribute map.