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
    Modifier and Type
    Field
    Description
    static final String[]
    Deprecated.
    since 5.10.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    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.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Authenticator

      public Authenticator()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getPropertyNames

      public String[] getPropertyNames()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setProperty

      public void setProperty(String key, String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getProperty

      protected String getProperty(String key)
      Deprecated, for removal: This API element is subject to removal in a future version.