KerberosConfig class
Configuration information for a Kerberos principal.
Constructors
- KerberosConfig({Secret? keytab, String? krb5ConfigGcsUri, String? principal})
- KerberosConfig.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- keytab ↔ Secret?
-
A Kerberos keytab file that can be used to authenticate a service
principal with a Kerberos Key Distribution Center (KDC).
getter/setter pair
- krb5ConfigGcsUri ↔ String?
-
A Cloud Storage URI that specifies the path to a krb5.conf file.
getter/setter pair
- principal ↔ String?
-
A Kerberos principal that exists in the both the keytab the KDC to
authenticate as.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited