Configuration Properties for ActiveSpaces Security

Configuration Properties for ActiveSpaces Security. The following table lists the properties of ActiveSpaces Security specified in Configurator:
Property Name Location Value Description
Enable activespaces security ( com.tibco.mdm.cache.as.security.enabled) Cluster level (InitialConfig > ActiveSpaces security configuration) True or False. The default value is False. Enables the security of ActiveSpaces.
ActiveSpaces security implementation class (com.tibco.mdm.cache.as.security.implementationclass) Cluster level (InitialConfig > ActiveSpaces security configuration) The default value is com.tibco.mdm.infrastructure.cache.as.security.MqActiveSpacesSecurity. Refers to the ActiveSpaces security implementation class, which is responsible for retrieving the required parameters for ActiveSpaces security.
ActiveSpaces security authentication (com.tibco.mdm.cache.as.requesternode.authentication.type) Cluster level (InitialConfig > ActiveSpaces security configuration) The supported values are USERPWD, X509V3, and NONE. The default value is NONE. Indicates the authentication type if it is enabled in a policy file.
Activespaces authentication callback class name (com.tibco.mdm.cache.as.security.authentication.class) Cluster level (InitialConfig > ActiveSpaces security configuration) The default value is com.tibco.mdm.infrastructure.cache.as.security.MqActiveSpacesDefaultAuthenticator. Using TIBCO ActiveSpaces security, you can authenticate the users of security domain requestor. The value of this property is the callback class called by ActiveSpaces, when authentication is enabled in a policy file and when the authentication type is set to USERPWD or X509V3. Otherwise, ActiveSpaces prompts the credentials on the application console.
AS Security Domain node type (com.tibco.mdm.cache.as.security.domain.nodetype) Node level (Member1 > Optimization > Member) The supported values are SECURITY_DOMAIN_CONTROLLER and SECURITY_DOMAIN_REQUESTOR. The default value is SECURITY_DOMAIN_CONTROLLER. Specifies whether the node works as the domain controller or domain requestor.
AS Security Network domain name (com.tibco.mdm.cache.as.requesternode.os.networkdomain) Node level (Member1 > Optimization > Member) Any valid domain name. The default value is null. Refers to the login domain name of the logged-in user, who is working as a domain requestor. Used if you have specified authentication type as USERPWD. This property used when node is working as a domain requestor.
AS Security Logged in operating system username of requester node (com.tibco.mdm.cache.as.requesternode.os.username) Node level (Member1 > Optimization > Member) Any valid user name. The default value is null. Refers to the login user name of the logged-in user, who is working as a domain requestor. Used if you have specified the authentication type as USERPWD. This property is used when the node is working as a domain requestor.
AS Security Encrypted password of logged in user of requester node (com.tibco.mdm.cache.as.requesternode.os.password) Node level (Member1 > Optimization > Member) Any valid password. The default value is null. Refers to the login password of the logged-in user, who is working as a domain requestor. Used if you have specified the authentication type as USERPWD. This property is used when node is working as a domain requestor. Password must be encrypted.
AS Security Encrypted Domain or token password (com.tibco.mdm.cache.as.securitydomain.identity.password) Node level (Member1 > Optimization > Member) The default value is null. Indicates the password of the domain if the node is working as a domain controller or token password if node is working as a domain requester.
AS Security Encrypted password of x509v3 system authentication (com.tibco.mdm.cache.as.requesternode.x509v3.password) Node level (Member1 > Optimization > Member) The default value is null. Certificate encrypted password for the x509v3 type of authentication. This property used when the node is working as a domain requestor.
AS Security Encrypted password of x509v3 system authentication (com.tibco.mdm.cache.as.requesternode.x509v3.keyfile) Node level (Member1 > Optimization > Member) The default value is null. The key file path of the x509v3 certificate when the x509v3 system authentication is enabled in policy. This property is used when the node works as a domain requestor.