Searched refs:id (Results 426 - 450 of 1565) sorted by relevance

<<11121314151617181920>>

/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/request/
H A DEditRequest.js58 id = null,
63 id = args[0];
67 fetchUrl.default(`/users/${Configuration.loggedUser.get("username")}/uma/pendingrequests/${id}`)
114 self.model = self.data.requests.findWhere({ _id: id });
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DRequestingPartyToken.java45 private String id; field in class:RequestingPartyToken
61 public RequestingPartyToken(String id, String resourceServerClientId, Set<Permission> permissions, argument
63 this.id = id;
72 return id;
75 public void setId(String id) { argument
76 this.id = id;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/common/
H A DChangeNumberTest.java66 public void CreateChangeNumber(long time, int seq, int id, String str) argument
69 ChangeNumber cn = new ChangeNumber(time,seq,id);
72 new ChangeNumber(time,seq,id);
73 new ChangeNumber(time+1,seq,id) ;
74 new ChangeNumber(time,seq+1,id) ;
75 new ChangeNumber(time,seq,id+1);
82 public void ChangeNumberEncodeDecode(long time, int seq, int id, String str) argument
86 ChangeNumber cn = new ChangeNumber(time,seq,id);
103 int id [] = {1, 45} ;
108 obj[i][0] = new ChangeNumber(time[i],seq[i],id[
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/common/
H A DCSNTest.java66 public void createCSN(long time, int seq, int id, String str) throws Exception argument
68 CSN csn = new CSN(time, seq, id);
71 new CSN(time, seq, id);
72 new CSN(time+1, seq, id);
73 new CSN(time, seq+1, id);
74 new CSN(time, seq, id+1);
81 public void csnEncodeDecode(long time, int seq, int id, String str) throws Exception argument
84 CSN csn = new CSN(time, seq, id);
101 int id [] = {1, 45};
106 obj[i][0] = new CSN(time[i], seq[i], id[
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/common/
H A DChangeNumberTest.java66 public void CreateChangeNumber(long time, int seq, int id, String str) argument
69 ChangeNumber cn = new ChangeNumber(time,seq,id);
72 new ChangeNumber(time,seq,id);
73 new ChangeNumber(time+1,seq,id) ;
74 new ChangeNumber(time,seq+1,id) ;
75 new ChangeNumber(time,seq,id+1);
82 public void ChangeNumberEncodeDecode(long time, int seq, int id, String str) argument
86 ChangeNumber cn = new ChangeNumber(time,seq,id);
103 int id [] = {1, 45} ;
108 obj[i][0] = new ChangeNumber(time[i],seq[i],id[
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/common/
H A DCSNTest.java66 public void createCSN(long time, int seq, int id, String str) throws Exception argument
68 CSN csn = new CSN(time, seq, id);
71 new CSN(time, seq, id);
72 new CSN(time+1, seq, id);
73 new CSN(time, seq+1, id);
74 new CSN(time, seq, id+1);
81 public void csnEncodeDecode(long time, int seq, int id, String str) throws Exception argument
84 CSN csn = new CSN(time, seq, id);
101 int id [] = {1, 45};
106 obj[i][0] = new CSN(time[i], seq[i], id[
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/common/
H A DChangeNumberTest.java66 public void CreateChangeNumber(long time, int seq, int id, String str) argument
69 ChangeNumber cn = new ChangeNumber(time,seq,id);
72 new ChangeNumber(time,seq,id);
73 new ChangeNumber(time+1,seq,id) ;
74 new ChangeNumber(time,seq+1,id) ;
75 new ChangeNumber(time,seq,id+1);
82 public void ChangeNumberEncodeDecode(long time, int seq, int id, String str) argument
86 ChangeNumber cn = new ChangeNumber(time,seq,id);
103 int id [] = {1, 45} ;
108 obj[i][0] = new ChangeNumber(time[i],seq[i],id[
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/js/
H A DApp.js177 new APP.util.CustomDDProxy(nextTrEl.id, this.ddGroup, {resizeFrame:true}, this);
188 var currentDD = ids[nextTrEl.id];
248 APP.util.CustomDDProxy = function(id, sGroup, config, paginatedTableRef) {
249 APP.util.CustomDDProxy.superclass.constructor.call(this, id, sGroup, config);
294 onDragDrop: function(e, id) {
297 var targetEl = DOM.get(id);
328 onDragOver: function(e, id) {
331 onDragEnter: function(e, id) {
333 DOM.setStyle(DOM.get(id), "opacity", 0.50);
336 onDragOut: function(e, id) {
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/scripts/
H A DScriptsView.js75 var id = this.model.get(this.column.get("name")),
76 translation = (this.map && self[this.map]) ? self[this.map][id] : id;
130 args: [encodeURIComponent(self.realmPath), encodeURIComponent(this.model.id)],
210 if (!_.contains(this.data.selectedUUIDs, model.id)) {
211 this.data.selectedUUIDs.push(model.id);
214 this.data.selectedUUIDs = _.without(this.data.selectedUUIDs, model.id);
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/share/
H A DCommonShare.js80 model.get("policy").set("policyId", this.parentModel.id);
88 syncParentModel: function (id) {
89 var syncRequired = !this.parentModel || (id && this.parentModel.id !== id);
94 this.parentModel = UMAResourceSetWithPolicy.findOrCreate({ _id: id });
144 * Reason: We do not know the id of the data we need until the render function is called with args,
272 return UMAPolicyPermissionScope.find({ id: scope });
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/common/
H A DCSNTest.java66 public void createCSN(long time, int seq, int id, String str) throws Exception argument
68 CSN csn = new CSN(time, seq, id);
71 new CSN(time, seq, id);
72 new CSN(time+1, seq, id);
73 new CSN(time, seq+1, id);
74 new CSN(time, seq, id+1);
81 public void csnEncodeDecode(long time, int seq, int id, String str) throws Exception argument
84 CSN csn = new CSN(time, seq, id);
101 int id [] = {1, 45};
106 obj[i][0] = new CSN(time[i], seq[i], id[
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/js/
H A DApp.js177 new APP.util.CustomDDProxy(nextTrEl.id, this.ddGroup, {resizeFrame:true}, this);
188 var currentDD = ids[nextTrEl.id];
248 APP.util.CustomDDProxy = function(id, sGroup, config, paginatedTableRef) {
249 APP.util.CustomDDProxy.superclass.constructor.call(this, id, sGroup, config);
294 onDragDrop: function(e, id) {
297 var targetEl = DOM.get(id);
328 onDragOver: function(e, id) {
331 onDragEnter: function(e, id) {
333 DOM.setStyle(DOM.get(id), "opacity", 0.50);
336 onDragOut: function(e, id) {
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/scripts/
H A DScriptsView.js75 var id = this.model.get(this.column.get("name")),
76 translation = (this.map && self[this.map]) ? self[this.map][id] : id;
131 args: [encodeURIComponent(self.realmPath), encodeURIComponent(this.model.id)],
211 if (!_.contains(this.data.selectedUUIDs, model.id)) {
212 this.data.selectedUUIDs.push(model.id);
215 this.data.selectedUUIDs = _.without(this.data.selectedUUIDs, model.id);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/share/
H A DCommonShare.js72 model.get("policy").set("policyId", this.parentModel.id);
80 syncParentModel (id) {
81 var syncRequired = !this.parentModel || (id && this.parentModel.id !== id);
86 this.parentModel = UMAResourceSetWithPolicy.findOrCreate({ _id: id });
138 * Reason: We do not know the id of the data we need until the render function is called with args,
265 return UMAPolicyPermissionScope.find({ id: scope });
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/adapters/
H A DOAuthAdapter.java94 String id = null;
96 id = tokenIdFactory.generateTokenId(idSet.iterator().next());
98 id = tokenIdFactory.generateTokenId(null);
100 request.get(TokenIdFactory.ID).setObject(id);
101 Token token = new Token(id, TokenType.OAUTH);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java134 * @param id A string that represents the <code>sourceID</code>.
138 public AssertionArtifact(String id, String handle) throws SAMLException { argument
139 if ((id == null) || (handle == null)) {
148 idBytes = SAMLUtils.stringToByteArray(id);
152 idBytes = id.getBytes();
163 sourceID = id;
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/connect/
H A DDSConnectValidation.java128 String id = null;
149 id = getPropertyStringValue(dsAttrs, LDAPv3Config_AUTHID);
154 doConnect(ldapServer, ldapPort, type, id, pwd);
175 String id,
178 try (Connection conn = getLDAPConnection(ldapServer, ldapPort, type, id, pwd)) {
171 doConnect( String ldapServer, int ldapPort, String type, String id, String pwd ) argument
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/push/
H A DPushAuthActivity.java60 TextView questionView = (TextView) findViewById(R.id.question);
63 ImageButton cancelButton = (ImageButton) findViewById(R.id.cancel);
75 findViewById(R.id.header).setBackgroundColor(Color.parseColor(color));
81 ImageView imageView = (ImageView) findViewById(R.id.image);
88 swipeToConfirm = (ConfirmationSwipeBar) findViewById(R.id.slideToConfirm);
104 * Creates the task, setting the message id it is associated with.
133 * Creates the task, setting the message id it is associated with.
148 * Creates the task, setting the message id it is associated with.
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/adapters/
H A DOAuthAdapter.java94 String id = null;
96 id = tokenIdFactory.generateTokenId(idSet.iterator().next());
98 id = tokenIdFactory.generateTokenId(null);
100 request.get(TokenIdFactory.ID).setObject(id);
101 Token token = new Token(id, TokenType.OAUTH);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java134 * @param id A string that represents the <code>sourceID</code>.
138 public AssertionArtifact(String id, String handle) throws SAMLException { argument
139 if ((id == null) || (handle == null)) {
148 idBytes = SAMLUtils.stringToByteArray(id);
152 idBytes = id.getBytes();
163 sourceID = id;
/forgerock/authenticator-ios-v2/unit-tests/
H A DFRAMechanismReaderActionTests.m35 static NSString * const DEVICE_ID = @"device id";
42 id mockSQLiteOperations;
43 id mockMessageUtils;
44 id mockAlertView;
45 id mockGateway;
46 id mockModelsFromDatabase;
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/
H A DUserModel.js33 idAttribute: "id",
60 url: RealmHelper.decorateURIWithRealm(baseUrl + "/" + this.id + "?_action=changePassword"),
66 username: this.get("id"),
92 url: RealmHelper.decorateURIWithRealm(baseUrl + "/" + this.id),
106 "url" : RealmHelper.decorateURIWithRealm(baseUrl + "/" + this.id),
142 user.id = user.uid || user.username;
171 this.set("id", data.id);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java323 AMIdentity id = new AMIdentity(token, name, type, amOrgName, null);
324 String dn = id.getUniversalId().toLowerCase();
367 AMIdentity id = new AMIdentity(token, name, type, amOrgName, amsdkDN);
368 String dn = id.getUniversalId().toLowerCase();
467 AMIdentity id = new AMIdentity(token, name, type, amOrgName, amsdkDN);
468 String dn = id.getUniversalId().toLowerCase();
521 AMIdentity id = new AMIdentity(token, name, type, amOrgName, amsdkDN);
522 String dn = IdUtils.getUniversalId(id).toLowerCase();
536 AMIdentity id = new AMIdentity(token, name, type, amOrgName, amsdkDN);
537 String dn = id
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java323 AMIdentity id = new AMIdentity(token, name, type, amOrgName, null);
324 String dn = id.getUniversalId().toLowerCase();
367 AMIdentity id = new AMIdentity(token, name, type, amOrgName, amsdkDN);
368 String dn = id.getUniversalId().toLowerCase();
467 AMIdentity id = new AMIdentity(token, name, type, amOrgName, amsdkDN);
468 String dn = id.getUniversalId().toLowerCase();
521 AMIdentity id = new AMIdentity(token, name, type, amOrgName, amsdkDN);
522 String dn = IdUtils.getUniversalId(id).toLowerCase();
536 AMIdentity id = new AMIdentity(token, name, type, amOrgName, amsdkDN);
537 String dn = id
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DVersionCompatibilityIssue.java337 * is associated with <code>id</code> this method returns null.
338 * @param id of a cause
339 * @return Cause with <code>id</code>
341 static Cause fromId(int id) { argument
345 if (c.getId() == id) {
353 private int id; field in class:VersionCompatibilityIssue.Cause
361 * @param id of this cause. It would get very complicated to try to
414 private Cause(int id, Message upgradeMessage, Message reversionMessage, argument
416 this.id = id;
[all...]

Completed in 434 milliseconds

<<11121314151617181920>>