Class AuthenticationAttemptValueWrapper
java.lang.Object
com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl<T>
com.evolveum.midpoint.gui.impl.prism.wrapper.PrismPropertyValueWrapper<AuthenticationAttemptDataType>
com.evolveum.midpoint.gui.impl.prism.wrapper.AuthenticationAttemptValueWrapper
- All Implemented Interfaces:
PrismValueWrapper<AuthenticationAttemptDataType>
,DebugDumpable
,Serializable
public class AuthenticationAttemptValueWrapper
extends PrismPropertyValueWrapper<AuthenticationAttemptDataType>
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationAttemptValueWrapper
(PrismPropertyWrapper<AuthenticationAttemptDataType> parent, PrismPropertyValue<AuthenticationAttemptDataType> value, ValueStatus status) -
Method Summary
Methods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismPropertyValueWrapper
debugDump, getNewValue, getOldValue, setRealValue, toShortString
Methods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl
addToDelta, getParent, getParentContainerValue, getRealValue, getStatus, getValueMetadata, isChanged, isShowMetadata, isVisible, setShowMetadata, setStatus, setValueMetadata
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.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
AuthenticationAttemptValueWrapper
public AuthenticationAttemptValueWrapper(PrismPropertyWrapper<AuthenticationAttemptDataType> parent, PrismPropertyValue<AuthenticationAttemptDataType> value, ValueStatus status) - Parameters:
parent
-value
-status
-
-
-
Method Details
-
getNewValueWithMetadataApplied
protected PrismPropertyValue<AuthenticationAttemptDataType> getNewValueWithMetadataApplied() throws SchemaException- Overrides:
getNewValueWithMetadataApplied
in classPrismValueWrapperImpl<AuthenticationAttemptDataType>
- Throws:
SchemaException
-