Kaydet (Commit) 21393843 authored tarafından Jean-Tiare LE BIGOT's avatar Jean-Tiare LE BIGOT Kaydeden (comit) Stephan Bergmann

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 <sbergman@redhat.com> with additional changes:
* Kept the odd SSOExceptions as noheader instead of nohdl.

Change-Id: Iaef3b4ab8c29526be8d0a388fc17e6af5d293c81
üst a334c468
......@@ -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 \
......
......@@ -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;
}; }; }; };
......
......@@ -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;
}; }; }; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment