(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

interface XSSOAcceptorContext
Base Interfaces
XSSOAcceptorContextXSSOContext

XSSOContext
(referenced interface's summary:)
Base SSO security context representation
Description
represents an acceptor side security context.

This context may be used to authenticate a Single Signon initiator based on a security token sent by the intiator and to generate a token to be sent back to the initiator so that it can authenticate the acceptor.

Since
OOo 1.1.2

Methods' Summary
accept accepts/authenticates an SSO token sent from the context initiator side.  
Methods' Details
accept
sequence< byte >
accept( [in] sequence< byte >  Token )
raises( InvalidArgumentException,
InvalidCredentialException,
InvalidContextException,
AuthenticationFailedException );

Description
accepts/authenticates 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 Feather

Copyright & License | Privacy | Contact Us

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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.