Package org.robovm.apple.coreservices
Class CFHTTPAuthentication
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.coreservices.CFHTTPAuthentication
- All Implemented Interfaces:
AutoCloseable
public class CFHTTPAuthentication extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFHTTPAuthentication.CFHTTPAuthenticationPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFHTTPAuthentication() -
Method Summary
Modifier and Type Method Description booleanappliesToRequest(CFHTTPMessage request)static CFHTTPAuthenticationcreate(CFAllocator alloc, CFHTTPMessage response)static CFHTTPAuthenticationcreate(CFHTTPMessage response)static longgetClassTypeID()NSArray<NSURL>getDomains()StringgetMethod()StringgetRealm()booleanisValid()booleanrequiresAccountDomain()booleanrequiresOrderedRequests()booleanrequiresUserNameAndPassword()Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CFHTTPAuthentication
protected CFHTTPAuthentication()
-
-
Method Details
-
create
- Since:
- Available in iOS 2.0 and later.
-
getClassTypeID
public static long getClassTypeID() -
create
-
isValid
- Throws:
CFStreamErrorException
-
appliesToRequest
-
requiresOrderedRequests
public boolean requiresOrderedRequests() -
getRealm
-
getDomains
-
getMethod
-
requiresUserNameAndPassword
public boolean requiresUserNameAndPassword() -
requiresAccountDomain
public boolean requiresAccountDomain()
-