ESUPSGC

Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Bloc de code
languagexml
	<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
languagexml
	<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>

...