Class CFHTTPAuthentication

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CFHTTPAuthentication
    extends CFType
    • Constructor Detail

      • CFHTTPAuthentication

        protected CFHTTPAuthentication()
    • Method Detail

      • getClassTypeID

        public static long getClassTypeID()
        Since:
        Available in iOS 2.0 and later.
      • appliesToRequest

        public boolean appliesToRequest​(CFHTTPMessage request)
        Since:
        Available in iOS 2.0 and later.
      • requiresOrderedRequests

        public boolean requiresOrderedRequests()
        Since:
        Available in iOS 2.0 and later.
      • getRealm

        public java.lang.String getRealm()
        Since:
        Available in iOS 2.0 and later.
      • getDomains

        public NSArray<NSURL> getDomains()
        Since:
        Available in iOS 2.0 and later.
      • getMethod

        public java.lang.String getMethod()
        Since:
        Available in iOS 2.0 and later.
      • requiresUserNameAndPassword

        public boolean requiresUserNameAndPassword()
        Since:
        Available in iOS 2.0 and later.
      • requiresAccountDomain

        public boolean requiresAccountDomain()
        Since:
        Available in iOS 2.0 and later.