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, toShortStringMethods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl
addToDelta, getParent, getParentContainerValue, getPreconditionDeltas, getRealValue, getStatus, getValueMetadata, isChanged, isShowMetadata, isVisible, setNewValue, setShowMetadata, setStatus, setValueMetadataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getNewValueWithMetadataAppliedin classPrismValueWrapperImpl<AuthenticationAttemptDataType>- Throws:
SchemaException
-