passwordcontainer.hxx (b16fc349) passwordcontainer.hxx (7950f2af)
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

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

61 /** This member function tries to handle an authentication interaction
62 request by looking up credentials for the given URL in the password
63 container service.
64
65 In case of success the given interaction continuation
66 (XInteractionSupplyAuthentication) is filled with the credentials found
67 in the password container.
68
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

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

61 /** This member function tries to handle an authentication interaction
62 request by looking up credentials for the given URL in the password
63 container service.
64
65 In case of success the given interaction continuation
66 (XInteractionSupplyAuthentication) is filled with the credentials found
67 in the password container.
68
69 Please note the the continuation gets not "selected" by this
69 Please note that the continuation gets not "selected" by this
70 implementation. "Selecting" the continuation is up to the caller (e.g.
71 an implementation of XInteractionHandler::handle) of this function.
72
73 @param rRequest
74 The authentication request.
75
76 @param xSupplyAuthentication
77 The "supply authentication" interaction continuation.

--- 116 unchanged lines hidden ---
70 implementation. "Selecting" the continuation is up to the caller (e.g.
71 an implementation of XInteractionHandler::handle) of this function.
72
73 @param rRequest
74 The authentication request.
75
76 @param xSupplyAuthentication
77 The "supply authentication" interaction continuation.

--- 116 unchanged lines hidden ---