webservices/wsframework/inc/xmllocalnameconstants.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 14 Apr 2010 17:07:28 +0300
branchRCL_3
changeset 11 ab1e518f96da
parent 0 62f9d29f7211
permissions -rw-r--r--
Revision: 201014 Kit: 201015

/*
* 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