HttpChannelListeners class

Consists of interfaces and classes related to network edge authentication.

Package

com.sap.mobile.lib.request

Syntax

public class HttpChannelListeners

Members

All members of HttpChannelListeners, including inherited members.

Nested classes
Modifier and Type Class Description
publicclass Authenticationschema Consists of methods to set user credentials, realm and schema.
publicclass BasicCredetials Class represents basic credentials that is to be returned on a authentication challenge.
publicclass CookieCredetials Class represents cookie that is to be returned on a authentication challenge.
Nested interfaces
Modifier and Type Interface Description
publicinterface IAuthenticationChallengeListner Interface to be implemented to handle network edge authentication challenge.
publicinterface ICredential Interface to be implemented to get the authorization headers like basic and cookie authentication header.
publicinterface IMutualSSLChallengeListener Interface to be implemented for Mutual SSL support.
publicinterface ISSLChallengeListener Interface to be implemented for single SSL support.