[cas-dev] Using CasConfigurationProperties and add my own properties to cas.properties

2018-02-23 Thread Julien Marchal
Hi all, I try to develop my own extension to modify CAS webflow and I want use my own properties in cas.properties. I've made a WebflowConfiguration class and I want use CasConfigurationProperties class to read my properties. But CasConfigurationProperties have only methods to read predefine CAS

Re: [cas-dev] Using CasConfigurationProperties and add my own properties to cas.properties

2018-02-23 Thread Dmitriy Kopylenko
You simply create your own “POJO” encapsulating custom properties and inject that bean into your custom components. No need to mess around with CAS’ CasConfigurationProperties class. Here’s an an example of a couple of custom