webservices/wsframework/inc/xmllocalnameconstants.h
author hgs
Thu, 08 Jul 2010 14:00:07 +0530
changeset 29 5743aa3a72c3
parent 0 62f9d29f7211
permissions -rw-r--r--
201025

/*
* Copyright (c) 2008-2008 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: Header declaration
*
*/






 

#ifndef XML_LOCALNAME_CONSTANTS_H
#define XML_LOCALNAME_CONSTANTS_H

_LIT8(KIdentityProvider8, "IdentityProvider"); 	
_LIT8(KFakeIMEI8, "012345678901234");		
_LIT8(KContract8, "urn:liberty:as:2004-04");		
_LIT8(KImei, "IMEI");		
_LIT8(KType, "type");		

_LIT8(KAuthzID8, "AuthzID");		
_LIT8(KAdvisoryAuthnID8, "AdvisoryAuthnID");				
_LIT8(KPassword8, "Password");		
_LIT8(KProviderID8, "ProviderID");		


#endif XML_LOCALNAME_CONSTANTS_H

// End of File