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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ItemWrapper<?,?> createChildWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context) createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismContainer<AuthenticationBehavioralDataType> childContainer, ItemStatus status, WrapperContext context) 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, getItemDefinitions, register, registerWrapperPanel, setupWrapper, shouldBeExpandedMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadataMethods 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>
-
createWrapperInternal
public PrismContainerWrapper<AuthenticationBehavioralDataType> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismContainer<AuthenticationBehavioralDataType> childContainer, ItemStatus status, WrapperContext context) - Overrides:
createWrapperInternalin classPrismContainerWrapperFactoryImpl<AuthenticationBehavioralDataType>
-
createChildWrapper
protected ItemWrapper<?,?> createChildWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context) throws SchemaException - Overrides:
createChildWrapperin classPrismContainerWrapperFactoryImpl<AuthenticationBehavioralDataType>- Throws:
SchemaException
-