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>
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
VIRTUAL_CONTAINER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ItemWrapper<?,?> createChildWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context) createWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<AuthenticationBehavioralDataType> childContainer, ItemStatus status) intgetOrder()booleanmatch(ItemDefinition<?> def) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.OperationalContainerWrapperFactory
canCreateWrapper, shouldCreateEmptyValueMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createContainerValueWrapper, createNewValue, createValueWrapper, createVirtualWrappers, createWrapperInternal, getItemDefinitions, recomputeStatus, register, registerWrapperPanel, setupWrapper, shouldBeExpandedMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, createValuesWrapper, createWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, skipCreateWrapperMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactory
createWrapper, createWrapperMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
match
-
Constructor Details
-
AuthenticationBehaviorWrapperFactory
public AuthenticationBehaviorWrapperFactory()
-
-
Method Details
-
match
- Specified by:
matchin interfaceWrapperFactory- Overrides:
matchin classOperationalContainerWrapperFactory<AuthenticationBehavioralDataType>
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classOperationalContainerWrapperFactory<AuthenticationBehavioralDataType>
-
createWrapper
protected PrismContainerWrapper<AuthenticationBehavioralDataType> createWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<AuthenticationBehavioralDataType> childContainer, ItemStatus status) - Overrides:
createWrapperin classPrismContainerWrapperFactoryImpl<AuthenticationBehavioralDataType>
-
createChildWrapper
protected ItemWrapper<?,?> createChildWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context) throws SchemaException - Overrides:
createChildWrapperin classPrismContainerWrapperFactoryImpl<AuthenticationBehavioralDataType>- Throws:
SchemaException
-