public class GatewayServletUtils extends Object implements ServiceListener
ADDED, MODIFIED, REMOVED
Constructor and Description |
---|
GatewayServletUtils(ServiceConfigManager scm,
String module) |
Modifier and Type | Method and Description |
---|---|
AuthServiceConfigInfo |
getAuthConfigInfo(String orgName) |
String |
getAuthLevel(String orgName) |
String |
getPortNumber(String orgName) |
void |
globalConfigChanged(String serviceName,
String version,
String groupName,
String serviceComponent,
int type)
This method for implementing ServiceListener.
|
void |
organizationConfigChanged()
This method for implementing ServiveListener.
|
void |
organizationConfigChanged(String orgName)
This method for implementing ServiveListener.
|
void |
organizationConfigChanged(String serviceName,
String version,
String orgName,
String groupName,
String serviceComponent,
int type)
This method for implementing ServiveListener.
|
void |
schemaChanged(String serviceName,
String version)
This method is used to receive notifications if schema changes.
|
public GatewayServletUtils(ServiceConfigManager scm, String module)
public void schemaChanged(String serviceName, String version)
schemaChanged
in interface ServiceListener
serviceName
- the name of the service.version
- the version of the service.public void globalConfigChanged(String serviceName, String version, String groupName, String serviceComponent, int type)
globalConfigChanged
in interface ServiceListener
serviceName
- name of the serviceversion
- version of the servicegroupName
- name of the groupserviceComponent
- service componenttype
- type of modificationpublic void organizationConfigChanged()
public void organizationConfigChanged(String orgName)
public void organizationConfigChanged(String serviceName, String version, String orgName, String groupName, String serviceComponent, int type)
organizationConfigChanged
in interface ServiceListener
serviceName
- name of the serviceversion
- version of the serviceorgName
- name of the orggroupName
- name of the groupserviceComponent
- service componenttype
- type of modificationpublic AuthServiceConfigInfo getAuthConfigInfo(String orgName)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.