| 
    LibreOffice
    
   LibreOffice 24.2 SDK API Reference 
   | 
 
supports the creation of security contexts for both the initiator/source side and the acceptor/target side. More...
import"XSSOManager.idl";
  
 Public Member Functions | |
| string | getMechanism () | 
| retrieves the mechanism name of all security contexts created using this manager.  More... | |
| XSSOInitiatorContext | createInitiatorContext ([in] string SourcePrincipal, [in] string TargetPrincipal, [in] string TargetHost) raises ( InvalidArgumentException, InvalidCredentialException, InvalidPrincipalException, UnsupportedException ) | 
| creates an initiator side security context.  More... | |
| XSSOAcceptorContext | createAcceptorContext ([in] string TargetPrincipal) raises ( InvalidArgumentException, InvalidCredentialException, InvalidPrincipalException, UnsupportedException ) | 
| creates an acceptor side security context.  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... | |
supports the creation of security contexts for both the initiator/source side and the acceptor/target side.
| XSSOAcceptorContext createAcceptorContext | ( | [in] string | TargetPrincipal | ) | |
| raises | ( | InvalidArgumentException, | |||
| InvalidCredentialException, | |||||
| InvalidPrincipalException, | |||||
| UnsupportedException | |||||
| ) | |||||
creates an acceptor side security context.
| TargetPrincipal | the name of the acceptor side principal. | 
| XSSOInitiatorContext createInitiatorContext | ( | [in] string | SourcePrincipal, | 
| [in] string | TargetPrincipal, | ||
| [in] string | TargetHost | ||
| ) | |||
| raises | ( | InvalidArgumentException, | |
| InvalidCredentialException, | |||
| InvalidPrincipalException, | |||
| UnsupportedException | |||
| ) | |||
creates an initiator side security context.
| SourcePrincipal | the name of the initiator side principal for which the context will be created. | 
| TargetPrincipal | the name of the target/acceptor side principal to which the source principal intends to authenticate. | 
| TargetHost | the host name associated with the target principal. | 
| string getMechanism | ( | ) | 
retrieves the mechanism name of all security contexts created using this manager.
 1.8.14