public class AdapterDeploymentContextBean extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
KeycloakDeployment and AdapterDeploymentContext for this
Spring application context. The Keycloak deployment is loaded from the required
WEB-INF/keycloak.json file generated by Keycloak.| Constructor and Description |
|---|
AdapterDeploymentContextBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
KeycloakDeployment |
getDeployment()
Returns the
KeycloakDeployment for this application context. |
AdapterDeploymentContext |
getDeploymentContext()
Returns the Keycloak
AdapterDeploymentContext for this application context. |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic AdapterDeploymentContext getDeploymentContext()
AdapterDeploymentContext for this application context.AdapterDeploymentContext for this application contextpublic KeycloakDeployment getDeployment()
KeycloakDeployment for this application context.KeycloakDeployment for this application contextpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.