interface XLoginContext in module com::sun::star::security::auth::login:: |
interface XLoginContext : com::sun::star::uno::XInterface ;
WARNING: this is just a draft and may be changed!
The XLoginContext interface describes a generic way to authenticate Subjects.Callers perform login() calls providing the name of their application and a callback handler to eventually raise dialogs for user/ password input. The application name indexes into an underlying configuration of the LoginContext, which is part of the application deployment, thus separating the authentication mechanism from application logic.
Method Summary |
|
login | Performs the authentication and, if successful, associate principals and credentials with the authenticated subject and returns it. |
Method Details |
||
|
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.