![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
• repo.isSecurityEnabled—Optional. Default value is true.
This is the master switch for security. If its value is false, other security related properties have no meaning.If this property value is a text string set to true, the server is security-enabled. The server is always either secure or not. There is no way to programatically turn security on or off.
• repo.checkSecurityOnlyOnPolicyManagement—Optional. Default value is false.If this property value is a text string set to true, the server checks security only on the policy management operations that update security policies. Other operations do not get any security checked by the server.This property is relevant only if the repo.isSecurityEnabled property is set to true for this server.
• repo.secureGuestPassword—Optional. Default value is an empty string.This property must match the password for the user specified by repo.secureGuestUsername. Use this option to allow 3.x applications to access an instance of a repository 4.x or later on a secure server.This property requires that security be enabled via the isSecurityEnabled property.
• repo.secureGuestUsername—Optional. Default value is guest.Any message received from a client that doesn't contain an authentication statement is treated with the authority of the repo.secureGuestUsername user. To create an authentication statement, the server uses repo.secureGuestUsername user with its password specified in another property of this file, repo.secureGuestPassword.The repo.secureGuestUsername user must be explicitly defined in the security policy backend with its password specified by repo.secureGuestPassword.It is perfectly valid for the secureGuestUsername user not to exist. Such a situation completely blocks access to unauthenticated users for all instances maintained by that server. Similarly, the secureGuestUserId user must be explicitly granted access rights in the same way any other user would be granted rights.This property requires that security be enabled be enabled via the isSecurityEnabled property.
• repo.secureUsername—Optional. Name of the user with full Administrator privileges.
• repo.securePassword—Optional. Password for the username specified in the repo.secureUsername property.This is the password specified for the domain administrator for the administration domain. This property is meaningful only when repo.isSecurityEnabled property is set to true.
• repo.secureStatementDuration—Optional. Default value is 3600.
• repo.isRepoNavigatorEnabled—Optional. Enables the use of the Repository Navigator.When set (repo.isRepoNavigatorEnabled=true) the repository instances on the server can be viewed using the URL: http://host:port/administrator/repo.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |