Class Authenticator
- java.lang.Object
-
- com.atlassian.confluence.util.http.Authenticator
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HttpClientAuthenticator
@Deprecated(forRemoval=true) public abstract class Authenticator extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0.1 will be removed in 9.0- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String[]SIMPLE_PROPERTIESDeprecated.since 5.10.
-
Constructor Summary
Constructors Constructor Description Authenticator()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected StringgetProperty(String key)Deprecated, for removal: This API element is subject to removal in a future version.String[]getPropertyNames()Deprecated, for removal: This API element is subject to removal in a future version.voidsetProperty(String key, String value)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
SIMPLE_PROPERTIES
@Deprecated public static final String[] SIMPLE_PROPERTIES
Deprecated.since 5.10. UsegetPropertyNames()instead.
-
-