webservices/wsframework/inc/xmllocalnameconstants.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 07 Jan 2010 16:19:19 +0200
changeset 0 62f9d29f7211
permissions -rw-r--r--
Revision: 200951 Kit: 201001

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