Class UakAuthenticator

java.lang.Object
com.veertu.ankaMgmtSdk.UakAuthenticator

public class UakAuthenticator extends Object
  • Constructor Details

    • UakAuthenticator

      public UakAuthenticator(List<String> mgmtURLs, boolean skipTLSVerification, String rootCA, String id, String pemKey)
      Initializes a new instance of the UakAuthenticator class.
      Parameters:
      mgmtURLs - the Anka Management API URLs
      skipTLSVerification - whether to skip TLS verification
      rootCA - the root CA certificate in PEM format
      id - the UAK ID
      pemKey - the RSA private key in PEM format
  • Method Details