public final class AuthenticatedEASQuery
extends java.lang.Object
Constructor and Description |
---|
AuthenticatedEASQuery(BasicAuthHandler.AuthenticatedRequest event,
double protocolVersion,
java.lang.Long policyKey,
java.lang.String deviceIdentifier,
java.lang.String deviceType,
java.lang.String command,
OptionalParams op) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
command() |
java.lang.String |
deviceIdentifier() |
java.lang.String |
deviceType() |
java.lang.String |
loginAtDomain() |
OptionalParams |
optionalParams() |
java.lang.Long |
policyKey() |
double |
protocolVersion() |
io.vertx.core.http.HttpServerRequest |
request() |
java.lang.String |
sid() |
public AuthenticatedEASQuery(BasicAuthHandler.AuthenticatedRequest event, double protocolVersion, java.lang.Long policyKey, java.lang.String deviceIdentifier, java.lang.String deviceType, java.lang.String command, OptionalParams op)
public io.vertx.core.http.HttpServerRequest request()
public java.lang.String loginAtDomain()
public java.lang.String sid()
public OptionalParams optionalParams()
public java.lang.String command()
public java.lang.String deviceIdentifier()
public java.lang.String deviceType()
public double protocolVersion()
public java.lang.Long policyKey()
Copyright © 2021. All Rights Reserved.