KerberosConfig constructor
KerberosConfig({
- String? crossRealmTrustAdminServer,
- String? crossRealmTrustKdc,
- String? crossRealmTrustRealm,
- bool? enableKerberos,
- String? kdcDbKeyUri,
- String? keyPasswordUri,
- String? keystorePasswordUri,
- String? keystoreUri,
- String? kmsKeyUri,
- String? realm,
- String? rootPrincipalPasswordUri,
- int? tgtLifetimeHours,
- String? truststorePasswordUri,
- 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,
});