diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 10:00:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 10:00:59 +0000 |
commit | 0567c70b762e83b3d4009fc9aea6c41ba4a627a5 (patch) | |
tree | 6625db5a072c2dac09ddd5916fc43b0bc7174b32 /offapi/com/sun/star/auth | |
parent | 92080386293ca4756f11d236adec1dfcc7517683 (diff) |
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
Diffstat (limited to 'offapi/com/sun/star/auth')
-rw-r--r-- | offapi/com/sun/star/auth/UnsupportedException.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/auth/XSSOAcceptorContext.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/auth/XSSOContext.idl | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/auth/UnsupportedException.idl b/offapi/com/sun/star/auth/UnsupportedException.idl index 49d06724e236..36676c40958c 100644 --- a/offapi/com/sun/star/auth/UnsupportedException.idl +++ b/offapi/com/sun/star/auth/UnsupportedException.idl @@ -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 diff --git a/offapi/com/sun/star/auth/XSSOAcceptorContext.idl b/offapi/com/sun/star/auth/XSSOAcceptorContext.idl index 93821b4ec30d..49a974929381 100644 --- a/offapi/com/sun/star/auth/XSSOAcceptorContext.idl +++ b/offapi/com/sun/star/auth/XSSOAcceptorContext.idl @@ -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 diff --git a/offapi/com/sun/star/auth/XSSOContext.idl b/offapi/com/sun/star/auth/XSSOContext.idl index 78fa34b42b17..1f3705e3ca1c 100644 --- a/offapi/com/sun/star/auth/XSSOContext.idl +++ b/offapi/com/sun/star/auth/XSSOContext.idl @@ -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 { |