Searched defs:clients (Results 1 - 4 of 4) sorted by relevance
| /forgerock/openam-v13/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/config/ |
| H A D | RadiusServiceConfig.java | 34 * The set of configured clients. 36 private final Map<String, ClientConfig> clients = new HashMap<String, ClientConfig>(); field in class:RadiusServiceConfig 68 this.clients.put(c.getIpaddr(), c); 90 return clients.get(ipAddress); 122 for (final Map.Entry<String, ClientConfig> ent : clients.entrySet()) {
|
| /forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/config/ |
| H A D | RadiusServiceConfig.java | 34 * The set of configured clients. 36 private final Map<String, ClientConfig> clients = new HashMap<String, ClientConfig>(); field in class:RadiusServiceConfig 68 this.clients.put(c.getIpaddr(), c); 90 return clients.get(ipAddress); 122 for (final Map.Entry<String, ClientConfig> ent : clients.entrySet()) {
|
| /forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/services/cdm/ |
| H A D | BasicClientTypesManager.java | 61 private final ConcurrentHashMap<String,Client> clients = field in class:BasicClientTypesManager 69 protected final static String CLIENTS = "clients"; 133 * @return Map of clients. Key is the client type, value is the Client 137 return clients; 152 return (Client) clients.get(clientType); 198 return clients.keySet(); 247 * clients=genericHtml,... 252 * The clients are the names of the different client types 277 * clients. 302 clients [all...] |
| /forgerock/openam/openam-core/src/main/java/org/forgerock/openam/services/cdm/ |
| H A D | BasicClientTypesManager.java | 61 private final ConcurrentHashMap<String,Client> clients = field in class:BasicClientTypesManager 69 protected final static String CLIENTS = "clients"; 133 * @return Map of clients. Key is the client type, value is the Client 137 return clients; 152 return (Client) clients.get(clientType); 198 return clients.keySet(); 247 * clients=genericHtml,... 252 * The clients are the names of the different client types 277 * clients. 302 clients [all...] |
Completed in 114 milliseconds