Class ProtectedStringClearPasswordModel
java.lang.Object
com.evolveum.midpoint.gui.api.component.password.ProtectedStringClearPasswordModel
- All Implemented Interfaces:
Serializable,org.apache.wicket.model.IDetachable,org.apache.wicket.model.IModel<String>,org.apache.wicket.util.io.IClusterable
public class ProtectedStringClearPasswordModel
extends Object
implements org.apache.wicket.model.IModel<String>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProtectedStringClearPasswordModel(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, waitMethods inherited from interface org.apache.wicket.model.IModel
as, combineWith, filter, flatMap, isPresent, map, orElse, orElseGet
-
Constructor Details
-
ProtectedStringClearPasswordModel
public ProtectedStringClearPasswordModel(org.apache.wicket.model.IModel<ProtectedStringType> psModel)
-
-
Method Details
-
detach
public void detach()- Specified by:
detachin interfaceorg.apache.wicket.model.IDetachable- Specified by:
detachin interfaceorg.apache.wicket.model.IModel<String>
-
getObject
- Specified by:
getObjectin interfaceorg.apache.wicket.model.IModel<String>
-
setObject
- Specified by:
setObjectin interfaceorg.apache.wicket.model.IModel<String>
-