Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

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

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

Methods' Summary
accept Accept/authenticate an SSO token sent from the context initiator side. accept should be called only once. Subsequent calls produce undefined results.
Methods' Details
accept
sequence< byte >
accept(
 
[in] sequence< byte > 

raises(

 
Token ) 
InvalidArgumentException,
InvalidCredentialException,
InvalidContextException,
AuthenticationFailedException );

Description
Accept/authenticate an SSO token sent from the context initiator side. accept should be called only once. Subsequent calls produce undefined results.
Parameter Token
The SSO token sent by the initiator.
Returns
The sequence of bytes to be sent back to the initiator to allow authentication of the acceptor side, if mutual authentication is supported by the security context. If mutual authentication is not supported a zero length sequence is returned.
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.