summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/UnoApi_offapi.mk8
-rw-r--r--offapi/com/sun/star/auth/SSOManagerFactory.idl11
-rw-r--r--offapi/com/sun/star/auth/SSOPasswordCache.idl11
-rw-r--r--offapi/type_reference/types.rdbbin7660544 -> 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.</LI>
</UL>
+ The interface supports the creation of <type>XSSOManager</type> instances
+ which can subsequently be used to create security contexts.
+
@since OOo 1.1.2
*/
-published service SSOManagerFactory
-{
- /** supports the creation of <type>XSSOManager</type> 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
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ