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
ConstructorsModifierConstructorDescriptionEventHandlerConfigItem(@NotNull ConfigurationItem<EventHandlerType> original) protectedEventHandlerConfigItem(@NotNull EventHandlerType value, @NotNull ConfigurationItemOrigin origin) -
Method Summary
Modifier and TypeMethodDescription<X extends ConfigurationItem<T>>
X@NotNull Stringstatic EventHandlerConfigItemof(@NotNull EventHandlerType bean, @NotNull ConfigurationItemOrigin origin) static EventHandlerConfigItemof(@NotNull EventHandlerType bean, @NotNull OriginProvider<? super EventHandlerType> originProvider) @NotNull ConfigurationItemOriginorigin()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, valueMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-