- DBus - Interface in org.freedesktop
-
- DBus.Binding - Interface in org.freedesktop
-
Contains Binding-test interfaces
- DBus.Binding.SingleTests - Interface in org.freedesktop
-
- DBus.Binding.TestClient - Interface in org.freedesktop
-
- DBus.Binding.TestClient.Trigger - Class in org.freedesktop
-
- DBus.Binding.Tests - Interface in org.freedesktop
-
- DBus.Binding.TestSignals - Interface in org.freedesktop
-
- DBus.Binding.TestSignals.Triggered - Class in org.freedesktop
-
- DBus.Binding.TestStruct - Class in org.freedesktop
-
- DBus.Binding.Triplet<A,B,C> - Class in org.freedesktop
-
- DBus.Deprecated - Annotation Type in org.freedesktop
-
Indicates that a DBus interface or method is deprecated
- DBus.Description - Annotation Type in org.freedesktop
-
Description of the interface or method, returned in the introspection data
- DBus.Error - Interface in org.freedesktop
-
Contains standard errors that can be thrown from methods.
- DBus.Error.AccessDenied - Exception in org.freedesktop
-
Thrown if a message is denied due to a security policy
- DBus.Error.MatchRuleInvalid - Exception in org.freedesktop
-
Thrown if the match rule is invalid
- DBus.Error.NoReply - Exception in org.freedesktop
-
Thrown if there is no reply to a method call
- DBus.Error.ServiceUnknown - Exception in org.freedesktop
-
Thrown if the requested service was not available
- DBus.Error.UnknownMethod - Exception in org.freedesktop
-
Thrown if the method called was unknown on the remote object
- DBus.Error.UnknownObject - Exception in org.freedesktop
-
Thrown if the object was unknown on a remote connection
- DBus.GLib - Interface in org.freedesktop
-
Contains GLib-specific annotations
- DBus.GLib.CSymbol - Annotation Type in org.freedesktop
-
Define a C symbol to map to this method.
- DBus.Introspectable - Interface in org.freedesktop
-
Objects can provide introspection data via this interface and method.
- DBus.Local - Interface in org.freedesktop
-
Messages generated locally in the application.
- DBus.Local.Disconnected - Class in org.freedesktop
-
- DBus.Method - Interface in org.freedesktop
-
Contains method-specific annotations
- DBus.Method.Error - Annotation Type in org.freedesktop
-
Give an error that the method can return
- DBus.Method.NoReply - Annotation Type in org.freedesktop
-
Methods annotated with this do not send a reply
- DBus.NameAcquired - Class in org.freedesktop
-
Signal sent to a connection when it aquires a name
- DBus.NameLost - Class in org.freedesktop
-
Signal sent to a connection when it loses a name
- DBus.NameOwnerChanged - Class in org.freedesktop
-
Signal sent when the owner of a name changes
- DBus.Peer - Interface in org.freedesktop
-
All DBus Applications should respond to the Ping method on this interface
- DBus.Properties - Interface in org.freedesktop
-
A standard properties interface.
- DBUS_NAME_FLAG_ALLOW_REPLACEMENT - Static variable in interface org.freedesktop.DBus
-
- DBUS_NAME_FLAG_DO_NOT_QUEUE - Static variable in interface org.freedesktop.DBus
-
- DBUS_NAME_FLAG_REPLACE_EXISTING - Static variable in interface org.freedesktop.DBus
-
- DBUS_RELEASE_NAME_REPLY_NON_EXISTANT - Static variable in interface org.freedesktop.DBus
-
- DBUS_RELEASE_NAME_REPLY_NOT_OWNER - Static variable in interface org.freedesktop.DBus
-
- DBUS_RELEASEME_REPLY_RELEASED - Static variable in interface org.freedesktop.DBus
-
- DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER - Static variable in interface org.freedesktop.DBus
-
- DBUS_REQUEST_NAME_REPLY_EXISTS - Static variable in interface org.freedesktop.DBus
-
- DBUS_REQUEST_NAME_REPLY_IN_QUEUE - Static variable in interface org.freedesktop.DBus
-
- DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER - Static variable in interface org.freedesktop.DBus
-
- DBUS_START_REPLY_ALREADY_RUNNING - Static variable in interface org.freedesktop.DBus
-
- DBUS_START_REPLY_SUCCESS - Static variable in interface org.freedesktop.DBus
-
- DBusAsyncReply<ReturnType> - Class in org.freedesktop.dbus
-
A handle to an asynchronous method call.
- DBusCallInfo - Class in org.freedesktop.dbus
-
Holds information on a method call
- DBusConnection - Class in org.freedesktop.dbus
-
Handles a connection to DBus.
- DBusConnection.PeerSet - Class in org.freedesktop.dbus
-
Add addresses of peers to a set which will watch for them to
disappear and automatically remove them from the set.
- DBusException - Exception in org.freedesktop.dbus.exceptions
-
An exception within DBus.
- DBusException(String) - Constructor for exception org.freedesktop.dbus.exceptions.DBusException
-
Create an exception with the specified message
- DBusExecutionException - Exception in org.freedesktop.dbus.exceptions
-
An exception while running a remote method within DBus.
- DBusExecutionException(String) - Constructor for exception org.freedesktop.dbus.exceptions.DBusExecutionException
-
Create an exception with the specified message
- DBusInterface - Interface in org.freedesktop.dbus
-
Denotes a class as exportable or a remote interface which can be called.
- DBusInterfaceName - Annotation Type in org.freedesktop.dbus
-
Force the interface name to be different to the Java class name.
- DBusListType - Class in org.freedesktop.dbus.types
-
The type of a list.
- DBusListType(Type) - Constructor for class org.freedesktop.dbus.types.DBusListType
-
Create a List type.
- DBusMapType - Class in org.freedesktop.dbus.types
-
The type of a map.
- DBusMapType(Type, Type) - Constructor for class org.freedesktop.dbus.types.DBusMapType
-
Create a map type.
- DBusMatchRule - Class in org.freedesktop.dbus
-
- DBusMatchRule(String, String, String) - Constructor for class org.freedesktop.dbus.DBusMatchRule
-
- DBusMatchRule(DBusExecutionException) - Constructor for class org.freedesktop.dbus.DBusMatchRule
-
- DBusMatchRule(Message) - Constructor for class org.freedesktop.dbus.DBusMatchRule
-
- DBusMatchRule(Class<? extends DBusInterface>, String) - Constructor for class org.freedesktop.dbus.DBusMatchRule
-
- DBusMatchRule(Class<? extends Object>, String, String) - Constructor for class org.freedesktop.dbus.DBusMatchRule
-
- DBusMatchRule(Class<? extends Object>) - Constructor for class org.freedesktop.dbus.DBusMatchRule
-
- DBusMemberName - Annotation Type in org.freedesktop.dbus
-
Force the member (method/signal) name on the bus to be different to the Java name.
- DBusSerializable - Interface in org.freedesktop.dbus
-
Custom classes may be sent over DBus if they implement this interface.
- DBusSigHandler<T extends DBusSignal> - Interface in org.freedesktop.dbus
-
Handle a signal on DBus.
- DBusSignal - Class in org.freedesktop.dbus
-
- DBusSignal(String, String, String, String, String, Object...) - Constructor for class org.freedesktop.dbus.DBusSignal
-
- DBusSignal(String, Object...) - Constructor for class org.freedesktop.dbus.DBusSignal
-
Create a new signal.
- DBusStructType - Class in org.freedesktop.dbus.types
-
The type of a struct.
- DBusStructType(Type...) - Constructor for class org.freedesktop.dbus.types.DBusStructType
-
Create a struct type.
- Debug - Class in cx.ath.matthew.debug
-
Add debugging to your program, has support for large projects with multiple
classes and debug levels per class.
- Debug() - Constructor for class cx.ath.matthew.debug.Debug
-
- DEBUG - Static variable in class cx.ath.matthew.debug.Debug
-
Debug messages
- debug - Static variable in class cx.ath.matthew.debug.Debug
-
Set this to false to disable compilation of Debug statements
- Debug.FilterCommand - Interface in cx.ath.matthew.debug
-
This interface can be used to provide custom printing filters
for certain classes.
- debugging(Class, int) - Static method in class cx.ath.matthew.debug.Debug
-
- debugging(String, int) - Static method in class cx.ath.matthew.debug.Debug
-
- debugout - Static variable in class cx.ath.matthew.debug.Debug
-
The current output stream (defaults to System.err)
- DEFAULT_SYSTEM_BUS_ADDRESS - Static variable in class org.freedesktop.dbus.DBusConnection
-
- demarshallint(byte[], int, int) - Method in class org.freedesktop.dbus.Message
-
Demarshalls an integer of a given width from a buffer.
- demarshallint(byte[], int, byte, int) - Static method in class org.freedesktop.dbus.Message
-
Demarshalls an integer of a given width from a buffer.
- demarshallintBig(byte[], int, int) - Static method in class org.freedesktop.dbus.Message
-
Demarshalls an integer of a given width from a buffer using big-endian format.
- demarshallintLittle(byte[], int, int) - Static method in class org.freedesktop.dbus.Message
-
Demarshalls an integer of a given width from a buffer using little-endian format.
- DESTINATION - Static variable in interface org.freedesktop.dbus.Message.HeaderField
-
- DeStruct(DBus.Binding.TestStruct) - Method in interface org.freedesktop.DBus.Binding.Tests
-
- DICT_ENTRY - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- DICT_ENTRY1 - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- DICT_ENTRY1_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- DICT_ENTRY2 - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- DICT_ENTRY2_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- DICT_ENTRY_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- disconnect() - Method in class org.freedesktop.dbus.AbstractConnection
-
Disconnect from the Bus.
- disconnect() - Method in class org.freedesktop.dbus.DBusConnection
-
Disconnect from the Bus.
- disconnect() - Method in class org.freedesktop.dbus.Transport
-
- disconnect() - Static method in class org.keycloak.federation.sssd.api.Sssd
-
- Disconnected(String) - Constructor for class org.freedesktop.DBus.Local.Disconnected
-
- dispose() - Method in class org.jvnet.libpam.PAM
-
Performs an early disposal of the object, instead of letting this GC-ed.
- do_challenge(int, Transport.SASL.Command) - Method in class org.freedesktop.dbus.Transport.SASL
-
- do_response(int, String, String, Transport.SASL.Command) - Method in class org.freedesktop.dbus.Transport.SASL
-
- DOUBLE - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- DOUBLE_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- doubleValue() - Method in class org.freedesktop.dbus.UInt16
-
The value of this as a double.
- doubleValue() - Method in class org.freedesktop.dbus.UInt32
-
The value of this as a double.
- doubleValue() - Method in class org.freedesktop.dbus.UInt64
-
The value of this as a double.
- genGUID() - Static method in class org.freedesktop.dbus.Transport
-
- get(String) - Method in class org.freedesktop.dbus.AbstractConnection.FallbackContainer
-
- Get(String, String) - Method in interface org.freedesktop.DBus.Properties
-
Get the value for the given property.
- get() - Method in class org.freedesktop.dbus.StrongReference
-
- getActualTypeArguments() - Method in class org.freedesktop.dbus.types.DBusListType
-
- getActualTypeArguments() - Method in class org.freedesktop.dbus.types.DBusMapType
-
- getActualTypeArguments() - Method in class org.freedesktop.dbus.types.DBusStructType
-
- getAddress() - Method in class cx.ath.matthew.unix.UnixSocket
-
Returns the address this socket is connected to.
- getAddress() - Method in class org.freedesktop.dbus.AbstractConnection
-
Returns the address this connection is connected to.
- getAlignment(byte) - Static method in class org.freedesktop.dbus.Message
-
Return the alignment for a given type.
- GetAll(String) - Method in interface org.freedesktop.DBus.Properties
-
Get all properties and values.
- getBlocking() - Method in class cx.ath.matthew.unix.UnixSocket
-
Get the blocking mode.
- getCall() - Method in class org.freedesktop.dbus.MethodReturn
-
- getCallInfo() - Static method in class org.freedesktop.dbus.AbstractConnection
-
Returns a structure with information on the current method call.
- getCommand() - Method in class org.freedesktop.dbus.Transport.SASL.Command
-
- getConfigurationOptions() - Method in class org.keycloak.federation.sssd.SSSDFederationProviderFactory
-
List the configuration options to render and display in the admin console's generic management page for this
plugin
- getConnection(String) - Static method in class org.freedesktop.dbus.DBusConnection
-
Connect to the BUS.
- getConnection(int) - Static method in class org.freedesktop.dbus.DBusConnection
-
Connect to the BUS.
- GetConnectionSELinuxSecurityContext(String) - Method in interface org.freedesktop.DBus
-
Does something undocumented.
- GetConnectionUnixProcessID(String) - Method in interface org.freedesktop.DBus
-
Returns the proccess ID associated with a connection.
- GetConnectionUnixUser(String) - Method in interface org.freedesktop.DBus
-
Get the Unix UID that owns a connection name.
- getData() - Method in class org.freedesktop.dbus.Transport.SASL.Command
-
- getDBusType(Type[]) - Static method in class org.freedesktop.dbus.Marshalling
-
Will return the DBus type corresponding to the given Java type.
- getDBusType(Type) - Static method in class org.freedesktop.dbus.Marshalling
-
Will return the DBus type corresponding to the given Java type.
- getDBusType(Type, boolean) - Static method in class org.freedesktop.dbus.Marshalling
-
Will return the DBus type corresponding to the given Java type.
- getDestination() - Method in class org.freedesktop.dbus.DBusCallInfo
-
Returns the name with which we were addressed on the Bus
- getDestination() - Method in class org.freedesktop.dbus.Message
-
Returns the destination of the message.
- getDir() - Method in class org.jvnet.libpam.UnixUser
-
Gets the home directory of this user.
- getError() - Method in class org.freedesktop.dbus.AbstractConnection
-
Return any DBus error which has been received.
- getException() - Method in class org.freedesktop.dbus.Error
-
Turns this into an exception of the correct type
- getFieldOrder() - Method in class org.jvnet.libpam.impl.BSDPasswd
-
- getFieldOrder() - Method in class org.jvnet.libpam.impl.CLibrary.group
-
- getFieldOrder() - Method in class org.jvnet.libpam.impl.CLibrary.passwd
-
- getFieldOrder() - Method in class org.jvnet.libpam.impl.FreeBSDPasswd
-
- getFieldOrder() - Method in class org.jvnet.libpam.impl.LinuxPasswd
-
- getFieldOrder() - Method in class org.jvnet.libpam.impl.PAMLibrary.pam_conv
-
- getFieldOrder() - Method in class org.jvnet.libpam.impl.PAMLibrary.pam_message
-
- getFieldOrder() - Method in class org.jvnet.libpam.impl.PAMLibrary.pam_response
-
- getFieldOrder() - Method in class org.jvnet.libpam.impl.SolarisPasswd
-
- getFlags() - Method in class org.freedesktop.dbus.DBusCallInfo
-
Returns any flags set on this method call
- getFlags() - Method in class org.freedesktop.dbus.Message
-
Returns the message flags.
- getGecos() - Method in class org.jvnet.libpam.UnixUser
-
Gets the gecos (the real name) of this user.
- getGID() - Method in class org.jvnet.libpam.UnixUser
-
Gets the GID of this user.
- getgrgid(int) - Method in interface org.jvnet.libpam.impl.CLibrary
-
- getgrnam(String) - Method in interface org.jvnet.libpam.impl.CLibrary
-
- getgrouplist(String, int, Memory, IntByReference) - Method in interface org.jvnet.libpam.impl.CLibrary
-
Lists up group IDs of the given user.
- getGroupMembers(RealmModel, GroupModel, int, int) - Method in class org.keycloak.federation.sssd.SSSDFederationProvider
-
- getGroups() - Method in class org.jvnet.libpam.UnixUser
-
Gets the groups that this user belongs to.
- getGroupsOfUser(String) - Method in class org.jvnet.libpam.PAM
-
- getHeader(byte) - Method in class org.freedesktop.dbus.Message
-
Returns the value of the header field of a given field.
- getHeaderFieldName(byte) - Static method in class org.freedesktop.dbus.Message
-
Returns the name of the given header field.
- getId() - Method in class org.keycloak.federation.sssd.SSSDFederationProviderFactory
-
- getInputStream() - Method in class cx.ath.matthew.unix.UnixSocket
-
Returns an InputStream for reading from the socket.
- getInstance(KeycloakSession, UserFederationProviderModel) - Method in class org.keycloak.federation.sssd.SSSDFederationProviderFactory
-
- getInterface() - Method in class org.freedesktop.dbus.DBusCallInfo
-
Returns the interface this method was called with
- getInterface() - Method in class org.freedesktop.dbus.DBusMatchRule
-
- getInterface() - Method in class org.freedesktop.dbus.Message
-
Returns the interface of the message.
- getJavaType(String, List<Type>, int) - Static method in class org.freedesktop.dbus.Marshalling
-
Converts a dbus type string into Java Type objects,
- getMechs() - Method in class org.freedesktop.dbus.Transport.SASL.Command
-
- getMember() - Method in class org.freedesktop.dbus.DBusMatchRule
-
- getMethod() - Method in class org.freedesktop.dbus.DBusCallInfo
-
Returns the method name used to call this method
- getName() - Method in class org.freedesktop.dbus.Message
-
Returns the member name or error name this message represents.
- GetNameOwner(String) - Method in interface org.freedesktop.DBus
-
Get the connection unique name that owns the given name.
- getNames() - Method in class org.freedesktop.dbus.DBusConnection
-
Returns all the names owned by this connection.
- getObject() - Method in class org.freedesktop.dbus.DBusMatchRule
-
- getObjectPath() - Method in class org.freedesktop.dbus.DBusCallInfo
-
Returns the object path used to call this method
- getOutputStream() - Method in class cx.ath.matthew.unix.UnixSocket
-
Returns an OutputStream for writing to the socket.
- getOwnerType() - Method in class org.freedesktop.dbus.types.DBusListType
-
- getOwnerType() - Method in class org.freedesktop.dbus.types.DBusMapType
-
- getOwnerType() - Method in class org.freedesktop.dbus.types.DBusStructType
-
- getParameter(String) - Method in class org.freedesktop.dbus.BusAddress
-
- getParameters() - Method in class org.freedesktop.dbus.Message
-
Parses and returns the parameters to this message as an Object array.
- getPassCred() - Method in class cx.ath.matthew.unix.UnixSocket
-
Get the credential passing status.
- getPath() - Method in class cx.ath.matthew.unix.UnixSocketAddress
-
Return the path.
- getPath() - Method in class org.freedesktop.dbus.Message
-
Returns the object path of the message.
- getPath() - Method in class org.freedesktop.dbus.Path
-
- getPeerGID() - Method in class cx.ath.matthew.unix.UnixSocket
-
Return the gid of the remote process.
- getPeerPID() - Method in class cx.ath.matthew.unix.UnixSocket
-
Return the pid of the remote process.
- getPeerRemoteObject(String, String, Class<I>) - Method in class org.freedesktop.dbus.DBusConnection
-
- getPeerRemoteObject(String, String) - Method in class org.freedesktop.dbus.DBusConnection
-
Return a reference to a remote object.
- getPeerRemoteObject(String, String, Class<I>, boolean) - Method in class org.freedesktop.dbus.DBusConnection
-
Return a reference to a remote object.
- getPeerUID() - Method in class cx.ath.matthew.unix.UnixSocket
-
Return the uid of the remote process.
- getPwDir() - Method in class org.jvnet.libpam.impl.BSDPasswd
-
- getPwDir() - Method in class org.jvnet.libpam.impl.CLibrary.passwd
-
- getPwDir() - Method in class org.jvnet.libpam.impl.FreeBSDPasswd
-
- getPwDir() - Method in class org.jvnet.libpam.impl.LinuxPasswd
-
- getPwDir() - Method in class org.jvnet.libpam.impl.SolarisPasswd
-
- getPwGecos() - Method in class org.jvnet.libpam.impl.BSDPasswd
-
- getPwGecos() - Method in class org.jvnet.libpam.impl.CLibrary.passwd
-
- getPwGecos() - Method in class org.jvnet.libpam.impl.FreeBSDPasswd
-
- getPwGecos() - Method in class org.jvnet.libpam.impl.LinuxPasswd
-
- getPwGecos() - Method in class org.jvnet.libpam.impl.SolarisPasswd
-
- getPwGid() - Method in class org.jvnet.libpam.impl.CLibrary.passwd
-
- getpwnam(String) - Method in interface org.jvnet.libpam.impl.BSDCLibrary
-
- getpwnam(String) - Method in interface org.jvnet.libpam.impl.CLibrary
-
- getpwnam(String) - Method in interface org.jvnet.libpam.impl.FreeBSDCLibrary
-
- getpwnam(String) - Method in interface org.jvnet.libpam.impl.LinuxCLibrary
-
- getpwnam(String) - Method in interface org.jvnet.libpam.impl.SolarisCLibrary
-
- getPwName() - Method in class org.jvnet.libpam.impl.CLibrary.passwd
-
- getPwPasswd() - Method in class org.jvnet.libpam.impl.CLibrary.passwd
-
- getPwShell() - Method in class org.jvnet.libpam.impl.BSDPasswd
-
- getPwShell() - Method in class org.jvnet.libpam.impl.CLibrary.passwd
-
- getPwShell() - Method in class org.jvnet.libpam.impl.FreeBSDPasswd
-
- getPwShell() - Method in class org.jvnet.libpam.impl.LinuxPasswd
-
- getPwShell() - Method in class org.jvnet.libpam.impl.SolarisPasswd
-
- getPwUid() - Method in class org.jvnet.libpam.impl.CLibrary.passwd
-
- getRawAttribute(Variant) - Static method in class org.keycloak.federation.sssd.api.Sssd
-
- getRawType() - Method in class org.freedesktop.dbus.types.DBusListType
-
- getRawType() - Method in class org.freedesktop.dbus.types.DBusMapType
-
- getRawType() - Method in class org.freedesktop.dbus.types.DBusStructType
-
- getRemoteObject(String, String) - Method in class org.freedesktop.dbus.DBusConnection
-
Return a reference to a remote object.
- getRemoteObject(String, String, Class<I>) - Method in class org.freedesktop.dbus.DBusConnection
-
Return a reference to a remote object.
- getRemoteObject(String, String, Class<I>, boolean) - Method in class org.freedesktop.dbus.DBusConnection
-
Return a reference to a remote object.
- getReply() - Method in class org.freedesktop.dbus.DBusAsyncReply
-
Get the reply.
- getReply(long) - Method in class org.freedesktop.dbus.MethodCall
-
Block (if neccessary) for a reply.
- getReply() - Method in class org.freedesktop.dbus.MethodCall
-
Block (if neccessary) for a reply.
- getReplySerial() - Method in class org.freedesktop.dbus.Message
-
If this is a reply to a message, this returns its serial.
- getResponse() - Method in class org.freedesktop.dbus.Transport.SASL.Command
-
- getSerial() - Method in class org.freedesktop.dbus.Message
-
Returns the message serial ID (unique for this connection)
- getShell() - Method in class org.jvnet.libpam.UnixUser
-
Gets the shell of this user.
- getSig() - Method in class org.freedesktop.dbus.Message
-
Returns the dbus signature of the parameters.
- getSig() - Method in class org.freedesktop.dbus.TypeSignature
-
- getSig() - Method in class org.freedesktop.dbus.Variant
-
Return the dbus signature of the wrapped value.
- getSocket() - Method in class cx.ath.matthew.unix.USInputStream
-
- getSocket() - Method in class cx.ath.matthew.unix.USOutputStream
-
- getSource() - Method in class org.freedesktop.dbus.DBusCallInfo
-
Returns the BusID which called the method
- getSource() - Method in class org.freedesktop.dbus.DBusMatchRule
-
- getSource() - Method in class org.freedesktop.dbus.Message
-
Returns the Bus ID that sent the message.
- getString(String) - Static method in class org.freedesktop.dbus.Gettext
-
- getSupportedCredentialTypes(UserModel) - Method in class org.keycloak.federation.sssd.SSSDFederationProvider
-
- getSupportedCredentialTypes() - Method in class org.keycloak.federation.sssd.SSSDFederationProvider
-
- Gettext - Class in org.freedesktop.dbus
-
- Gettext() - Constructor for class org.freedesktop.dbus.Gettext
-
- getType() - Method in class org.freedesktop.dbus.BusAddress
-
- getType() - Method in class org.freedesktop.dbus.DBusMatchRule
-
- getType() - Method in exception org.freedesktop.dbus.exceptions.DBusExecutionException
-
Get the DBus type of this exception.
- getType() - Method in class org.freedesktop.dbus.Variant
-
Return the type of the wrapped value.
- getTypes(int) - Method in class org.freedesktop.dbus.Transport.SASL
-
- getUID() - Method in class org.jvnet.libpam.UnixUser
-
Gets the UID of this user.
- getUniqueName() - Method in class org.freedesktop.dbus.DBusConnection
-
Returns the unique name of this connection.
- getUserAttributes(String, List<String>) - Method in interface org.freedesktop.sssd.infopipe.InfoPipe
-
- getUserAttributes() - Method in class org.keycloak.federation.sssd.api.Sssd
-
- getUserByEmail(RealmModel, String) - Method in class org.keycloak.federation.sssd.SSSDFederationProvider
-
- getUserByUsername(RealmModel, String) - Method in class org.keycloak.federation.sssd.SSSDFederationProvider
-
- getUserGroups(String) - Method in interface org.freedesktop.sssd.infopipe.InfoPipe
-
- getUserGroups() - Method in class org.keycloak.federation.sssd.api.Sssd
-
- getUserName() - Method in class org.jvnet.libpam.UnixUser
-
Gets the unix account name.
- getValue() - Method in class org.freedesktop.dbus.Variant
-
Return the wrapped value.
- getWireData() - Method in class org.freedesktop.dbus.Message
-
- globalserial - Static variable in class org.freedesktop.dbus.Message
-
- gr_name - Variable in class org.jvnet.libpam.impl.CLibrary.group
-
- group() - Constructor for class org.jvnet.libpam.impl.CLibrary.group
-
- SASL() - Constructor for class org.freedesktop.dbus.Transport.SASL
-
- searchByAttributes(Map<String, String>, RealmModel, int) - Method in class org.keycloak.federation.sssd.SSSDFederationProvider
-
- send(OutputStream, int, String...) - Method in class org.freedesktop.dbus.Transport.SASL
-
- sendCredentialByte(byte) - Method in class cx.ath.matthew.unix.UnixSocket
-
Send a single byte of data with credentials.
- sender - Variable in class org.freedesktop.dbus.AbstractConnection
-
- SENDER - Static variable in interface org.freedesktop.dbus.Message.HeaderField
-
- sendMessage(Message) - Method in class org.freedesktop.dbus.AbstractConnection
-
- sendSignal(DBusSignal) - Method in class org.freedesktop.dbus.AbstractConnection
-
Send a signal.
- serial - Variable in class org.freedesktop.dbus.Message
-
- serialize() - Method in interface org.freedesktop.dbus.DBusSerializable
-
- ServiceUnknown(String) - Constructor for exception org.freedesktop.DBus.Error.ServiceUnknown
-
- SESSION - Static variable in class org.freedesktop.dbus.DBusConnection
-
Session Bus
- session - Variable in class org.keycloak.federation.sssd.SSSDFederationProvider
-
- Set(String, String, A) - Method in interface org.freedesktop.DBus.Properties
-
Set the value for the given property.
- setArgs(Object[]) - Method in class org.freedesktop.dbus.Message
-
- setBlocking(boolean) - Method in class cx.ath.matthew.unix.UnixSocket
-
Set the blocking mode.
- setBlocking(boolean) - Method in class cx.ath.matthew.unix.USInputStream
-
- setByteArrayCount(int) - Static method in class cx.ath.matthew.debug.Debug
-
Set the size of hexdumps.
- setByteArrayWidth(int) - Static method in class cx.ath.matthew.debug.Debug
-
Set the formatted width of hexdumps.
- setCall(MethodCall) - Method in class org.freedesktop.dbus.MethodReturn
-
- setDefaultTimeout(long) - Static method in class org.freedesktop.dbus.MethodCall
-
Set the default timeout for method calls.
- setEmail(String) - Method in class org.keycloak.federation.sssd.ReadonlySSSDUserModelDelegate
-
- setFirstName(String) - Method in class org.keycloak.federation.sssd.ReadonlySSSDUserModelDelegate
-
- setHexDump(boolean) - Static method in class cx.ath.matthew.debug.Debug
-
Enable or disable hexdumps.
- setLastName(String) - Method in class org.keycloak.federation.sssd.ReadonlySSSDUserModelDelegate
-
- setLineNos(boolean) - Static method in class cx.ath.matthew.debug.Debug
-
Enable or disable line numbers.
- setOutput(PrintStream) - Static method in class cx.ath.matthew.debug.Debug
-
Output to the given Stream
- setOutput(String) - Static method in class cx.ath.matthew.debug.Debug
-
Output to the given file
- setOutput() - Static method in class cx.ath.matthew.debug.Debug
-
Output to the default debug.log
- setPassCred(boolean) - Method in class cx.ath.matthew.unix.UnixSocket
-
Set the credential passing status.
- setProperties(Properties) - Static method in class cx.ath.matthew.debug.Debug
-
Set properties to configure debugging.
- setReply(Message) - Method in class org.freedesktop.dbus.MethodCall
-
- setResp(String) - Method in class org.jvnet.libpam.impl.PAMLibrary.pam_response
-
Sets the response code.
- setResponse(String) - Method in class org.freedesktop.dbus.Transport.SASL.Command
-
- setSoTimeout(int) - Method in class cx.ath.matthew.unix.UnixSocket
-
Set timeout of read requests.
- setSoTimeout(int) - Method in class cx.ath.matthew.unix.USInputStream
-
- setSource(String) - Method in class org.freedesktop.dbus.Message
-
Warning, do not use this method unless you really know what you are doing.
- setThrowableTraces(boolean) - Static method in class cx.ath.matthew.debug.Debug
-
Enable or disable stack traces in Debuging throwables.
- setTiming(boolean) - Static method in class cx.ath.matthew.debug.Debug
-
Enable or disable timing in Debug messages.
- setType(String) - Method in exception org.freedesktop.dbus.exceptions.DBusExecutionException
-
- setUsername(String) - Method in class org.keycloak.federation.sssd.ReadonlySSSDUserModelDelegate
-
- setWeakReferences(boolean) - Method in class org.freedesktop.dbus.AbstractConnection
-
If set to true the bus will not hold a strong reference to exported objects.
- shortValue() - Method in class org.freedesktop.dbus.UInt16
-
The value of this as a short.
- shortValue() - Method in class org.freedesktop.dbus.UInt32
-
The value of this as a short.
- shortValue() - Method in class org.freedesktop.dbus.UInt64
-
The value of this as a short.
- shutdownInput() - Method in class cx.ath.matthew.unix.UnixSocket
-
Shuts down the input stream.
- shutdownOutput() - Method in class cx.ath.matthew.unix.UnixSocket
-
Shuts down the output stream.
- SIGNAL - Static variable in interface org.freedesktop.dbus.Message.MessageType
-
- SIGNATURE - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- SIGNATURE - Static variable in interface org.freedesktop.dbus.Message.HeaderField
-
- SIGNATURE_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- size() - Method in class org.freedesktop.dbus.DBusConnection.PeerSet
-
- SIZE - Static variable in class org.jvnet.libpam.impl.PAMLibrary.pam_response
-
- SolarisCLibrary - Interface in org.jvnet.libpam.impl
-
- SolarisPasswd - Class in org.jvnet.libpam.impl
-
Solaris passwd
- SolarisPasswd() - Constructor for class org.jvnet.libpam.impl.SolarisPasswd
-
- Sssd - Class in org.keycloak.federation.sssd.api
-
- Sssd(String) - Constructor for class org.keycloak.federation.sssd.api.Sssd
-
- SSSDFederationProvider - Class in org.keycloak.federation.sssd
-
SPI provider implementation to retrieve data from SSSD and authenticate
against PAM
- SSSDFederationProvider(KeycloakSession, UserFederationProviderModel, SSSDFederationProviderFactory) - Constructor for class org.keycloak.federation.sssd.SSSDFederationProvider
-
- SSSDFederationProviderFactory - Class in org.keycloak.federation.sssd
-
- SSSDFederationProviderFactory() - Constructor for class org.keycloak.federation.sssd.SSSDFederationProviderFactory
-
- StartServiceByName(String, UInt32) - Method in interface org.freedesktop.DBus
-
Start a service.
- strdup(String) - Method in interface org.jvnet.libpam.impl.CLibrary
-
- STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- STRING_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- StrongReference<T> - Class in org.freedesktop.dbus
-
An alternative to a WeakReference when you don't want
that behaviour.
- StrongReference(T) - Constructor for class org.freedesktop.dbus.StrongReference
-
- STRUCT - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- Struct - Class in org.freedesktop.dbus
-
This class should be extended to create Structs.
- Struct() - Constructor for class org.freedesktop.dbus.Struct
-
- STRUCT1 - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- STRUCT1_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- STRUCT2 - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- STRUCT2_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- STRUCT_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- succeed() - Method in class cx.ath.matthew.LibraryLoader
-
- Sum(byte[]) - Method in interface org.freedesktop.DBus.Binding.SingleTests
-
- Sum(int[]) - Method in interface org.freedesktop.DBus.Binding.Tests
-
- supportedCredentialTypes - Static variable in class org.keycloak.federation.sssd.SSSDFederationProvider
-
- syncAllUsers(KeycloakSessionFactory, String, UserFederationProviderModel) - Method in class org.keycloak.federation.sssd.SSSDFederationProviderFactory
-
- syncChangedUsers(KeycloakSessionFactory, String, UserFederationProviderModel, Date) - Method in class org.keycloak.federation.sssd.SSSDFederationProviderFactory
-
- synchronizeRegistrations() - Method in class org.keycloak.federation.sssd.SSSDFederationProvider
-
- SYSTEM - Static variable in class org.freedesktop.dbus.DBusConnection
-
System Bus
- UINT16 - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- UInt16 - Class in org.freedesktop.dbus
-
Class to represent 16-bit unsigned integers.
- UInt16(int) - Constructor for class org.freedesktop.dbus.UInt16
-
Create a UInt16 from an int.
- UInt16(String) - Constructor for class org.freedesktop.dbus.UInt16
-
Create a UInt16 from a String.
- UINT16_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- UINT32 - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- UInt32 - Class in org.freedesktop.dbus
-
Class to represent unsigned 32-bit numbers.
- UInt32(long) - Constructor for class org.freedesktop.dbus.UInt32
-
Create a UInt32 from a long.
- UInt32(String) - Constructor for class org.freedesktop.dbus.UInt32
-
Create a UInt32 from a String.
- UINT32_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- UINT64 - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- UInt64 - Class in org.freedesktop.dbus
-
Class to represent unsigned 64-bit numbers.
- UInt64(long) - Constructor for class org.freedesktop.dbus.UInt64
-
Create a UInt64 from a long.
- UInt64(long, long) - Constructor for class org.freedesktop.dbus.UInt64
-
Create a UInt64 from two longs.
- UInt64(BigInteger) - Constructor for class org.freedesktop.dbus.UInt64
-
Create a UInt64 from a BigInteger
- UInt64(String) - Constructor for class org.freedesktop.dbus.UInt64
-
Create a UInt64 from a String.
- UINT64_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- unExportObject(String) - Method in class org.freedesktop.dbus.AbstractConnection
-
Stop Exporting an object
- UnixIOException - Exception in cx.ath.matthew.unix
-
An IO Exception which occurred during UNIX Socket IO
- UnixIOException(int, String) - Constructor for exception cx.ath.matthew.unix.UnixIOException
-
- UnixSocket - Class in cx.ath.matthew.unix
-
Represents a UnixSocket.
- UnixSocket() - Constructor for class cx.ath.matthew.unix.UnixSocket
-
Create an unconnected socket.
- UnixSocket(UnixSocketAddress) - Constructor for class cx.ath.matthew.unix.UnixSocket
-
Create a socket connected to the given address.
- UnixSocket(String) - Constructor for class cx.ath.matthew.unix.UnixSocket
-
Create a socket connected to the given address.
- UnixSocketAddress - Class in cx.ath.matthew.unix
-
Represents an address for a Unix Socket
- UnixSocketAddress(String, boolean) - Constructor for class cx.ath.matthew.unix.UnixSocketAddress
-
Create the address.
- UnixSocketAddress(String) - Constructor for class cx.ath.matthew.unix.UnixSocketAddress
-
Create the address.
- UnixUser - Class in org.jvnet.libpam
-
Represents an Unix user.
- UnixUser(String) - Constructor for class org.jvnet.libpam.UnixUser
-
- UnixUser(String, String, String, String, int, int, Set<String>) - Constructor for class org.jvnet.libpam.UnixUser
-
Copy constructor for mocking.
- UnknownMethod(String) - Constructor for exception org.freedesktop.DBus.Error.UnknownMethod
-
- UnknownObject(String) - Constructor for exception org.freedesktop.DBus.Error.UnknownObject
-
- UnknownTypeCodeException - Exception in org.freedesktop.dbus.exceptions
-
- UnknownTypeCodeException(byte) - Constructor for exception org.freedesktop.dbus.exceptions.UnknownTypeCodeException
-
- updateCredential(UserCredentialModel) - Method in class org.keycloak.federation.sssd.ReadonlySSSDUserModelDelegate
-
- updateCredentialDirectly(UserCredentialValueModel) - Method in class org.keycloak.federation.sssd.ReadonlySSSDUserModelDelegate
-
- User - Interface in org.freedesktop.sssd.infopipe
-
- user() - Static method in class org.keycloak.federation.sssd.api.Sssd
-
- USInputStream - Class in cx.ath.matthew.unix
-
- USInputStream(int, UnixSocket) - Constructor for class cx.ath.matthew.unix.USInputStream
-
- USOutputStream - Class in cx.ath.matthew.unix
-
- USOutputStream(int, UnixSocket) - Constructor for class cx.ath.matthew.unix.USOutputStream
-