keycloak-federation
|
公開メンバ関数 | |
public< A > A | Get (String interface_name, String property_name) |
public< A > void | Set (String interface_name, String property_name, A value) |
Map< String, Variant > | GetAll (String interface_name) |
boolean | isRemote () |
A standard properties interface.
public<A> A org.freedesktop.DBus.Properties.Get | ( | String | interface_name, |
String | property_name | ||
) |
Get the value for the given property.
interface_name | The interface this property is associated with. |
property_name | The name of the property. |
Map<String, Variant> org.freedesktop.DBus.Properties.GetAll | ( | String | interface_name | ) |
Get all properties and values.
interface_name | The interface the properties is associated with. |
|
inherited |
Returns true on remote objects. Local objects implementing this interface MUST return false.
org.freedesktop.dbus.AbstractConnection._globalhandlerで実装されています。
public<A> void org.freedesktop.DBus.Properties.Set | ( | String | interface_name, |
String | property_name, | ||
A | value | ||
) |
Set the value for the given property.
interface_name | The interface this property is associated with. |
property_name | The name of the property. |
value | The new value of the property (may be any valid DBus type). |