Interface HttpAuthCache

All Superinterfaces:
ProfileService

public interface HttpAuthCache extends ProfileService
An HTTP authentication cache service.

This service stores HTTP authentication identities and challenge info.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clears all added HTTP authentication entries.

    Methods inherited from interface com.teamdev.jxbrowser.profile.ProfileService

    profile
  • Method Details

    • clear

      void clear()
      Clears all added HTTP authentication entries.
      Throws:
      ObjectClosedException - when the profile is deleted or its engine is closed