[[vaadin-7-spring-security-base-authentication]] Vaadin 7 + Spring Security (base authentication) ------------------------------------------------ Vaadin 7 is easy to integrate with Spring Security. You should configure only 2 files. First - web.xml and second one spring-security.xml (user credentials and security settings). This is a small example on how to use base form for authentification. [[web.xml-configuration]] web.xml Configuration ^^^^^^^^^^^^^^^^^^^^^ [source,xml] .... Vaadin7SpringSecurity contextConfigLocation /WEB-INF/spring/spring-security.xml org.springframework.web.context.ContextLoaderListener springSecurityFilterChain org.springframework.web.filter.DelegatingFilterProxy springSecurityFilterChain /* .... [[spring-security.xml]] spring-security.xml ^^^^^^^^^^^^^^^^^^^ [source,xml] .... .... For more details, how to extend *spring-security.xml* configuration you can use http://docs.spring.io/autorepo/docs/spring-security/3.0.x/reference/ns-config.html[Spring resources]. integration-tests-for-deleting-a-file-copied-from-a-share Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Mail/Provider/IMessageSend.php
blob: fe1b2884452a06f88afb6855eb7d8c885decefc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33