Searched defs:agentIdTypeforNotificationSet (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DAgentsRepo.java1670 private void sendNotificationSet(int type, IdType agentIdTypeforNotificationSet, argument
1678 Map<String, Set<String>> ansMap = getAttributes(adminToken, agentIdTypeforNotificationSet,
1685 if (agentIdTypeforNotificationSet == null) {
1693 debug.message("AgentsRepo.sendNotificationSet(): agentIdTypeforNotificationSet "
1694 + agentIdTypeforNotificationSet);
1702 if (agentIdTypeforNotificationSet.equals(IdType.AGENTGROUP)) {
1703 Set<String> members = getMembers(adminToken, agentIdTypeforNotificationSet,
1722 agentIdTypeforNotificationSet = IdType.AGENTONLY;
1738 .append(agentIdTypeforNotificationSet.getName())
1752 ansMap = getAttributes(adminToken, agentIdTypeforNotificationSet, agentNam
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DAgentsRepo.java1687 private void sendNotificationSet(int type, IdType agentIdTypeforNotificationSet, argument
1695 Map<String, Set<String>> ansMap = getAttributes(adminToken, agentIdTypeforNotificationSet,
1702 if (agentIdTypeforNotificationSet == null) {
1710 debug.message("AgentsRepo.sendNotificationSet(): agentIdTypeforNotificationSet "
1711 + agentIdTypeforNotificationSet);
1719 if (agentIdTypeforNotificationSet.equals(IdType.AGENTGROUP)) {
1720 Set<String> members = getMembers(adminToken, agentIdTypeforNotificationSet,
1746 agentIdTypeforNotificationSet = IdType.AGENTONLY;
1762 .append(agentIdTypeforNotificationSet.getName())
1776 ansMap = getAttributes(adminToken, agentIdTypeforNotificationSet, agentNam
[all...]

Completed in 27 milliseconds