LibreOffice
LibreOffice 25.8 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. | |
XSSOInitiatorContext | createInitiatorContext ([in] string SourcePrincipal, [in] string TargetPrincipal, [in] string TargetHost) raises ( InvalidArgumentException, InvalidCredentialException, InvalidPrincipalException, UnsupportedException ) |
creates an initiator side security context. | |
XSSOAcceptorContext | createAcceptorContext ([in] string TargetPrincipal) raises ( InvalidArgumentException, InvalidCredentialException, InvalidPrincipalException, UnsupportedException ) |
creates an acceptor side security context. | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. |
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.