From 213938438a22e44d591a708505b4a9389275a12e Mon Sep 17 00:00:00 2001 From: Jean-Tiare LE BIGOT Date: Fri, 10 Aug 2012 00:00:54 -0400 Subject: Applied fdo#46808 to offapi/auth module For auth module, this is more like a cosmetic change :) Anyway, all the tests passes and this is one more module migrated. Signed-off-by: Stephan Bergmann with additional changes: * Kept the odd SSOExceptions as noheader instead of nohdl. Change-Id: Iaef3b4ab8c29526be8d0a388fc17e6af5d293c81 --- offapi/UnoApi_offapi.mk | 8 +++++--- offapi/com/sun/star/auth/SSOManagerFactory.idl | 11 ++++------- offapi/com/sun/star/auth/SSOPasswordCache.idl | 11 ++++------- offapi/type_reference/types.rdb | Bin 7660544 -> 7654400 bytes 4 files changed, 13 insertions(+), 17 deletions(-) diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 0242a257ca91..152358cfceec 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -2,7 +2,7 @@ #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# +# # Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite @@ -42,6 +42,10 @@ $(eval $(call gb_UnoApi_set_include,offapi,\ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/animations,\ TargetPropertiesCreator \ )) +$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/auth,\ + SSOManagerFactory \ + SSOPasswordCache \ +)) $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/awt,\ AsyncCallback \ ContainerWindowProvider \ @@ -297,8 +301,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/accessi )) $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/auth,\ SSOExceptions \ - SSOManagerFactory \ - SSOPasswordCache \ )) $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/awt,\ AccessibleButton \ diff --git a/offapi/com/sun/star/auth/SSOManagerFactory.idl b/offapi/com/sun/star/auth/SSOManagerFactory.idl index 88f212a75844..c874f7ef7d85 100644 --- a/offapi/com/sun/star/auth/SSOManagerFactory.idl +++ b/offapi/com/sun/star/auth/SSOManagerFactory.idl @@ -58,16 +58,13 @@ module com { module sun { module star { module auth { send to the initiator side. + The interface supports the creation of XSSOManager instances + which can subsequently be used to create security contexts. + @since OOo 1.1.2 */ -published service SSOManagerFactory -{ - /** supports the creation of XSSOManager instances which can - subsequently be used to create security contexts. - */ - interface XSSOManagerFactory; -}; +published service SSOManagerFactory: XSSOManagerFactory; }; }; }; }; diff --git a/offapi/com/sun/star/auth/SSOPasswordCache.idl b/offapi/com/sun/star/auth/SSOPasswordCache.idl index 04aa8374c43b..7bf03cbb8e91 100644 --- a/offapi/com/sun/star/auth/SSOPasswordCache.idl +++ b/offapi/com/sun/star/auth/SSOPasswordCache.idl @@ -28,15 +28,12 @@ module com { module sun { module star { module auth { implementations which don't provide some sort of authentication information repository. + provides access to a cache which maps usernames to associated passwords. + Individual cache entries may be persisted. + @since OOo 1.1.2 */ -published service SSOPasswordCache -{ - /** provides access to a cache which maps usernames to associated passwords. - Individual cache entries may be persisted. - */ - interface XSSOPasswordCache; -}; +published service SSOPasswordCache: XSSOPasswordCache; }; }; }; }; diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb index be001dfcd14b..ed7e61a20fca 100644 Binary files a/offapi/type_reference/types.rdb and b/offapi/type_reference/types.rdb differ -- cgit v1.2.3