Camel.SaslGssapi¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Camel.SaslGssapi(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod is_available()¶
- Returns:
Whether the GSSAPI/KRB5 sasl authentication mechanism is available, which means whether Camel was built with KRB5 enabled.
- Return type:
New in version 3.12.
- override_host_and_user(override_host, override_user)¶
- Parameters:
Set host and user to use, instead of those in
Camel.Service
's settings. It’s both or none, aka either set both, or the settings values are used. This is used to not requireCamel.Service
instance at all.New in version 3.12.