Package co.ecg.alpaca.toolkit.generated
Class Login.PasswordGenerateRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<Login.PasswordGenerateResponse>
co.ecg.alpaca.toolkit.generated.Login.PasswordGenerateRequest
- Enclosing class:
- Login
Generate passwords based on the corresponding password/passcode rules. The response is either PasswordGenerateResponse or ErrorResponse.
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @Valid PasswordForAccessDevice
protected @Valid PasswordForGroupAdministrator
protected @Valid PasswordForServiceProviderAdministrator
protected @Valid PasswordForSystemAdministrator
protected @Valid PasswordForTrunkGroup
protected @Valid PasswordForUser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.setAccessDeviceAuthenticationPassword
(PasswordForAccessDevice accessDeviceAuthenticationPassword) setGroupAdministratorPassword
(PasswordForGroupAdministrator groupAdministratorPassword) setServiceProviderAdministratorPassword
(PasswordForServiceProviderAdministrator serviceProviderAdministratorPassword) setSystemAdministratorPassword
(PasswordForSystemAdministrator systemAdministratorPassword) setTrunkGroupAuthenticationPassword
(PasswordForTrunkGroup trunkGroupAuthenticationPassword) setUserPassword
(PasswordForUser userPassword) Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
systemAdministratorPassword
-
serviceProviderAdministratorPassword
@Valid protected @Valid PasswordForServiceProviderAdministrator serviceProviderAdministratorPassword -
groupAdministratorPassword
-
userPassword
-
accessDeviceAuthenticationPassword
-
trunkGroupAuthenticationPassword
-
-
Constructor Details
-
PasswordGenerateRequest
public PasswordGenerateRequest() -
PasswordGenerateRequest
-
-
Method Details
-
setSystemAdministratorPassword
public Login.PasswordGenerateRequest setSystemAdministratorPassword(PasswordForSystemAdministrator systemAdministratorPassword) -
getSystemAdministratorPassword
-
setServiceProviderAdministratorPassword
public Login.PasswordGenerateRequest setServiceProviderAdministratorPassword(PasswordForServiceProviderAdministrator serviceProviderAdministratorPassword) -
getServiceProviderAdministratorPassword
-
setGroupAdministratorPassword
public Login.PasswordGenerateRequest setGroupAdministratorPassword(PasswordForGroupAdministrator groupAdministratorPassword) -
getGroupAdministratorPassword
-
setUserPassword
-
getUserPassword
-
setAccessDeviceAuthenticationPassword
public Login.PasswordGenerateRequest setAccessDeviceAuthenticationPassword(PasswordForAccessDevice accessDeviceAuthenticationPassword) -
getAccessDeviceAuthenticationPassword
-
setTrunkGroupAuthenticationPassword
public Login.PasswordGenerateRequest setTrunkGroupAuthenticationPassword(PasswordForTrunkGroup trunkGroupAuthenticationPassword) -
getTrunkGroupAuthenticationPassword
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<Login.PasswordGenerateResponse>
-