| 
    keycloak-federation
    
   | 
 


公開メンバ関数 | |
| internalsig (String source, String objectpath, String type, String name, String sig, Object[] parameters, long serial) throws DBusException | |
| long | demarshallint (byte[] buf, int ofs, int width) | 
| void | appendint (long l, int width) | 
| void | marshallint (long l, byte[] buf, int ofs, int width) | 
| byte [][] | getWireData () | 
| String | toString () | 
| Object | getHeader (byte type) | 
| void | pad (byte type) | 
| void | append (String sig, Object... data) throws DBusException | 
| int | align (int current, byte type) | 
| Object [] | extract (String sig, byte[] buf, int ofs) throws DBusException | 
| Object [] | extract (String sig, byte[] buf, int[] ofs) throws DBusException | 
| String | getSource () | 
| String | getDestination () | 
| String | getInterface () | 
| String | getPath () | 
| String | getName () | 
| String | getSig () | 
| int | getFlags () | 
| long | getSerial () | 
| long | getReplySerial () | 
| Object [] | getParameters () throws DBusException | 
| void | setSource (String source) throws DBusException | 
静的公開メンバ関数 | |
| static String | getHeaderFieldName (byte field) | 
| static long | demarshallint (byte[] buf, int ofs, byte endian, int width) | 
| static long | demarshallintBig (byte[] buf, int ofs, int width) | 
| static long | demarshallintLittle (byte[] buf, int ofs, int width) | 
| static void | marshallintBig (long l, byte[] buf, int ofs, int width) | 
| static void | marshallintLittle (long l, byte[] buf, int ofs, int width) | 
| static int | getAlignment (byte type) | 
静的公開変数類 | |
| static final byte | PROTOCOL = 1 | 
限定公開メンバ関数 | |
| void | appendBytes (byte[] buf) | 
| void | appendByte (byte b) | 
| void | setArgs (Object[] args) | 
限定公開変数類 | |
| byte [][] | wiredata | 
| long | bytecounter | 
| Map< Byte, Object > | headers | 
| long | serial | 
| byte | type | 
| byte | flags | 
| byte | protover | 
静的限定公開変数類 | |
| static long | globalserial = 0 | 
関数 | |
| DBusSignal | createReal (AbstractConnection conn) throws DBusException | 
| void | appendbody (AbstractConnection conn) throws DBusException | 
| void | populate (byte[] msg, byte[] headers, byte[] body) throws DBusException | 
静的関数 | |
| static void | addInterfaceMap (String java, String dbus) | 
| static void | addSignalMap (String java, String dbus) | 
| static DBusSignal | createSignal (Class<? extends DBusSignal > c, String source, String objectpath, String sig, long serial, Object... parameters) throws DBusException | 
| [static initializer] | |
      
  | 
  inline | 
      
  | 
  inlinestaticpackageinherited | 
      
  | 
  inlinestaticpackageinherited | 
      
  | 
  inlinestaticpackageinherited | 
      
  | 
  inlineinherited | 
Align a counter to the given type.
| current | The current counter. | 
| type | The type to align to. | 
      
  | 
  inlineinherited | 
Append a series of values to the message.
| sig | The signature(s) of the value(s). | 
| data | The value(s). | 
      
  | 
  inlinepackageinherited | 
      
  | 
  inlineprotectedinherited | 
Appends a byte to the buffer list.
      
  | 
  inlineprotectedinherited | 
      
  | 
  inlineinherited | 
Marshalls an integer of a given width and appends it to the message. Endianness is determined from the message.
| l | The integer to marshall. | 
| width | The byte-width of the int. | 
      
  | 
  inlinepackageinherited | 
      
  | 
  inlinestaticpackageinherited | 
      
  | 
  inlineinherited | 
Demarshalls an integer of a given width from a buffer. Endianness is determined from the format of the message.
| buf | The buffer to demarshall from. | 
| ofs | The offset to demarshall from. | 
| width | The byte-width of the int. | 
      
  | 
  inlinestaticinherited | 
Demarshalls an integer of a given width from a buffer.
| buf | The buffer to demarshall from. | 
| ofs | The offset to demarshall from. | 
| endian | The endianness to use in demarshalling. | 
| width | The byte-width of the int. | 
      
  | 
  inlinestaticinherited | 
Demarshalls an integer of a given width from a buffer using big-endian format.
| buf | The buffer to demarshall from. | 
| ofs | The offset to demarshall from. | 
| width | The byte-width of the int. | 
      
  | 
  inlinestaticinherited | 
Demarshalls an integer of a given width from a buffer using little-endian format.
| buf | The buffer to demarshall from. | 
| ofs | The offset to demarshall from. | 
| width | The byte-width of the int. | 
      
  | 
  inlineinherited | 
Demarshall values from a buffer.
| sig | The D-Bus signature(s) of the value(s). | 
| buf | The buffer to demarshall from. | 
| ofs | The offset into the data buffer to start. | 
      
  | 
  inlineinherited | 
Demarshall values from a buffer.
| sig | The D-Bus signature(s) of the value(s). | 
| buf | The buffer to demarshall from. | 
| ofs | An array of two ints, the offset into the signature and the offset into the data buffer. These values will be updated to the start of the next value ofter demarshalling. | 
      
  | 
  inlinestaticinherited | 
Return the alignment for a given type.
      
  | 
  inlineinherited | 
Returns the destination of the message.
      
  | 
  inlineinherited | 
Returns the message flags.
      
  | 
  inlineinherited | 
Returns the value of the header field of a given field.
| type | The field to return. | 
      
  | 
  inlinestaticinherited | 
Returns the name of the given header field.
      
  | 
  inlineinherited | 
Returns the interface of the message.
      
  | 
  inlineinherited | 
Returns the member name or error name this message represents.
      
  | 
  inlineinherited | 
Parses and returns the parameters to this message as an Object array.
      
  | 
  inlineinherited | 
Returns the object path of the message.
      
  | 
  inlineinherited | 
If this is a reply to a message, this returns its serial.
      
  | 
  inlineinherited | 
Returns the message serial ID (unique for this connection)
      
  | 
  inlineinherited | 
Returns the dbus signature of the parameters.
      
  | 
  inlineinherited | 
Returns the Bus ID that sent the message.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Marshalls an integer of a given width into a buffer. Endianness is determined from the message.
| l | The integer to marshall. | 
| buf | The buffer to marshall to. | 
| ofs | The offset to marshall to. | 
| width | The byte-width of the int. | 
      
  | 
  inlinestaticinherited | 
Marshalls an integer of a given width into a buffer using big-endian format.
| l | The integer to marshall. | 
| buf | The buffer to marshall to. | 
| ofs | The offset to marshall to. | 
| width | The byte-width of the int. | 
      
  | 
  inlinestaticinherited | 
Marshalls an integer of a given width into a buffer using little-endian format.
| l | The integer to marshall. | 
| buf | The buffer to demarshall to. | 
| ofs | The offset to demarshall to. | 
| width | The byte-width of the int. | 
      
  | 
  inlineinherited | 
Pad the message to the proper alignment for the given type.
      
  | 
  inlinepackageinherited | 
Create a message from wire-format data.
| msg | D-Bus serialized data of type yyyuu | 
| headers | D-Bus serialized data of type a(yv) | 
| body | D-Bus serialized data of the signature defined in headers. | 
      
  | 
  inlineprotectedinherited | 
      
  | 
  inlineinherited | 
Warning, do not use this method unless you really know what you are doing.
      
  | 
  inlineinherited | 
Formats the message in a human-readable format.
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
      
  | 
  staticprotectedinherited | 
      
  | 
  protectedinherited | 
      
  | 
  staticinherited | 
The current protocol major version.
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
 1.8.13