Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

KEW Service Configuration

The UCD Encryption Service overrides the default demonstration encryption serviceAs of 1.0.1.1-UCD-SR1d, Rice applications will no longer encrypt workflow document content. This is accomplished by disabling encryption using the out-of-the-box non-encryption implementation (org.kuali.rice.core.service.impl.NoEncryptionEncryptionServiceImpl). It is instantiated by declaring classpath:edu/ucdavis/kuali/rice/kim/config/ucd-kew-service.xml in the Spring context.

Property Configuration

The encryption service requires an encryptionConsequently, the encryption.key property be setis no longer required.

Code Block
borderStylesolid
title/usr/local/rice/rice-config.xml

<param name="encryption.key">[some generated encryption key]</param>

KNS Service Configuration (DRAFT)

...

KNS Service Configuration

As of 1.0.1.1-UCD-SR1d, Rice applications will no longer encrypt workflow document content. This is accomplished by disabling encryption using the out-of-the-box non-encryption implementation (org.kuali.rice.core.service.impl.NoEncryptionEncryptionServiceImpl). It is instantiated by declaring classpath:edu/ucdavis/kuali/rice/kim/config/ucd-kns-service.xml in the Spring context.

Consequently, the encryption.key property is no longer required.

UCD Spring Bean Configuration

...