Package org.freedesktop.secret
Class Session
java.lang.Object
org.freedesktop.secret.handlers.Messaging
org.freedesktop.secret.Session
- All Implemented Interfaces:
org.freedesktop.dbus.interfaces.DBusInterface,Session
public class Session extends Messaging implements Session
-
Field Summary
Fields inherited from class org.freedesktop.secret.handlers.Messaging
connection, interfaceName, msg, objectPath, serviceName, sh -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidclose()Close this session.StringgetObjectPath()booleanisRemote()Methods inherited from class org.freedesktop.secret.handlers.Messaging
getAllProperties, getConnection, getInterfaceName, getMessageHandler, getPath, getProperty, getServiceName, getSignalHandler, send, send, setProperty
-
Constructor Details
-
Method Details
-
close
public void close()Description copied from interface:SessionClose this session. -
isRemote
public boolean isRemote()- Specified by:
isRemotein interfaceorg.freedesktop.dbus.interfaces.DBusInterface
-
getObjectPath
- Specified by:
getObjectPathin interfaceorg.freedesktop.dbus.interfaces.DBusInterface- Overrides:
getObjectPathin classMessaging
-