<!-- The security filter that turns a Spring token into an OpenEdge
ClientPrincipal object --> <b:bean id="OEClientPrincipalFilter" class="com.progress.rest.security.OEClientPrincipalFilter" > <b:property name="enablecp" value="true" /> <b:property name="domain" value=$Application /> <b:property name="roles" value="" /> <b:property name="authz" value="" /> <b:property name="expires" value="600" /> <b:property name="accntinfo" value="" /> <b:property name="" > <b:map> <b:entry key="prop-1" value="string1"/> <b:entry key="prop-2" value="string2"/> </b:map> </b:property> <b:property name="ccid" value="true" /> <b:property name="anonymous" value="true" /> </b:bean> |
<!-- The security filter that turns a Spring token into an OpenEdge
ClientPrincipal object --> <b:bean id="OEClientPrincipalFilter" class="com.progress.rest.security.OEClientPrincipalFilter" > <b:property name="enablecp" value="false" /> <b:property name="domain" value="sample" /> <b:property name="roles" value="sample" /> <b:property name="authz" value="false" /> <b:property name="expires" value="600" /> <b:property name="accntinfo" value="true" /> <b:property name="properties" > <b:map> <b:entry key="prop-1" value="string1"/> <b:entry key="prop-2" value="string2"/> </b:map> </b:property> <b:property name="ccid" value="true" /> <b:property name="anonymous" value="true" /> </b:bean> |