This type is a class for model objects.
Configuration settings for Kerberos authentication mechanism.
Package: securityAttributes Summary | |
krb5Realm : EString | The Kerberos realm name. |
krb5Config : EString | The Kerberos configuration file (krb5.ini or krb5.conf) |
krb5Keytab : EString | The Kerberos keytab file (krb5.keytab). |
krb5Spn : EString |
The Kerberos server principal name format as |
trimUserName : EBoolean | Specify whether the Kerberos principal name will be trimed. |
allowLTPAAuth : EBoolean | Specify whether allow LTPA authentication mechanism when enabled Kerberos authentication mechanism. If allowLTPA is true, then the server can accept both Kerberos and LTPA authentications request. |
enabledGssCredDelegate : EBoolean | Wherether to enabled the GSS delegation credential option. This enables the capability for an application to retrieve the stored credentials and propagate them to other applications downstream for Kerberos authentication |
configured : EBoolean | Inidicate whether the Kerberos authentication is configured or not. |
Attribute Details |