0gam
spring security session-registry 본문
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 |