FIPS Overview of Security in Oracle CEP

Configuring Security for Oracle CEP 10-9 Example 10–1 LDAPDBMS Properties File For attributes of type boolean or Boolean, value can be true or false and its case insensitive. For attributes of type String[], values are comma separated; blanks before and after the comma are ignored. For example, if the property is defined as: saml1.IntersiteTransferURIs=uri1, uri2, uri3 the IntersiteTransferURIs attribute value is String[]{uri1, uri2, uri3} For attributes of type Properties, the value should be inputted as a set of key=value pairs separated by commas; blanks before and after the commas are also ignored. For example in practice, the property should be all on one line: store.StoreProperties=DriverName=oracle.jdbc.driver.OracleDriver, ConnectionURL=jdbc:oracle:thin:united.bea.com:1521:xe, Username=user, Password=user domain.mbean=com.bea.common.management.configuration.LegacyDomainInfoMBean domain.DomainName=legacy-domain-name domain.ServerName=legacy-server-name domain.RootDirectory=legacy-rootdir domain.ProductionModeEnabled= domain.WebAppFilesCaseInsensitive= domain.DomainCredential=changeit jaxp.mbean=com.bea.common.management.configuration.JAXPFactoryServiceMBean jaxp.DocBuilderFactory= jaxp.SaxParserFactory= jaxp.SaxTransformFactory= jaxp.TransformFactory= ldapssl.mbean=com.bea.common.management.configuration.LDAPSSLSocketFactoryLookupServiceMBean ldapssl.Protocol= ldapssl.TrustManagerClassName= namedsql.mbean=com.bea.common.management.configuration.NamedSQLConnectionLookupServiceMBean store.mbean=com.bea.common.management.configuration.StoreServiceMBean Split here for readability; in practice, a property should be all on one line. store.StoreProperties=DriverName=oracle.jdbc.driver.OracleDriver, ConnectionURL=jdbc:oracle:thin:localhost:1521:orcl, Username=wlevs, Password=wlevs store.ConnectionProperties= store.NotificationProperties= realm.mbean=weblogic.management.security.RealmMBean realm.Name=my-realm realm.ValidateDDSecurityData= realm.CombinedRoleMappingEnabled= realm.EnableWebLogicPrincipalValidatorCache= realm.MaxWebLogicPrincipalsInCache= realm.DelegateMBeanAuthorization= realm.AuthMethods= adt.1.mbean=weblogic.security.providers.audit.DefaultAuditorMBean adt.1.Severity=INFORMATION adt.1.InformationAuditSeverityEnabled= adt.1.WarningAuditSeverityEnabled= adt.1.ErrorAuditSeverityEnabled= adt.1.SuccessAuditSeverityEnabled= adt.1.FailureAuditSeverityEnabled= adt.1.OutputMedium= adt.1.RotationMinutes= adt.1.BeginMarker= adt.1.EndMarker= adt.1.FieldPrefix= adt.1.FieldSuffix= adt.1.Name=my-auditor adt.1.ActiveContextHandlerEntries= atn.1.mbean=weblogic.security.providers.authentication.LDAPAuthenticatorMBean atn.1.UserObjectClass= atn.1.UserNameAttribute= atn.1.UserDynamicGroupDNAttribute= atn.1.UserBaseDN=o=ECS,dc=bea,dc=com atn.1.UserSearchScope=subtree atn.1.UserFromNameFilter= atn.1.AllUsersFilter= atn.1.GroupBaseDN=ECS,dc=bea,dc=com