diff options
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 { |