Package com.axway.apim.users.lib.params
Class UserChangePasswordParams
- java.lang.Object
-
- com.axway.apim.lib.CoreParameters
-
- com.axway.apim.lib.StandardExportParams
-
- com.axway.apim.users.lib.params.UserExportParams
-
- com.axway.apim.users.lib.params.UserChangePasswordParams
-
- All Implemented Interfaces:
com.axway.apim.lib.Parameters,UserFilterParams
public class UserChangePasswordParams extends UserExportParams implements com.axway.apim.lib.Parameters
-
-
Constructor Summary
Constructors Constructor Description UserChangePasswordParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNewPassword()voidsetNewPassword(String newPassword)-
Methods inherited from class com.axway.apim.users.lib.params.UserExportParams
getEmail, getId, getInstance, getLoginName, getName, getOrg, getRole, getState, getType, isEnabled, setEmail, setEnabled, setId, setLoginName, setName, setOrg, setRole, setState, setType
-
Methods inherited from class com.axway.apim.lib.StandardExportParams
getOutputFormat, getTarget, getWide, isDeleteTarget, setDeleteTarget, setOutputFormat, setTarget, setWide
-
Methods inherited from class com.axway.apim.lib.CoreParameters
clearCaches, createCacheList, getAdminPassword, getAdminUsername, getApiBasepath, getAPIManagerURL, getApimCLIHome, getClearCache, getClientAppsMode, getClientOrgsMode, getConfDir, getDetailsExportFile, getEnabledCacheTypes, getHostname2, getPassword, getPort2, getProperties, getProxyHost, getProxyPassword, getProxyPort, getProxyUsername, getQuotaMode, getRetryDelay, getReturnCodeMapping, getStage, getUsername, isAllowOrgAdminsToPublish, isForce, isIgnoreAdminAccount, isIgnoreCache, isIgnoreClientApps, isIgnoreClientOrgs, isIgnoreQuotas, isReplaceHostInSwagger, isRollback, isZeroDowntimeUpdate, setAdminPassword, setAdminUsername, setAllowOrgAdminsToPublish, setApiBasepath, setAPIManagerURL, setApimCLIHome, setClearCache, setClientAppsMode, setClientOrgsMode, setConfDir, setDetailsExportFile, setForce, setHostname, setIgnoreAdminAccount, setIgnoreCache, setIgnoreQuotas, setPassword, setPort, setProperties, setProxyHost, setProxyPassword, setProxyPort, setProxyUsername, setQuotaMode, setReplaceHostInSwagger, setRetryDelay, setRetryDelay, setReturnCodeMapping, setRollback, setStage, setUsername, setZeroDowntimeUpdate, toString, validateRequiredParameters
-
-