Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
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
Archives
Today
Total
관리 메뉴

0gam

spring security session-registry 본문

Spring Framework

spring security session-registry

byeon0gam 2017. 2. 8. 15:35

session-registry-alias. It can also be useful to have a reference to the internal session registry for use in your own beans or an admin interface. You can expose the internal bean using the session-registry-alias attribute, giving it a name that you can use elsewhere in your configuration.


session-registry-ref. The user can supply their own SessionRegistry implementation using the session-registry-ref attribute. The other concurrent session control beans will be wired up to use it.


'Spring Framework' 카테고리의 다른 글

Spring exception handling  (0) 2018.05.25
ComponentScan  (0) 2018.05.23
@Controller , @RestController  (0) 2016.09.20
produces, consumes  (0) 2016.07.27
@JsonIgnoreProperties(ignoreUnknown = true)  (0) 2016.07.07