HttpChannelListeners.BasicCredetials class

Class represents basic credentials that is to be returned on a authentication challenge.

Package

com.sap.mobile.lib.request.HttpChannelListeners

Syntax

public class BasicCredetials implements ICredential

Implemented interfaces

Members

All members of BasicCredetials, including inherited members.

Variables
Modifier and Type Variable Description
public static String uName  
public static String passwd  
Constructors
Modifier and Type Constructor Description
public BasicCredetials(String, String)  
Methods
Modifier and Type Method Description
public Map< String, Object > getAuthHeader()