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 SummaryFields inherited from class com.evolveum.midpoint.schema.config.ConfigurationItemDESC
- 
Constructor SummaryConstructorsModifierConstructorDescriptionEventHandlerConfigItem(@NotNull ConfigurationItem<EventHandlerType> original) protectedEventHandlerConfigItem(@NotNull EventHandlerType value, @NotNull ConfigurationItemOrigin origin) 
- 
Method SummaryModifier 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.ConfigurationItemas, 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.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.schema.config.PrivilegesMixingetPrivileges
- 
Constructor Details- 
EventHandlerConfigItem
- 
EventHandlerConfigItemprotected EventHandlerConfigItem(@NotNull @NotNull EventHandlerType value, @NotNull @NotNull ConfigurationItemOrigin origin) 
 
- 
- 
Method Details- 
ofpublic static EventHandlerConfigItem of(@NotNull @NotNull EventHandlerType bean, @NotNull @NotNull ConfigurationItemOrigin origin) 
- 
ofpublic static EventHandlerConfigItem of(@NotNull @NotNull EventHandlerType bean, @NotNull @NotNull OriginProvider<? super EventHandlerType> originProvider) 
- 
valueSeeConfigurationItem.value.
- 
originSeeConfigurationItem.origin.
- 
as
- 
fullDescription
 
-