Class AuthenticationAttemptWrapperFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl<PrismPropertyWrapper<T>,PrismPropertyValue<T>,PrismProperty<T>,PrismPropertyValueWrapper<T>>
com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl<AuthenticationAttemptDataType>
com.evolveum.midpoint.gui.impl.factory.wrapper.AuthenticationAttemptWrapperFactory
- All Implemented Interfaces:
ItemWrapperFactory<PrismPropertyWrapper<AuthenticationAttemptDataType>,,PrismPropertyValueWrapper<AuthenticationAttemptDataType>, PrismPropertyValue<AuthenticationAttemptDataType>> WrapperFactory
@Component
public class AuthenticationAttemptWrapperFactory
extends PrismPropertyWrapperFactoryImpl<AuthenticationAttemptDataType>
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
schemaService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateValueWrapper(PrismPropertyWrapper<AuthenticationAttemptDataType> parent, PrismPropertyValue<AuthenticationAttemptDataType> value, ValueStatus status, WrapperContext context) protected AuthenticationAttemptWrappercreateWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<AuthenticationAttemptDataType> item, ItemStatus status, WrapperContext ctx) intgetOrder()booleanmatch(ItemDefinition<?> def) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
createNewValue, getPredefinedValuesOid, register, registerWrapperPanel, setupWrapperMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue, 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.WrapperFactory
match
-
Constructor Details
-
AuthenticationAttemptWrapperFactory
public AuthenticationAttemptWrapperFactory()
-
-
Method Details
-
match
- Specified by:
matchin interfaceWrapperFactory- Overrides:
matchin classPrismPropertyWrapperFactoryImpl<AuthenticationAttemptDataType>
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classPrismPropertyWrapperFactoryImpl<AuthenticationAttemptDataType>
-
createWrapperInternal
protected AuthenticationAttemptWrapper createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<AuthenticationAttemptDataType> item, ItemStatus status, WrapperContext ctx) - Overrides:
createWrapperInternalin classPrismPropertyWrapperFactoryImpl<AuthenticationAttemptDataType>
-
createValueWrapper
public PrismPropertyValueWrapper<AuthenticationAttemptDataType> createValueWrapper(PrismPropertyWrapper<AuthenticationAttemptDataType> parent, PrismPropertyValue<AuthenticationAttemptDataType> value, ValueStatus status, WrapperContext context) - Specified by:
createValueWrapperin interfaceItemWrapperFactory<PrismPropertyWrapper<AuthenticationAttemptDataType>,PrismPropertyValueWrapper<AuthenticationAttemptDataType>, PrismPropertyValue<AuthenticationAttemptDataType>> - Overrides:
createValueWrapperin classPrismPropertyWrapperFactoryImpl<AuthenticationAttemptDataType>
-