Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 MemberDef : MemberDef Operations : tibasMemberDef_SetSecurityPolicyFile()

tibasMemberDef_SetSecurityPolicyFile()
Function
Declaration
tibas_status tibasMemberDef_SetSecurityPolicyFile(
tibasMemberDef memberDef,
const char* policyFile)
Purpose
Sets the directory path and filename for the security policy file for a specified member.
Parameters
 
For example, "c:/tibco/as/2.1/lib/mypolicyfile.txt.
Remarks
Use the tibasMemberDef_SetSecurityPolicyFile() function to specify the security policy file for a specified member that will function as a security domain controller.
If the member is a security domain requestor, a policy file is not required; instead you must specify a security token file. You can use the tibasMemberDef_SetSecurityTokenFile() to specify the directory path and filename for the security token file.
See Also
tibasMemberDef_SetSecurityTokenFile(), tibasMemberDef_GetSecurityPolicyFile()

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved