Searched refs:id (Results 201 - 225 of 1565) sorted by relevance

1234567891011>>

/forgerock/openam/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorAppRegistrationURIBuilder.java40 private final AMIdentity id; field in class:AuthenticatorAppRegistrationURIBuilder
49 * @param id The AMIdentity to be referred to in the URI. Must not be null.
55 public AuthenticatorAppRegistrationURIBuilder(AMIdentity id, String secretHex, int codeLength, String issuer) { argument
56 Reject.ifNull(id, "id cannot be null");
65 this.id = id;
109 String userName = id.getName();
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sso/providers/stateless/
H A DStatelessSession.java49 // Indicates whether the session id needs to be regenerated to reflect the current state of the session.
118 SessionID id = super.getID();
121 SessionInfo sessionInfo = statelessSessionManager.getSessionInfo(id);
123 id = statelessSessionManager.updateSessionID(id, sessionInfo);
124 this.setID(id);
128 .error("StatelessSession.getID: Unable to regenerate session id", e);
131 return id;
/forgerock/openam/openam-distribution/src/main/amserver/scripts/sql/
H A Damoraclecreate.sql2 (id varchar2(100) not null primary key,
16 (id varchar2(100) not null,
20 primary key(id,blob_chunk_seq)
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java103 for (String id : hmFields.keySet())
105 hm.put(id, hmFields.get(id).getText());
112 for (String id : hmCbs.keySet())
114 hm.put(id, hmCbs.get(id).isSelected());
128 for (String id : hmLabels.keySet())
130 UIFactory.setTextStyle(hmLabels.get(id),
135 for (String id : hmLabels.keySet())
137 String sPort = hmFields.get(id)
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java104 for (String id : hmFields.keySet())
106 hm.put(id, hmFields.get(id).getText());
113 for (String id : hmCbs.keySet())
115 hm.put(id, hmCbs.get(id).isSelected());
129 for (String id : hmLabels.keySet())
131 UIFactory.setTextStyle(hmLabels.get(id),
136 for (String id : hmLabels.keySet())
138 String sPort = hmFields.get(id)
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java104 for (String id : hmFields.keySet())
106 hm.put(id, hmFields.get(id).getText());
113 for (String id : hmCbs.keySet())
115 hm.put(id, hmCbs.get(id).isSelected());
129 for (String id : hmLabels.keySet())
131 UIFactory.setTextStyle(hmLabels.get(id),
136 for (String id : hmLabels.keySet())
138 String sPort = hmFields.get(id)
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java103 for (String id : hmFields.keySet())
105 hm.put(id, hmFields.get(id).getText());
112 for (String id : hmCbs.keySet())
114 hm.put(id, hmCbs.get(id).isSelected());
128 for (String id : hmLabels.keySet())
130 UIFactory.setTextStyle(hmLabels.get(id),
135 for (String id : hmLabels.keySet())
137 String sPort = hmFields.get(id)
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java104 for (String id : hmFields.keySet())
106 hm.put(id, hmFields.get(id).getText());
113 for (String id : hmCbs.keySet())
115 hm.put(id, hmCbs.get(id).isSelected());
129 for (String id : hmLabels.keySet())
131 UIFactory.setTextStyle(hmLabels.get(id),
136 for (String id : hmLabels.keySet())
138 String sPort = hmFields.get(id)
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DRemoteReplicationPortsPanel.java97 for (String id : hmFields.keySet())
99 hm.put(id, hmFields.get(id).getText());
106 for (String id : hmCbs.keySet())
108 hm.put(id, hmCbs.get(id).isSelected());
120 for (String id : hmLabels.keySet())
122 UIFactory.setTextStyle(hmLabels.get(id),
127 for (String id : hmLabels.keySet())
129 String sPort = hmFields.get(id)
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java90 for (EntryID id : entryIDSet)
94 Entry e = id2Entry.get(null, id, LockMode.DEFAULT);
102 sortMap.put(new SortValues(id, e, sortOrder), id);
107 String.valueOf(id), getExceptionMessage(e));
174 EntryID id = idIterator.next();
180 sortedIDs[arrayPos++] = id.longValue();
219 EntryID id = entry.getValue();
223 idList.add(id);
238 idList.add(id);
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java91 for (EntryID id : entryIDSet)
95 Entry e = id2Entry.get(null, id, LockMode.DEFAULT);
103 sortMap.put(new SortValues(id, e, sortOrder), id);
108 String.valueOf(id), getExceptionMessage(e));
175 EntryID id = idIterator.next();
181 sortedIDs[arrayPos++] = id.longValue();
220 EntryID id = entry.getValue();
224 idList.add(id);
239 idList.add(id);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java91 for (EntryID id : entryIDSet)
95 Entry e = id2Entry.get(null, id, LockMode.DEFAULT);
103 sortMap.put(new SortValues(id, e, sortOrder), id);
108 String.valueOf(id), getExceptionMessage(e));
175 EntryID id = idIterator.next();
181 sortedIDs[arrayPos++] = id.longValue();
220 EntryID id = entry.getValue();
224 idList.add(id);
239 idList.add(id);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java90 for (EntryID id : entryIDSet)
94 Entry e = id2Entry.get(null, id, LockMode.DEFAULT);
102 sortMap.put(new SortValues(id, e, sortOrder), id);
107 String.valueOf(id), getExceptionMessage(e));
174 EntryID id = idIterator.next();
180 sortedIDs[arrayPos++] = id.longValue();
219 EntryID id = entry.getValue();
223 idList.add(id);
238 idList.add(id);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java91 for (EntryID id : entryIDSet)
95 Entry e = id2Entry.get(null, id, LockMode.DEFAULT);
103 sortMap.put(new SortValues(id, e, sortOrder), id);
108 String.valueOf(id), getExceptionMessage(e));
175 EntryID id = idIterator.next();
181 sortedIDs[arrayPos++] = id.longValue();
220 EntryID id = entry.getValue();
224 idList.add(id);
239 idList.add(id);
[all...]
/forgerock/openam/openam-notifications-websocket/src/main/java/org/forgerock/openam/notifications/websocket/
H A DNotificationsWebSocket.java58 * "id": "some-id-here", # this is optional
64 * When the <tt>id</tt> is present in the request, it shall be echoed back with any response messages.
157 if (json.isDefined("id") && !json.get("id").isString()) {
158 sendError(session, null, "\"id\" must be a string");
162 String id = json.get("id").asString();
165 sendError(session, id, "missing required field \"action\"");
169 sendError(session, id, "\"actio
219 sendMessage(Session session, String id, String topic, String message) argument
235 sendError(Session session, String id, String message) argument
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSitesResourceProvider.java131 private static final String SITE_ID = "id";
139 private static final String SERVER_ID = "id";
202 String id = request.getNewResourceId();
204 id = validWriteOperation(content, id);
212 if (SiteConfiguration.isSiteExist(token, id)) {
213 throw new ConflictException("Site with id already exists: " + id);
215 SiteConfiguration.createSite(token, id, url, content.get(SECONDARY_URLS).asCollection());
216 debug.message("Site created: {}", id);
235 validWriteOperation(JsonValue content, String id) argument
258 deleteInstance(Context context, String id, DeleteRequest request) argument
359 readInstance(Context context, String id, ReadRequest request) argument
385 updateInstance(Context context, String id, UpdateRequest request) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackendDescriptor.java285 * @param id the backend ID to analyze
286 * @return <CODE>true</CODE> if the the id corresponds to a configuration
289 private boolean isConfigBackend(String id) argument
291 return "tasks".equalsIgnoreCase(id) ||
292 "schema".equalsIgnoreCase(id) ||
293 "config".equalsIgnoreCase(id) ||
294 "monitor".equalsIgnoreCase(id) ||
295 "backup".equalsIgnoreCase(id) ||
296 ADSContext.getDefaultBackendName().equalsIgnoreCase(id) ||
297 "ads-truststore".equalsIgnoreCase(id);
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackendDescriptor.java285 * @param id the backend ID to analyze
286 * @return <CODE>true</CODE> if the the id corresponds to a configuration
289 private boolean isConfigBackend(String id) argument
291 return "tasks".equalsIgnoreCase(id) ||
292 "schema".equalsIgnoreCase(id) ||
293 "config".equalsIgnoreCase(id) ||
294 "monitor".equalsIgnoreCase(id) ||
295 "backup".equalsIgnoreCase(id) ||
296 ADSContext.getDefaultBackendName().equalsIgnoreCase(id) ||
297 "ads-truststore".equalsIgnoreCase(id);
[all...]
/forgerock/openam-v13/openam-console/src/main/webapp/console/js/
H A Dhelp.js64 function setSrcURL(id, newPath) {
65 var tmp = document.getElementById(id);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequest.java202 * @param id Request ID.
204 void setRequestID(String id) { argument
205 requestID = id;
220 * @param id Method ID.
222 void setMethodID(int id) { argument
223 methodID = id;
264 * @param id Session ID.
266 void setSessionID(String id) { argument
267 sessionID = id;
291 * @return id Sessio
320 setDestroySessionID(String id) argument
436 setUUID(String id) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/messageid/
H A DLogMessageID.java51 private int id; field in class:LogMessageID
72 * @param id Unique Identification number.
80 int id,
87 this.id = id;
122 * Returns id.
127 return id;
165 String id = ((Element)node).getAttribute(
172 if ((name.length() > 0) && (id.length() > 0)) {
184 Integer.parseInt(id), nam
77 LogMessageID( Level logLevel, String prefix, int id, String name, String description, List<String> dataInfoColumns ) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DBackendDescriptor.java245 * @param id the backend ID to analyze
246 * @return <CODE>true</CODE> if the the id corresponds to a configuration
249 private boolean isConfigBackend(String id) argument
251 return "tasks".equalsIgnoreCase(id) ||
252 "schema".equalsIgnoreCase(id) ||
253 "config".equalsIgnoreCase(id) ||
254 "monitor".equalsIgnoreCase(id) ||
255 "backup".equalsIgnoreCase(id) ||
256 ADSContext.getDefaultBackendName().equalsIgnoreCase(id) ||
257 "ads-truststore".equalsIgnoreCase(id);
[all...]
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAOathMechanismTableViewCell.m32 - (IBAction)generateNextCode:(id)sender {
/forgerock/openam-v13/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/
H A DAMAuditEventBuilder.java81 * @param id The transaction ID.
84 T transactionId(String id); argument
88 * @param id The user ID.
91 T userId(String id); argument
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/util/
H A DIdRepoUtils.java77 public static AMIdentity createUser(String realm, String id) argument
79 return createUser(realm, id, null);
84 String id,
95 set.add(id);
105 return amir.createIdentity(IdType.USER, id, attrValues);
110 String id
127 set.add(id);
130 id, agentType, map);
82 createUser( String realm, String id, Map<String, Set<String>> properties ) argument

Completed in 126 milliseconds

1234567891011>>