public class IdRepoAttributeValidatorManager extends Object implements ServiceListener
IdRepoAttributeValidatorManager
class manages
IdRepoAttributeValidator
for realm.ADDED, MODIFIED, REMOVED
Modifier and Type | Method and Description |
---|---|
IdRepoAttributeValidator |
getIdRepoAttributeValidator(String realm)
Returns an instance of
IdRepoAttributeValidator for
specified realm. |
static IdRepoAttributeValidatorManager |
getInstance()
Returns an instance of
IdRepoAttributeValidatorManager |
void |
globalConfigChanged(String serviceName,
String version,
String groupName,
String serviceComponent,
int type)
Notification for global config changes to IdRepoService
|
void |
organizationConfigChanged(String serviceName,
String version,
String orgName,
String groupName,
String serviceComponent,
int type)
Notification for organization config changes to IdRepoService
|
void |
schemaChanged(String serviceName,
String version)
Notification for schema changes to IdRepoService
|
public static IdRepoAttributeValidatorManager getInstance()
IdRepoAttributeValidatorManager
IdRepoAttributeValidatorManager
public IdRepoAttributeValidator getIdRepoAttributeValidator(String realm) throws IdRepoException
IdRepoAttributeValidator
for
specified realm.realm
- the realmIdRepoAttributeValidator
IdRepoException
- if there are repository related error conditions.public void globalConfigChanged(String serviceName, String version, String groupName, String serviceComponent, int type)
globalConfigChanged
in interface ServiceListener
serviceName
- name of the service.version
- version of the service.groupName
- name of the configuration grouping.serviceComponent
- name of the service components that changed.type
- change type, i.e., ADDED, REMOVED or MODIFIED.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
- organization name as DNgroupName
- name of the configuration groupingserviceComponent
- the name of the service components that changedtype
- change type, i.e., ADDED, REMOVED or MODIFIEDpublic void schemaChanged(String serviceName, String version)
schemaChanged
in interface ServiceListener
serviceName
- name of the serviceversion
- version of the serviceCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.