@Configuration public class ComponentConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.pac4j.core.config.Config |
config |
protected javax.servlet.http.HttpServletRequest |
request |
protected javax.servlet.http.HttpServletResponse |
response |
protected org.pac4j.core.context.session.SessionStore<org.pac4j.core.context.J2EContext> |
sessionStore |
| Constructor and Description |
|---|
ComponentConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.pac4j.core.profile.ProfileManager |
getProfileManager() |
protected org.pac4j.core.context.session.SessionStore<org.pac4j.core.context.J2EContext> |
getSessionStore() |
org.pac4j.core.context.J2EContext |
getWebContext() |
@Autowired protected javax.servlet.http.HttpServletRequest request
@Autowired protected javax.servlet.http.HttpServletResponse response
@Autowired(required=false) protected org.pac4j.core.config.Config config
@Autowired(required=false) protected org.pac4j.core.context.session.SessionStore<org.pac4j.core.context.J2EContext> sessionStore
protected org.pac4j.core.context.session.SessionStore<org.pac4j.core.context.J2EContext> getSessionStore()
@Bean @RequestScope public org.pac4j.core.context.J2EContext getWebContext()
@Bean @RequestScope public org.pac4j.core.profile.ProfileManager getProfileManager()
Copyright © 2018. All rights reserved.