Package org.robovm.apple.coreservices
Class CFHTTPAuthenticationCredentials
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coreservices.CFHTTPAuthenticationCredentials
public class CFHTTPAuthenticationCredentials extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFHTTPAuthenticationCredentials.AsListMarshalerstatic classCFHTTPAuthenticationCredentials.Keysstatic classCFHTTPAuthenticationCredentials.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CFHTTPAuthenticationCredentials() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)StringgetAccountDomain()StringgetPassword()StringgetUsername()booleanhas(CFString key)CFHTTPAuthenticationCredentialsset(CFString key, NativeObject value)CFHTTPAuthenticationCredentialssetAccountDomain(String accountDomain)CFHTTPAuthenticationCredentialssetPassword(String password)CFHTTPAuthenticationCredentialssetUsername(String username)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CFHTTPAuthenticationCredentials
public CFHTTPAuthenticationCredentials()
-
-
Method Details
-
has
-
get
-
set
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getAccountDomain
-
setAccountDomain
-