Searched refs:id (Results 76 - 100 of 1565) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DDSEvent.java81 void setID(String id) { argument
82 this._id = id;
113 void setSearchID(String id) { argument
114 this._searchId = id;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DIClassResolver.java46 * @param id
55 public Class resolve(String id, AttrSet set); argument
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/service/
H A DToolRegistry.java186 * @param id id of the service for which the name is requested.
189 public String getServiceName(String id) { argument
190 if (isRegistered(id)) {
191 return registeredServices.get(id).getServiceName();
197 * Returns the service home path for the given service id.
199 * @param id id of the service for which home is to be obtained.
202 public URL getServiceHome(String id) { argument
203 if (isRegistered(id)) {
217 getLibraries(String id) argument
232 getResourceBundles(String id) argument
246 getServiceType(String id) argument
261 isLoadOnStart(String id) argument
274 isCoreService(String id) argument
289 isRegistered(String id) argument
303 getServiceClassName(String id) argument
[all...]
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRANotificationViewController.h62 - (IBAction)updateSliderPosition:(id)sender;
67 - (IBAction)touchUpOutside:(id)sender;
72 - (IBAction)authorize:(id)sender;
77 - (IBAction)dismiss:(id)sender;
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DAttributeSubject.java41 private String id; field in class:AttributeSubject
53 * @param id Id of the attribute
56 public AttributeSubject(String id, String value) { argument
58 this.id = id;
82 * @param id Identifier.
84 public void setID(String id) { argument
85 this.id = id;
93 return id;
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/dashboard/delegates/
H A DTrustedDevicesDelegate.js36 obj.deleteTrustedDevice = function (id) {
39 "/devices/trusted/" + id),
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/delegates/
H A DExternalAccessDelegate.js25 obj.getToken = function(id, authCode, redirectUri, tokenUrl, connectorLocation) {
26 var googleDetails = "grant_type=authorization_code&code=" +authCode +"&client_id=" +id +"&redirect_uri=" +redirectUri,
H A DWorkflowDelegate.js43 obj.workflowFormProperties = function(id) {
51 url: "/" + id,
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/notifications/
H A DNotificationDelegate.js40 obj.deleteEntity = function(id, successCallback, errorCallback) {
41 var callParams = {url: "/" + id, type: "DELETE", success: successCallback, error: errorCallback };
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DDSEvent.java81 void setID(String id) { argument
82 this._id = id;
113 void setSearchID(String id) { argument
114 this._searchId = id;
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DIClassResolver.java46 * @param id
55 public Class resolve(String id, AttrSet set); argument
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DAttributeSubject.java41 private String id; field in class:AttributeSubject
53 * @param id Id of the attribute
56 public AttributeSubject(String id, String value) { argument
58 this.id = id;
82 * @param id Identifier.
84 public void setID(String id) { argument
85 this.id = id;
93 return id;
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/global/
H A DUsersService.jsm27 export function getByIdStartsWith (id) {
29 url: fetchUrl(`/users?_queryId=${id}*`, { realm: false }),
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/common/
H A DRSInfo.java38 // Server id of the RS
39 private int id = -1; field in class:RSInfo
42 // Group id of the RS
55 * @param id The RS id
57 * @param generationId The generation id the RS is using
58 * @param groupId RS group id
61 public RSInfo(int id, String serverUrl, argument
64 this.id = id;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/
H A DRSInfo.java38 // Server id of the RS
39 private int id = -1; field in class:RSInfo
42 // Group id of the RS
55 * @param id The RS id
57 * @param generationId The generation id the RS is using
58 * @param groupId RS group id
61 public RSInfo(int id, String serverUrl, argument
64 this.id = id;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DRSInfo.java38 // Server id of the RS
39 private int id = -1; field in class:RSInfo
42 // Group id of the RS
55 * @param id The RS id
57 * @param generationId The generation id the RS is using
58 * @param groupId RS group id
61 public RSInfo(int id, String serverUrl, argument
64 this.id = id;
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotification.java98 * @param id
101 public void setDtdID(String id) { argument
102 dtdID = id;
H A DResponse.java98 * @param id The ID of the DTD for the content of the Response.
100 public void setDtdID(String id) { argument
101 dtdID = id;
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DLocalizedMessage.java37 public static synchronized LocalizedMessage get(String id) { argument
38 return get(id, STR_TOOLSMSG_GROUP, null);
41 public static synchronized LocalizedMessage get(String id, Object[] args) { argument
42 return get(id, STR_TOOLSMSG_GROUP, args);
45 public static synchronized LocalizedMessage get(String id, String group) { argument
46 return get(id, group, null);
49 public static synchronized LocalizedMessage get(String id, String group, argument
60 String message = bundle.getString(id);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotification.java98 * @param id
101 public void setDtdID(String id) { argument
102 dtdID = id;
H A DResponse.java98 * @param id The ID of the DTD for the content of the Response.
100 public void setDtdID(String id) { argument
101 dtdID = id;
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DLocalizedMessage.java37 public static synchronized LocalizedMessage get(String id) { argument
38 return get(id, STR_TOOLSMSG_GROUP, null);
41 public static synchronized LocalizedMessage get(String id, Object[] args) { argument
42 return get(id, STR_TOOLSMSG_GROUP, args);
45 public static synchronized LocalizedMessage get(String id, String group) { argument
46 return get(id, group, null);
49 public static synchronized LocalizedMessage get(String id, String group, argument
60 String message = bundle.getString(id);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupDescriptor.java57 private String id; field in class:BackupDescriptor
65 * @param id the backup id.
67 public BackupDescriptor(File path, Date creationDate, Type type, String id) argument
72 this.id = id;
85 this.id = info.getBackupID();
122 return id;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupDescriptor.java58 private String id; field in class:BackupDescriptor
66 * @param id the backup id.
68 public BackupDescriptor(File path, Date creationDate, Type type, String id) argument
73 this.id = id;
86 this.id = info.getBackupID();
123 return id;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupDescriptor.java58 private String id; field in class:BackupDescriptor
66 * @param id the backup id.
68 public BackupDescriptor(File path, Date creationDate, Type type, String id) argument
73 this.id = id;
86 this.id = info.getBackupID();
123 return id;

Completed in 79 milliseconds

1234567891011>>