Class AuthenticationStatusConfigConstants

java.lang.Object
com.adobe.acs.commons.httpcache.config.AuthenticationStatusConfigConstants

public final class AuthenticationStatusConfigConstants extends Object
Constants used to represent authentication status in HttpCacheConfig.
  • Field Details

    • ANONYMOUS_REQUEST

      public static final String ANONYMOUS_REQUEST
      Unauthenticated public requests
      See Also:
    • AUTHENTICATED_REQUEST

      public static final String AUTHENTICATED_REQUEST
      Authenticated requests
      See Also:
    • BOTH_ANONYMOUS_AUTHENTICATED_REQUESTS

      public static final String BOTH_ANONYMOUS_AUTHENTICATED_REQUESTS
      Both the authenticated and unauthenticated requests
      See Also: