Class BasicAuthCache

  • All Implemented Interfaces:
    AuthCache

    @Contract(threading=SAFE)
    public class BasicAuthCache
    extends java.lang.Object
    implements AuthCache
    Default implementation of AuthCache. This implements expects AuthScheme to be Serializable in order to be cacheable.

    Instances of this class are thread safe as of version 4.4.

    Since:
    4.1
    • Constructor Detail

      • BasicAuthCache

        public BasicAuthCache​(SchemePortResolver schemePortResolver)
        Default constructor.
        Since:
        4.3
      • BasicAuthCache

        public BasicAuthCache()