java.lang.Object
org.freedesktop.dbus.connections.config.SaslConfig
Bean contains configuration for SASL authentication.
- Seit:
- 4.2.0 - 2022-07-22
- Autor:
- hypfvieh
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
getGuid()
getMode()
boolean
Whether file descriptor passing is allowed.boolean
Whether the permissions of the cookie files (used for DBUS_COOKIE_SHA1) should be checked.
Cookie permission check will only be used on Linux/Unix like OSes.void
setAuthMode
(int _types) void
setFileDescriptorSupport
(boolean _fileDescriptorSupport) Enable/disable support of file descriptor passing.void
void
setMode
(SASL.SaslMode _mode) void
setSaslUid
(OptionalLong _saslUid) void
setStrictCookiePermissions
(boolean _strictCookiePermissions) Enable/disable checking of file permissions of the cookie files (used for DBUS_COOKIE_SHA1).
Cookie permission check will only be used on Linux/Unix like OSes.toString()
-
Methodendetails
-
getMode
-
setMode
-
getAuthMode
public int getAuthMode() -
setAuthMode
public void setAuthMode(int _types) -
getGuid
-
setGuid
-
getSaslUid
-
setSaslUid
-
isStrictCookiePermissions
public boolean isStrictCookiePermissions()Whether the permissions of the cookie files (used for DBUS_COOKIE_SHA1) should be checked.
Cookie permission check will only be used on Linux/Unix like OSes.- Gibt zurück:
- boolean
- Seit:
- v4.2.2 - 2023-02-03
-
setStrictCookiePermissions
public void setStrictCookiePermissions(boolean _strictCookiePermissions) Enable/disable checking of file permissions of the cookie files (used for DBUS_COOKIE_SHA1).
Cookie permission check will only be used on Linux/Unix like OSes.- Seit:
- v4.2.2 - 2023-02-03
-
isFileDescriptorSupport
public boolean isFileDescriptorSupport()Whether file descriptor passing is allowed.- Gibt zurück:
- boolean
- Seit:
- v4.2.2 - 2023-02-03
-
setFileDescriptorSupport
public void setFileDescriptorSupport(boolean _fileDescriptorSupport) Enable/disable support of file descriptor passing.- Seit:
- v4.2.2 - 2023-02-03
-
toString
-