| 
    LibreOffice
    
   LibreOffice 24.2 SDK API Reference 
   | 
 
Base SSO security context representation. More...
import"XSSOContext.idl";
  
 Public Member Functions | |
| string | getSource () | 
| retrieves the principal name of the source/initiator of the context.  More... | |
| string | getTarget () | 
| retrieves the principal name of the target/acceptor of the context.  More... | |
| string | getMechanism () | 
| retrieves the mechanism associated with the context.  More... | |
| boolean | getMutual () | 
| retrieves whether or not the context supports mutual authentication  More... | |
  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object.  More... | |
| void | acquire () | 
| increases the reference counter by one.  More... | |
| void | release () | 
| decreases the reference counter by one.  More... | |
Base SSO security context representation.
| string getMechanism | ( | ) | 
retrieves the mechanism associated with the context.
| boolean getMutual | ( | ) | 
retrieves whether or not the context supports mutual authentication
TRUE if mutual authentication is supported, FALSE otherwise. | string getSource | ( | ) | 
retrieves the principal name of the source/initiator of the context.
In the case of an acceptor side security context, the source principal name is available only after the initiator has been authenticated.
| string getTarget | ( | ) | 
retrieves the principal name of the target/acceptor of the context.
 1.8.14