INTEGRATION: CWS sdk02 (1.2.14); FILE MERGED

2003/05/14 12:57:41 mi 1.2.14.1: #107627# @since tags for new types added
This commit is contained in:
Vladimir Glazounov 2003-06-10 10:00:59 +00:00
parent 9208038629
commit 0567c70b76
3 changed files with 6 additions and 0 deletions

View file

@ -63,6 +63,8 @@
module com { module sun { module star { module auth {
/** indicates an operation unsupported by the implementation.
@since #107627#
*/
exception UnsupportedException : ::com::sun::star::uno::Exception

View file

@ -70,6 +70,8 @@ module com { module sun { module star { module auth {
<P>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 #107627#
*/
interface XSSOAcceptorContext : ::com::sun::star::auth::XSSOContext

View file

@ -63,6 +63,8 @@
module com { module sun { module star { module auth {
/** Base SSO security context representation
@since #107627#
*/
interface XSSOContext : ::com::sun::star::uno::XInterface
{