public class AuthenticationServiceAttributeCache extends Object implements ServiceListener
ADDED, MODIFIED, REMOVED
Modifier and Type | Method and Description |
---|---|
static Map<String,Set<String>> |
getServiceAttribute(String orgDN,
String serviceName)
Returns Auth Config Service attributes from cache.
|
void |
globalConfigChanged(String serviceName,
String version,
String groupName,
String component,
int type)
This method will be invoked when a service's global configuration data
has been changed.
|
void |
organizationConfigChanged(String serviceName,
String version,
String orgName,
String goupName,
String serviceComponent,
int type)
This method will be invoked when a service's organization configuration data has been changed.
|
void |
schemaChanged(String serviceName,
String version)
This method will be invoked when a service's schema has been changed.
|
public static Map<String,Set<String>> getServiceAttribute(String orgDN, String serviceName) throws SMSException, AMConfigurationException, SSOException
orgDN
- organization/realm name.serviceName
- auth configuration service name.SMSException
AMConfigurationException
SSOException
public void globalConfigChanged(String serviceName, String version, String groupName, String component, int type)
ServiceListener
groupName
denote the name
of the configuration grouping (e.g. default) and
serviceComponent
denotes the service's sub-component that
changed (e.g. /NamedPolicy
, /Templates
).globalConfigChanged
in interface ServiceListener
serviceName
- name of the service.version
- version of the service.groupName
- name of the configuration grouping.component
- name of the service components that changed.type
- change type, i.e., ADDED, REMOVED or MODIFIED.public void schemaChanged(String serviceName, String version)
ServiceListener
schemaChanged
in interface ServiceListener
serviceName
- name of the serviceversion
- version of the servicepublic void organizationConfigChanged(String serviceName, String version, String orgName, String goupName, String serviceComponent, int type)
organizationConfigChanged
in interface ServiceListener
serviceName
- Name of the service.version
- Version of the service.orgName
- Name of the organization.goupName
- Name of the configuration grouping.serviceComponent
- Name of the service components that changed.type
- Change type, i.e., ADDED, REMOVED or MODIFIED.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.