summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/auth/SSOManagerFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/auth/SSOManagerFactory.idl')
-rw-r--r--offapi/com/sun/star/auth/SSOManagerFactory.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/auth/SSOManagerFactory.idl b/offapi/com/sun/star/auth/SSOManagerFactory.idl
index f550adca68da..1c6501c0f8f6 100644
--- a/offapi/com/sun/star/auth/SSOManagerFactory.idl
+++ b/offapi/com/sun/star/auth/SSOManagerFactory.idl
@@ -35,13 +35,13 @@
module com { module sun { module star { module auth {
/** represents a starting point for Single Signon interactions.
- <P>The Single Signon ( SSO ) apis provide UNO based access to underlying
- SSO implementations ( e.g. Kerberos ). The aim of the SSO apis is to
+ <P>The Single Signon ( SSO ) APIs provide UNO based access to underlying
+ SSO implementations ( e.g. Kerberos ). The aim of the SSO APIs is to
enable authentication ( possibly mutual ) between a client ( source or
initiator ) and a network service ( target or acceptor ). This is
achieved via. the creation and processing of security tokens sent
between the two parties. The steps which should be followed to
- successfully use the SSO apis are as follows:
+ successfully use the SSO APIs are as follows:
<UL>
<LI>Create an <type>XSSOManagerFactory</type> instance</LI>
<LI>Use this factory to create/retrieve an <type>XSSOManager</type>