public class ReservedUserCreationObserver
extends org.wso2.carbon.utils.AbstractAxis2ConfigurationContextObserver
implements org.wso2.carbon.core.ServerStartupObserver
| Constructor and Description |
|---|
ReservedUserCreationObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
completedServerStartup() |
void |
completingServerStartup() |
void |
createdConfigurationContext(org.apache.axis2.context.ConfigurationContext configurationContext) |
void |
createReservedUser()
Creates a reserved user to be used in cross tenant subscription scenarios, so that the tenant admin is
not exposed in JWT tokens generated.
|
void |
terminatingConfigurationContext(org.apache.axis2.context.ConfigurationContext configContext) |
public void createdConfigurationContext(org.apache.axis2.context.ConfigurationContext configurationContext)
createdConfigurationContext in interface org.wso2.carbon.utils.Axis2ConfigurationContextObservercreatedConfigurationContext in class org.wso2.carbon.utils.AbstractAxis2ConfigurationContextObserverpublic void createReservedUser()
public void terminatingConfigurationContext(org.apache.axis2.context.ConfigurationContext configContext)
terminatingConfigurationContext in interface org.wso2.carbon.utils.Axis2ConfigurationContextObserverterminatingConfigurationContext in class org.wso2.carbon.utils.AbstractAxis2ConfigurationContextObserverpublic void completingServerStartup()
completingServerStartup in interface org.wso2.carbon.core.ServerStartupObserverpublic void completedServerStartup()
completedServerStartup in interface org.wso2.carbon.core.ServerStartupObserverCopyright © 2024 WSO2. All rights reserved.