Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libloginhelper(3) [opensolaris man page]

libloginhelper(3)						C Library Functions						 libloginhelper(3)

NAME
libloginhelper - Login-Helper library for assistive technologies DESCRIPTION
An interface for use by assistive technologies by which they can access system information and services on a 'need to know' basis while the screen is locked, during user authentication, or during other sensitive operations. This interface is intended for use by assistive technologies and related user-enabling services, and by applications and utilities which may wish to restrict access to certain system devices and services during security-sensitive states, e.g. when the screen is locked or dur- ing authentication into some secure service. Such 'applications' (for instance, screen lock dialogs and security-enabled web browsers) use the LoginHelper client interfaces, and the bonobo-activation query service, to query for assistive technologies which advertise the LoginHelper service. The client then queries these assistive technologies for their device I/O requirements, via the getDeviceReqs call. The client may then issue the advisory request set- Safe (TRUE), which requests that the LoginHelper -implementing service make a best-effort attempt to make itself more secure (for instance, an onscreen keyboard might turn off word prediction, and a screenreader may turn off keyboard echo via speech). The return value of setSafe is an advisory indication of whether this attempt was successful (no specific guarantees are implied). Once the 'security sensitive' state is exited, the client should call setSafe (FALSE). The return values from getDeviceReqs inform the client of which services the LoginHelper service (e. g. assistive technology) needs in order to do its job. The client may use this information to loosen any restrictions on access which it may currently have in place (for instance, keyboard grabs, etc.). If it does not do so, the likely outcome is that the end-user will experience loss of access to the sys- tem. Additional information is also available from the following site: http://www.gnome.org/~billh/at-spi-idl/html/classAccessibility_1_1LoginHelper.html FILES
The following files are used by this library: /usr/lib/libloginhelper.so Login-Helper library for assistive technologies ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-a11y-libs | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
libatk-1.0(3), libcspi(3), attributes(5), gnome-interfaces(5) NOTES
login-helper module is in at-spi package. SunOS 5.11 7 Aug 2008 libloginhelper(3)

Check Out this Related Man Page

gnome-at-properties(1)						   User Commands					    gnome-at-properties(1)

NAME
gnome-at-properties - enable support for Assistive Technologies in GNOME SYNOPSIS
gnome-at-properties [gnome-std-options] DESCRIPTION
Use gnome-at-properties, the Assistive Technology preference tool, to enable assistive technologies in your desktop. You can use gnome-at- properties to specify that the following assistive technology applications start automatically when you log in: o Screenreader o Magnifier o On-screen Keyboard OPTIONS
The following options are supported: gnome-std-optionStandard options available for use with most GNOME applications. See gnome-std-options(5) for more information. EXAMPLES
Example 1: Launching Assistive Technology Preference Tool example% gnome-at-properties EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gnome-at-properExecutable for Assistive Technology preference tool ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+------------------------------+ |Availability |SUNWgnome-desktop-preferences | +-----------------------------+------------------------------+ |Interface stability |External | +-----------------------------+------------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. cddb-slave2-properties(1), gnome-accessibility-keyboard-properties(1), gnome-background-properties(1), gnome-default-applications-proper- ties(1), gnome-file-types-properties(1), gnome-font-properties(1), gnome-keybinding-properties(1), gnome-keyboard-properties(1), gnome- mouse-properties(1), gnome-network-preferences(1), gnome-panel-preferences(1), gnome-session-properties(1), gnome-sound-properties(1), gnome-theme-properties(1), gnome-ui-properties(1), metacity-properties(1), gnome-std-options(5) NOTES
Written by Glynn Foster, Sun Microsystems Inc., 2004. SunOS 5.10 6 Sep 2004 gnome-at-properties(1)
Man Page