Package co.ecg.alpaca.toolkit.generated
Class Login.VerifySessionIsValidRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.Login.VerifySessionIsValidRequest
-
- Enclosing class:
- Login
public static class Login.VerifySessionIsValidRequest extends Request<DefaultResponse>
Query the provisioning server to verify the session is authorized. Most applications should not need this command, because the provisioning server verifies the session is authorized for all commands. The response is either a SuccessResponse or an ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Constructor Summary
Constructors Constructor Description VerifySessionIsValidRequest()
VerifySessionIsValidRequest(BroadWorksServer broadWorksServer)
-
Method Summary
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, formRequest, 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
-
-
-
-
Constructor Detail
-
VerifySessionIsValidRequest
public VerifySessionIsValidRequest()
-
VerifySessionIsValidRequest
public VerifySessionIsValidRequest(BroadWorksServer broadWorksServer)
-
-