...
| Bloc de code | ||
|---|---|---|
| ||
<bean id="groupService" class="org.esupportail.sgc.services.ldap.LdapFilterGroupService"> <property name="ldapTemplate" ref="ldapTemplate"/> <property name="ldapFiltersGroups"> <map> <entry key="supannEntiteAffecation=DSI" value="app-sgc-admins" value="supannEntiteAffecation=DSI"/> <entry key="eduPersonAffiliation=student" value="app-sgc-students" value="eduPersonAffiliation=student"/> </map> </property> </bean> |
...
| Bloc de code | ||
|---|---|---|
| ||
<bean id="groupService" class="org.esupportail.sgc.services.ldap.SpelGroupService"> <property name="groups4eppnSpel"> <map> <entry key="app-sgc-admins" value="#user['supannEntiteAffecation'] != Null and #user['supannEntiteAffecation'].supannEntiteAffectationPrincipale matches '.*DSI.*'"/> <entry key="app-sgc-all" value="true"/> </map> </property> </bean> |
...