KerberosConfig constructor

KerberosConfig({
  1. String? crossRealmTrustAdminServer,
  2. String? crossRealmTrustKdc,
  3. String? crossRealmTrustRealm,
  4. String? crossRealmTrustSharedPasswordUri,
  5. bool? enableKerberos,
  6. String? kdcDbKeyUri,
  7. String? keyPasswordUri,
  8. String? keystorePasswordUri,
  9. String? keystoreUri,
  10. String? kmsKeyUri,
  11. String? realm,
  12. String? rootPrincipalPasswordUri,
  13. int? tgtLifetimeHours,
  14. String? truststorePasswordUri,
  15. String? truststoreUri,
})

Implementation

KerberosConfig({
  this.crossRealmTrustAdminServer,
  this.crossRealmTrustKdc,
  this.crossRealmTrustRealm,
  this.crossRealmTrustSharedPasswordUri,
  this.enableKerberos,
  this.kdcDbKeyUri,
  this.keyPasswordUri,
  this.keystorePasswordUri,
  this.keystoreUri,
  this.kmsKeyUri,
  this.realm,
  this.rootPrincipalPasswordUri,
  this.tgtLifetimeHours,
  this.truststorePasswordUri,
  this.truststoreUri,
});