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


Chapter 6 MemberDef : MemberDef Operations : tibasMemberDef_GetSecurityPolicyFile()

tibasMemberDef_GetSecurityPolicyFile()
Function
Declaration
tibas_status tibasMemberDef_GetSecurityPolicyFile(
tibasMemberDef memberDef,
const char**   policyFile)
Purpose
Returns the location and filename for the policy file that is in effect for a specified member.
Parameters
 
Remarks
Use the tibasMemberDef_GetSecurityPolicyFile() function to return the policy file that is in effect for a specified space member that is acting as a security domain controller.
If the member is not functioning as a security domain controller then it is a security domain requestor and will not have a security policy file; instead it will have a security token file. You can use the tibasMemberDef_GetSecurityTokenFile() function to return the location and filename for the security policy file.
See Also
tibasMemberDef_SetSecurityPolicyFile(), tibasMemberDef_GetSecurityTokenFile()

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