Project

General

Profile

« Previous | Next » 

Revision e830b16f

Added by Andreas Müller about 3 years ago

cleanup

View differences:

cdmlib-services/src/main/resources/eu/etaxonomy/cdm/services_security_base.xml
27 27
        <property name="permissionEvaluator" ref="cdmPermissionEvaluator" />
28 28
    </bean>
29 29

  
30

  
31 30
    <bean id="daoAuthenticationProvider" class="org.springframework.security.authentication.dao.DaoAuthenticationProvider">
32 31
        <property name="userDetailsService" ref="userService"/>
33 32
        <property name="saltSource" ref="saltSource"/>
......
48 47
        </constructor-arg>
49 48
    </bean>
50 49

  
51

  
52 50
    <!--
53 51
        Run-As Authentication Replacement for system operations
54 52
        as e.g. performed by the eu.etaxonomy.cdm.api.application.FirstDataInserter

Also available in: Unified diff