|
keycloak-federation
|


クラス | |
| interface | Binding |
| interface | Deprecated |
| interface | Description |
| interface | Error |
| interface | GLib |
| interface | Introspectable |
| interface | Local |
| interface | Method |
| class | NameAcquired |
| class | NameLost |
| class | NameOwnerChanged |
| interface | Peer |
| interface | Properties |
公開メンバ関数 | |
| String | Hello () |
| String [] | ListNames () |
| boolean | NameHasOwner (String name) |
| String | GetNameOwner (String name) |
| UInt32 | GetConnectionUnixUser (String connection_name) |
| UInt32 | StartServiceByName (String name, UInt32 flags) |
| UInt32 | RequestName (String name, UInt32 flags) |
| UInt32 | ReleaseName (String name) |
| void | AddMatch (String matchrule) throws Error.MatchRuleInvalid |
| void | RemoveMatch (String matchrule) throws Error.MatchRuleInvalid |
| String [] | ListQueuedOwners (String name) |
| UInt32 | GetConnectionUnixProcessID (String connection_name) |
| Byte [] | GetConnectionSELinuxSecurityContext (String a) |
| void | ReloadConfig () |
| boolean | isRemote () |
公開変数類 | |
| String | BUSNAME = "org.freedesktop.DBus" |
| String | OBJECTPATH = "/org/freedesktop/DBus" |
| int | DBUS_NAME_FLAG_ALLOW_REPLACEMENT = 0x01 |
| int | DBUS_NAME_FLAG_REPLACE_EXISTING = 0x02 |
| int | DBUS_NAME_FLAG_DO_NOT_QUEUE = 0x04 |
| int | DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER = 1 |
| int | DBUS_REQUEST_NAME_REPLY_IN_QUEUE = 2 |
| int | DBUS_REQUEST_NAME_REPLY_EXISTS = 3 |
| int | DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER = 4 |
| int | DBUS_RELEASEME_REPLY_RELEASED = 1 |
| int | DBUS_RELEASE_NAME_REPLY_NON_EXISTANT = 2 |
| int | DBUS_RELEASE_NAME_REPLY_NOT_OWNER = 3 |
| int | DBUS_START_REPLY_SUCCESS = 1 |
| int | DBUS_START_REPLY_ALREADY_RUNNING = 2 |
| interface org::freedesktop::DBus::Binding |
Contains Binding-test interfaces

| interface org::freedesktop::DBus::Deprecated |
| interface org::freedesktop::DBus::Error |
Contains standard errors that can be thrown from methods.

| interface org::freedesktop::DBus::GLib |
Contains GLib-specific annotations

| interface org::freedesktop::DBus::Method |
Contains method-specific annotations

| void org.freedesktop.DBus.AddMatch | ( | String | matchrule | ) | throws Error.MatchRuleInvalid |
Add a match rule. Will cause you to receive messages that aren't directed to you which match this rule.
| matchrule | The Match rule as a string. Format Undocumented. |
| Byte [] org.freedesktop.DBus.GetConnectionSELinuxSecurityContext | ( | String | a | ) |
Does something undocumented.
| UInt32 org.freedesktop.DBus.GetConnectionUnixProcessID | ( | String | connection_name | ) |
Returns the proccess ID associated with a connection.
| connection_name | The name of the connection |
| UInt32 org.freedesktop.DBus.GetConnectionUnixUser | ( | String | connection_name | ) |
Get the Unix UID that owns a connection name.
| connection_name | The connection name. |
| String org.freedesktop.DBus.GetNameOwner | ( | String | name | ) |
Get the connection unique name that owns the given name.
| name | The name to query. |
| String org.freedesktop.DBus.Hello | ( | ) |
Initial message to register ourselves on the Bus.
|
inherited |
Returns true on remote objects. Local objects implementing this interface MUST return false.
org.freedesktop.dbus.AbstractConnection._globalhandlerで実装されています。
| String [] org.freedesktop.DBus.ListNames | ( | ) |
Lists all connected names on the Bus.
| String [] org.freedesktop.DBus.ListQueuedOwners | ( | String | name | ) |
List the connections currently queued for a name.
| name | The name to query |
| boolean org.freedesktop.DBus.NameHasOwner | ( | String | name | ) |
Determine if a name has an owner.
| name | The name to query. |
| UInt32 org.freedesktop.DBus.ReleaseName | ( | String | name | ) |
Release a name on the bus.
| name | The name to release. |
| void org.freedesktop.DBus.ReloadConfig | ( | ) |
Does something undocumented.
| void org.freedesktop.DBus.RemoveMatch | ( | String | matchrule | ) | throws Error.MatchRuleInvalid |
Remove a match rule. Will cause you to stop receiving messages that aren't directed to you which match this rule.
| matchrule | The Match rule as a string. Format Undocumented. |
Request a name on the bus.
| name | The name to request. |
| flags | DBUS_NAME flags. |
Start a service. If the given service is not provided by any application, it will be started according to the .service file for that service.
| name | The service name to start. |
| flags | Unused. |
| String org.freedesktop.DBus.BUSNAME = "org.freedesktop.DBus" |
| int org.freedesktop.DBus.DBUS_NAME_FLAG_ALLOW_REPLACEMENT = 0x01 |
| int org.freedesktop.DBus.DBUS_NAME_FLAG_DO_NOT_QUEUE = 0x04 |
| int org.freedesktop.DBus.DBUS_NAME_FLAG_REPLACE_EXISTING = 0x02 |
| int org.freedesktop.DBus.DBUS_RELEASE_NAME_REPLY_NON_EXISTANT = 2 |
| int org.freedesktop.DBus.DBUS_RELEASE_NAME_REPLY_NOT_OWNER = 3 |
| int org.freedesktop.DBus.DBUS_RELEASEME_REPLY_RELEASED = 1 |
| int org.freedesktop.DBus.DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER = 4 |
| int org.freedesktop.DBus.DBUS_REQUEST_NAME_REPLY_EXISTS = 3 |
| int org.freedesktop.DBus.DBUS_REQUEST_NAME_REPLY_IN_QUEUE = 2 |
| int org.freedesktop.DBus.DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER = 1 |
| int org.freedesktop.DBus.DBUS_START_REPLY_ALREADY_RUNNING = 2 |
| int org.freedesktop.DBus.DBUS_START_REPLY_SUCCESS = 1 |
| String org.freedesktop.DBus.OBJECTPATH = "/org/freedesktop/DBus" |
1.8.13