Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

:: drafts :: com :: sun :: star :: auth ::

interface XSSOManager
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XSSOManager

Methods' Summary
getMechanism The mechanism name of all security contexts created using this manager.
createInitiatorContext Creates an initiator side security context.
createAcceptorContext Creates an acceptor side security context.
Methods' Details
getMechanism
string
getMechanism();
 
 

Description
The mechanism name of all security contexts created using this manager.
createInitiatorContext
XSSOInitiatorContext
createInitiatorContext(
 
[in] string
[in] string
[in] string 

raises(

 
SourcePrincipal,
TargetPrincipal,
TargetHost ) 
InvalidArgumentException,
InvalidCredentialException,
InvalidPrincipalException,
UnsupportedException );

Description
Creates an initiator side security context.
Parameter SourcePrincipal
The name of the initiator side principal for which the context will be created.
Parameter TargetPrincipal
The name of the target/acceptor side principal to which the the source principal intends to authenticate. @paran TargetHost The host name associated with the target principal.
Returns
The newly created initiator context.
createAcceptorContext
XSSOAcceptorContext
createAcceptorContext(
 
[in] string 

raises(

 
TargetPrincipal ) 
InvalidArgumentException,
InvalidCredentialException,
InvalidPrincipalException,
UnsupportedException );

Description
Creates an acceptor side security context.
Parameter TargetPrincipal
The name of the acceptor side principal.
Returns
The newly created acceptor side context.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.