XSSOAcceptorContext.idl (d1766043) XSSOAcceptorContext.idl (d695a2a0)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 25 unchanged lines hidden (view full) ---

34
35module com { module sun { module star { module auth {
36
37/** represents an acceptor side security context.
38 <P>This context may be used to authenticate a Single Signon initiator based
39 on a security token sent by the intiator and to generate a token to be
40 sent back to the initiator so that it can authenticate the acceptor.
41
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 25 unchanged lines hidden (view full) ---

34
35module com { module sun { module star { module auth {
36
37/** represents an acceptor side security context.
38 <P>This context may be used to authenticate a Single Signon initiator based
39 on a security token sent by the intiator and to generate a token to be
40 sent back to the initiator so that it can authenticate the acceptor.
41
42 @since OOo 1.1.2
42 @since OpenOffice 1.1.2
43*/
44
45published interface XSSOAcceptorContext : ::com::sun::star::auth::XSSOContext
46{
47 /** accepts/authenticates an SSO token sent from the context initiator side.
48 <P>
49 accept() should be called only once. Subsequent calls produce
50 undefined results.

--- 21 unchanged lines hidden ---
43*/
44
45published interface XSSOAcceptorContext : ::com::sun::star::auth::XSSOContext
46{
47 /** accepts/authenticates an SSO token sent from the context initiator side.
48 <P>
49 accept() should be called only once. Subsequent calls produce
50 undefined results.

--- 21 unchanged lines hidden ---