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
-
Method Summary
Modifier and TypeMethodDescriptioncreateValueWrapper
(PrismPropertyWrapper<AuthenticationAttemptDataType> parent, PrismPropertyValue<AuthenticationAttemptDataType> value, ValueStatus status, WrapperContext context) protected AuthenticationAttemptWrapper
createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismProperty<AuthenticationAttemptDataType> item, ItemStatus status, WrapperContext ctx) int
getOrder()
boolean
match
(ItemDefinition<?> def) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
createNewValue, getPredefinedValuesOid, register, registerWrapperPanel, setupWrapper
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue
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.WrapperFactory
match
-
Constructor Details
-
AuthenticationAttemptWrapperFactory
public AuthenticationAttemptWrapperFactory()
-
-
Method Details
-
match
- Specified by:
match
in interfaceWrapperFactory
- Overrides:
match
in classPrismPropertyWrapperFactoryImpl<AuthenticationAttemptDataType>
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismPropertyWrapperFactoryImpl<AuthenticationAttemptDataType>
-
createWrapperInternal
protected AuthenticationAttemptWrapper createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<AuthenticationAttemptDataType> item, ItemStatus status, WrapperContext ctx) - Overrides:
createWrapperInternal
in classPrismPropertyWrapperFactoryImpl<AuthenticationAttemptDataType>
-
createValueWrapper
public PrismPropertyValueWrapper<AuthenticationAttemptDataType> createValueWrapper(PrismPropertyWrapper<AuthenticationAttemptDataType> parent, PrismPropertyValue<AuthenticationAttemptDataType> value, ValueStatus status, WrapperContext context) - Specified by:
createValueWrapper
in interfaceItemWrapperFactory<PrismPropertyWrapper<AuthenticationAttemptDataType>,
PrismPropertyValueWrapper<AuthenticationAttemptDataType>, PrismPropertyValue<AuthenticationAttemptDataType>> - Overrides:
createValueWrapper
in classPrismPropertyWrapperFactoryImpl<AuthenticationAttemptDataType>
-