MemberDefSecurityPolicyFile Property |
The security domain policy file location
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract string SecurityPolicyFile { get; set; }
Public MustOverride Property SecurityPolicyFile As String
Get
Set
public:
virtual property String^ SecurityPolicyFile {
String^ get () abstract;
void set (String^ value) abstract;
}
abstract SecurityPolicyFile : string with get, set
Property Value
Type:
String
The policy file location (may be null)
Remarks
Set the security properties for the member. A member can be configured either with a policy or a token file but not both. If the member is a
controller (i.e. dedicated to enforce the security policy across a set of metaspaces), a valid policy file must be provided. Else, the policy
file must not be provided and using a token file becomes optional. If used, a valid token file must be provided.
Refer to the details on how to generate and edit token files in the manual.
See Also