A.1 IDL specification (file name "SecurityServiceConstDefs.idl")
32.3733GPPCommon Object Request Broker Architecture (CORBA) solutionSecurity services for Integration Reference Point (IRP)Telecommunication managementTS
//File: SecurityServiceConstDefs.idl
#ifndef _SECURITYSERVICEConstDefs_idl_
#define _SECURITYSERVICEConstDefs_idl_
// This statement must appear after all include statements
#pragma prefix "3gppsa5.org"
/* ## Module: SecurityServiceConstDefs
This module contains definitions specific for Security Service Request Interceptor Solution.
================================================================
*/
module SecurityServiceConstDefs
{
typedef Any Auth_Data;
/*
Define the credential in Request Interceptor Solution specified in
the Security Service: IS.
*/
interface Credential
{
Auth_Data authenticationData;
};
};
#endif // _SECURITYSERVICEConstDefs_idl_