summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/auth
diff options
context:
space:
mode:
authorAurimas FiĊĦeras <aurimas@gmail.com>2010-10-12 20:00:57 +0300
committerMichael Meeks <michael.meeks@novell.com>2010-10-12 21:25:06 +0100
commit624840542bb3943393c3a616254899789bb044b4 (patch)
tree61d0daeeb4654a8258bed42bf441340fcf4666cb /offapi/com/sun/star/auth
parentmove some uno::Sequences to ensure a safer deterministic shutdown order (diff)
downloadcore-624840542bb3943393c3a616254899789bb044b4.tar.gz
core-624840542bb3943393c3a616254899789bb044b4.zip
Fix some typos in documentation
Diffstat (limited to 'offapi/com/sun/star/auth')
-rw-r--r--offapi/com/sun/star/auth/SSOManagerFactory.idl6
-rw-r--r--offapi/com/sun/star/auth/XSSOAcceptorContext.idl2
-rw-r--r--offapi/com/sun/star/auth/XSSOInitiatorContext.idl4
3 files changed, 6 insertions, 6 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>
diff --git a/offapi/com/sun/star/auth/XSSOAcceptorContext.idl b/offapi/com/sun/star/auth/XSSOAcceptorContext.idl
index ec50053f054d..e343719a488f 100644
--- a/offapi/com/sun/star/auth/XSSOAcceptorContext.idl
+++ b/offapi/com/sun/star/auth/XSSOAcceptorContext.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module auth {
/** represents an acceptor side security context.
<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
+ on a security token sent by the initiator and to generate a token to be
sent back to the initiator so that it can authenticate the acceptor.
@since OOo 1.1.2
diff --git a/offapi/com/sun/star/auth/XSSOInitiatorContext.idl b/offapi/com/sun/star/auth/XSSOInitiatorContext.idl
index 3c40b045d224..27b7cf672a92 100644
--- a/offapi/com/sun/star/auth/XSSOInitiatorContext.idl
+++ b/offapi/com/sun/star/auth/XSSOInitiatorContext.idl
@@ -39,14 +39,14 @@
module com { module sun { module star { module auth {
/** represents an initiator side security context.
- <P>This context may be used to initialise authetication tokens to send to
+ <P>This context may be used to initialize authentication tokens to send to
an acceptor and to authenticate any token sent back in response.
@since OOo 1.1.2
*/
published interface XSSOInitiatorContext : ::com::sun::star::auth::XSSOContext
{
- /** initialises an SSO Token to send to the acceptor side and
+ /** initializes an SSO Token to send to the acceptor side and
authenticates an SSO Token returned by the acceptor if the
context supports mutual authentication.
<P>