Class Authenticator
java.lang.Object
com.atlassian.confluence.util.http.Authenticator
- All Implemented Interfaces:
Serializable
@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:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getProperty
(String key) Deprecated, for removal: This API element is subject to removal in a future version.String[]
Deprecated, for removal: This API element is subject to removal in a future version.void
setProperty
(String key, String value) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
SIMPLE_PROPERTIES
Deprecated.since 5.10. UsegetPropertyNames()
instead.
-
-
Constructor Details
-
Authenticator
public Authenticator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getPropertyNames
Deprecated, for removal: This API element is subject to removal in a future version. -
setProperty
Deprecated, for removal: This API element is subject to removal in a future version. -
getProperty
Deprecated, for removal: This API element is subject to removal in a future version.
-