public class AdapterDeploymentContextBean extends Object implements org.springframework.beans.factory.InitializingBean
KeycloakDeployment and AdapterDeploymentContext for this
Spring application context. The Keycloak deployment is loaded from the required
keycloak.json resource file.| Constructor and Description |
|---|
AdapterDeploymentContextBean(org.springframework.core.io.Resource keycloakConfigFileResource) |
| 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. |
public AdapterDeploymentContextBean(org.springframework.core.io.Resource keycloakConfigFileResource)
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 contextCopyright © 2015 JBoss by Red Hat. All rights reserved.