Class AuthenticationBehaviorWrapperFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl<PrismContainerWrapper<C>,PrismContainerValue<C>,PrismContainer<C>,PrismContainerValueWrapper<C>>
com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl<T>
com.evolveum.midpoint.gui.impl.factory.wrapper.OperationalContainerWrapperFactory<AuthenticationBehavioralDataType>
com.evolveum.midpoint.gui.impl.factory.wrapper.AuthenticationBehaviorWrapperFactory
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<AuthenticationBehavioralDataType>,
,PrismContainerValueWrapper<AuthenticationBehavioralDataType>, PrismContainerValue<AuthenticationBehavioralDataType>> PrismContainerWrapperFactory<AuthenticationBehavioralDataType>
,WrapperFactory
@Component
public class AuthenticationBehaviorWrapperFactory
extends OperationalContainerWrapperFactory<AuthenticationBehavioralDataType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ItemWrapper<?,
?> createChildWrapper
(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context) createWrapper
(PrismContainerValueWrapper<?> parent, PrismContainer<AuthenticationBehavioralDataType> childContainer, ItemStatus status) int
getOrder()
boolean
match
(ItemDefinition<?> def) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.OperationalContainerWrapperFactory
canCreateWrapper, shouldCreateEmptyValue
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createContainerValueWrapper, createNewValue, createValueWrapper, createVirtualWrappers, createWrapperInternal, getItemDefinitions, recomputeStatus, register, registerWrapperPanel, setupWrapper, shouldBeExpanded
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, createValuesWrapper, createWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, skipCreateWrapper
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactory
createWrapper, createWrapper
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
match
-
Constructor Details
-
AuthenticationBehaviorWrapperFactory
public AuthenticationBehaviorWrapperFactory()
-
-
Method Details
-
match
- Specified by:
match
in interfaceWrapperFactory
- Overrides:
match
in classOperationalContainerWrapperFactory<AuthenticationBehavioralDataType>
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classOperationalContainerWrapperFactory<AuthenticationBehavioralDataType>
-
createWrapper
protected PrismContainerWrapper<AuthenticationBehavioralDataType> createWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<AuthenticationBehavioralDataType> childContainer, ItemStatus status) - Overrides:
createWrapper
in classPrismContainerWrapperFactoryImpl<AuthenticationBehavioralDataType>
-
createChildWrapper
protected ItemWrapper<?,?> createChildWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context) throws SchemaException - Overrides:
createChildWrapper
in classPrismContainerWrapperFactoryImpl<AuthenticationBehavioralDataType>
- Throws:
SchemaException
-