Class EventHandlerConfigItem
java.lang.Object
com.evolveum.midpoint.schema.config.ConfigurationItem<EventHandlerType>
com.evolveum.midpoint.schema.config.EventHandlerConfigItem
- All Implemented Interfaces:
PrivilegesMixin<EventHandlerType>
,Serializable
,Cloneable
public class EventHandlerConfigItem
extends ConfigurationItem<EventHandlerType>
implements PrivilegesMixin<EventHandlerType>
Currently used for custom event handlers, as they are security-sensitive.
- See Also:
-
Field Summary
Fields inherited from class com.evolveum.midpoint.schema.config.ConfigurationItem
DESC
-
Constructor Summary
ModifierConstructorDescriptionEventHandlerConfigItem
(@NotNull ConfigurationItem<EventHandlerType> original) protected
EventHandlerConfigItem
(@NotNull EventHandlerType value, @NotNull ConfigurationItemOrigin origin) -
Method Summary
Modifier and TypeMethodDescription<X extends ConfigurationItem<T>>
X@NotNull String
static EventHandlerConfigItem
of
(@NotNull EventHandlerType bean, @NotNull ConfigurationItemOrigin origin) static EventHandlerConfigItem
of
(@NotNull EventHandlerType bean, @NotNull OriginProvider<? super EventHandlerType> originProvider) @NotNull ConfigurationItemOrigin
origin()
SeeConfigurationItem.origin
.value()
SeeConfigurationItem.value
.Methods inherited from class com.evolveum.midpoint.schema.config.ConfigurationItem
as, as, asList, child, child, clone, configCheck, configNonNull, embedded, equals, fullDescription, hashCode, localDescription, of, ofList, ofList, ofListEmbedded, origin, originFor, originProviderFor, toString, value
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.schema.config.PrivilegesMixin
getPrivileges
-
Constructor Details
-
EventHandlerConfigItem
-
EventHandlerConfigItem
protected EventHandlerConfigItem(@NotNull @NotNull EventHandlerType value, @NotNull @NotNull ConfigurationItemOrigin origin)
-
-
Method Details
-
of
public static EventHandlerConfigItem of(@NotNull @NotNull EventHandlerType bean, @NotNull @NotNull ConfigurationItemOrigin origin) -
of
public static EventHandlerConfigItem of(@NotNull @NotNull EventHandlerType bean, @NotNull @NotNull OriginProvider<? super EventHandlerType> originProvider) -
value
SeeConfigurationItem.value
. -
origin
SeeConfigurationItem.origin
. -
as
-
fullDescription
-