Uses of Class
com.verizon.mec.edsclientsdk.api.MecAuthenticator
-
Packages that use MecAuthenticator Package Description com.verizon.mec.edsclientsdk Verizon MEC Edge Discovery Service Client SDK.com.verizon.mec.edsclientsdk.api Verizon MEC Edge Discovery Service Client SDK - API classes.com.verizon.mec.edsclientsdkutils Verizon MEC Edge Discovery Service Client SDK Utilities. -
-
Uses of MecAuthenticator in com.verizon.mec.edsclientsdk
Methods in com.verizon.mec.edsclientsdk with parameters of type MecAuthenticator Modifier and Type Method Description EdsClientSdkFactory.SdkBuilder
EdsClientSdkFactory.SdkBuilder. setAuthenticator(MecAuthenticator authenticator)
Set MecAuthenticator, determines how authentication is performed. -
Uses of MecAuthenticator in com.verizon.mec.edsclientsdk.api
Subclasses of MecAuthenticator in com.verizon.mec.edsclientsdk.api Modifier and Type Class Description class
MecAccessTokenAuthenticator
Authenticate using supplied MEC access token, obtained using key + secret from MEC from MEC/VESA oath/token APIclass
MecIdmsAttestationAuthenticator
IDMS / Safetynet Attestation authenticator Safetynet ("Android Device Verification") API must be enabled for this Google Safetynet key.Methods in com.verizon.mec.edsclientsdk.api that return MecAuthenticator Modifier and Type Method Description MecAuthenticator
IEdsClientSdk. getAuthenticator()
Retrieve current authenticator.Methods in com.verizon.mec.edsclientsdk.api with parameters of type MecAuthenticator Modifier and Type Method Description void
IEdsClientSdk. setAuthenticator(MecAuthenticator authenticator)
Replace current Authenticator with new instance, to be used on all operations going forward. -
Uses of MecAuthenticator in com.verizon.mec.edsclientsdkutils
Methods in com.verizon.mec.edsclientsdkutils that return MecAuthenticator Modifier and Type Method Description MecAuthenticator
EdsClientSdkLogWrapper. getAuthenticator()
Methods in com.verizon.mec.edsclientsdkutils with parameters of type MecAuthenticator Modifier and Type Method Description void
EdsClientSdkLogWrapper. setAuthenticator(MecAuthenticator authenticator)
-