Updated @since tag for Win Auth classes
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1561068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e9c8797108
commit
f04d653be3
|
@ -41,7 +41,7 @@ import com.sun.jna.platform.win32.Secur32.EXTENDED_NAME_FORMAT;
|
||||||
* <p/>
|
* <p/>
|
||||||
* EXPERIMENTAL
|
* EXPERIMENTAL
|
||||||
*
|
*
|
||||||
* @since 4.3
|
* @since 4.4
|
||||||
*/
|
*/
|
||||||
@Immutable
|
@Immutable
|
||||||
public class CurrentWindowsCredentials implements Credentials, Serializable, Principal {
|
public class CurrentWindowsCredentials implements Credentials, Serializable, Principal {
|
||||||
|
|
|
@ -39,7 +39,7 @@ import org.apache.http.protocol.HttpContext;
|
||||||
* <p/>
|
* <p/>
|
||||||
* EXPERIMENTAL
|
* EXPERIMENTAL
|
||||||
*
|
*
|
||||||
* @since 4.3
|
* @since 4.4
|
||||||
*/
|
*/
|
||||||
@Immutable
|
@Immutable
|
||||||
public class WindowsNTLMSchemeFactory implements AuthSchemeProvider {
|
public class WindowsNTLMSchemeFactory implements AuthSchemeProvider {
|
||||||
|
|
|
@ -60,7 +60,7 @@ import com.sun.jna.ptr.IntByReference;
|
||||||
* <p/>
|
* <p/>
|
||||||
* EXPERIMENTAL
|
* EXPERIMENTAL
|
||||||
*
|
*
|
||||||
* @since 4.3
|
* @since 4.4
|
||||||
*/
|
*/
|
||||||
@NotThreadSafe
|
@NotThreadSafe
|
||||||
public class WindowsNegotiateScheme extends AuthSchemeBase {
|
public class WindowsNegotiateScheme extends AuthSchemeBase {
|
||||||
|
|
|
@ -39,7 +39,7 @@ import org.apache.http.protocol.HttpContext;
|
||||||
* <p/>
|
* <p/>
|
||||||
* EXPERIMENTAL
|
* EXPERIMENTAL
|
||||||
*
|
*
|
||||||
* @since 4.3
|
* @since 4.4
|
||||||
*/
|
*/
|
||||||
@Immutable
|
@Immutable
|
||||||
public class WindowsNegotiateSchemeFactory implements AuthSchemeProvider {
|
public class WindowsNegotiateSchemeFactory implements AuthSchemeProvider {
|
||||||
|
|
Loading…
Reference in New Issue