Class ProtectedStringModel
java.lang.Object
com.evolveum.midpoint.gui.api.component.password.ProtectedStringModel
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.model.IModel<String>
,org.apache.wicket.util.io.IClusterable
- See Also:
-
Constructor Summary
ConstructorDescriptionProtectedStringModel
(org.apache.wicket.model.IModel<ProtectedStringType> psModel) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.wicket.model.IModel
combineWith, filter, flatMap, isPresent, map, orElse, orElseGet
-
Constructor Details
-
ProtectedStringModel
-
-
Method Details
-
detach
public void detach()- Specified by:
detach
in interfaceorg.apache.wicket.model.IDetachable
- Specified by:
detach
in interfaceorg.apache.wicket.model.IModel<String>
-
getObject
- Specified by:
getObject
in interfaceorg.apache.wicket.model.IModel<String>
-
setObject
- Specified by:
setObject
in interfaceorg.apache.wicket.model.IModel<String>
-