Previous | Security Configuration | Next |
Security properties for a service are configured through the Administration Manager, as follows.
These properties are fully described in Security Administration Manager Properties, below.
These properties should be configured separately for each OpenFusion Service.
Services can share common persistence files, or different file locations can be specified for each Service. The default is for all Services to store their persistence files in a common location, which means that by default the above properties are configured identically for each Service.
If this property is checked, security is enabled for the Service. If security is not enabled, the remaining properties on this tab are unavailable.
The name and location of the XML group persistence file, given as either a file or http URL. This defaults to:
file:<install>/etc/security/grouppersistence.xml
where <install> is the OpenFusion CORBA Services installation path.
This file is described in Creating ACL Groups.
The name and location of the XML principal persistence file, given as either a file or http URL. This defaults to:
file:<install>/etc/security/principalpersistence.xml
where <install> is the OpenFusion CORBA Services installation path.
This file is described in described in Creating Principal Mappings
The name and location of the Java Authentication and Authorisation Service (JAAS) configuration file, given as either a file or http URL. This defaults to:
file:<install>/etc/security/jaas.config
where <install> is the OpenFusion CORBA Services installation path.
The name and location of the XML ACL persistence file, given as either a file or http URL. This defaults to:
file:<install>/etc/security/accessentry.xml
where <install> is the OpenFusion CORBA Services installation path.
The name and location of the file holding user credentials, given as either a file or a http URL. This defaults to:
file:<install>/Security/etc/security/userdata.xml
where <install> is the OpenFusion CORBA Services installation path.
This file is described in Supplying Authorised Credentials.
The name and location of the security configuration file, given as either a file or a http URL. This defaults to:
file:<install>/etc/security/SecurityProperties.xml
where <install> is the OpenFusion CORBA Services installation path.
This file is described in Security Configuration File Properties.
This property will be over-ridden by the system property security.ConfigurationFile, if it is set.
Previous | Security Configuration | Next |