Package com. arcgismaps. httpcore. authentication
Types
An object that represents an ArcGIS authentication challenge.
//TODO
Possible responses to an ArcGIS authentication challenge.
An object used to access secured ArcGIS resources.
An object that stores ArcGISCredential objects.
Exception to be used when the User cancels the NetworkAuthenticationChallenge.
Provides objects for authenticating Network-secured and ArcGIS-secured resources. For ArcGIS-secured resources, users can get or set an ArcGISAuthenticationChallengeHandler and associated ArcGISCredentialStore. For Network-secured resources users can get or set a NetworkAuthenticationChallengeHandler and associated NetworkCredentialStore.
Represents a digital certificate used to access certificate secured resources.
Exception representing a 403 - Forbidden
response HTTP error. This HTTP error occurs when the user that generated the token does not have privilege to access the folder or service including when a Client Certificate is required to access this resource.
Signals a non 2xx HTTP response.
Exception representing a 401 - Unauthorized
response HTTP error. This HTTP error occurs when a network request is made to a NTLM-secured service, with no or invalid username/password.
Represents an authentication challenge that is raised upon encountering an authentication error. This class provides information about the authentication challenge, such as the URL of the request, the NetworkAuthenticationType, and the cause.
Implement this interface to handle NetworkAuthenticationChallenges.
Possible responses to a network authentication challenge.
Represents the different types of authentication challenges that can be raised.
Defines the concept of a Credential, allowing various different types of authenticating credentials to be passed to network requests.
Stores credentials of type NetworkCredential for use in network-secured requests.
An object used to configure an OAuthUserCredential.
A credential object to access OAuth token secured ArcGIS resources.
The OAuth user token that can be used by clients in exchange for user credentials.
Credential that is used to authenticate against HTTP-secured services.
An object used to access token-secured ArcGIS resources.
Represents a response to trust the Server Certificate of an HTTP network connection that is self signed or signed by an unknown root authority (for example an enterprise root certificate).
An object used to access token-secured ArcGIS resources.
Constants indicating the interface style.