Package com.facebook.openwifi.rrm
Class RRMConfig.UCentralConfig
- java.lang.Object
-
- com.facebook.openwifi.rrm.RRMConfig.UCentralConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
RRMConfig.UCentralConfig.UCentralSocketParams
uCentral socket parameters.
-
Field Summary
Fields Modifier and Type Field Description String
password
uCentral password (for public endpoints only) (UCENTRALCONFIG_PASSWORD
)String
uCentralSecPublicEndpoint
uCentralSec public endpoint (UCENTRALCONFIG_UCENTRALSECPUBLICENDPOINT
)RRMConfig.UCentralConfig.UCentralSocketParams
uCentralSocketParams
uCentral socket parametersboolean
usePublicEndpoints
If set, use public service endpoints instead of private ones (UCENTRALCONFIG_USEPUBLICENDPOINTS
)String
username
uCentral username (for public endpoints only) (UCENTRALCONFIG_USERNAME
)boolean
verifySsl
Verify SSL/TLS certificates in HTTPS requests (UCENTRALCONFIG_VERIFYSSL
)
-
Constructor Summary
Constructors Constructor Description UCentralConfig()
-
-
-
Field Detail
-
usePublicEndpoints
public boolean usePublicEndpoints
If set, use public service endpoints instead of private ones (UCENTRALCONFIG_USEPUBLICENDPOINTS
)
-
uCentralSecPublicEndpoint
public String uCentralSecPublicEndpoint
uCentralSec public endpoint (UCENTRALCONFIG_UCENTRALSECPUBLICENDPOINT
)
-
username
public String username
uCentral username (for public endpoints only) (UCENTRALCONFIG_USERNAME
)
-
password
public String password
uCentral password (for public endpoints only) (UCENTRALCONFIG_PASSWORD
)
-
verifySsl
public boolean verifySsl
Verify SSL/TLS certificates in HTTPS requests (UCENTRALCONFIG_VERIFYSSL
)
-
uCentralSocketParams
public RRMConfig.UCentralConfig.UCentralSocketParams uCentralSocketParams
uCentral socket parameters
-
-