Searched refs:entity (Results 1 - 25 of 168) sorted by relevance

1234567

/forgerock/openam-v13/openam-oauth/src/main/java/com/sun/identity/oauth/service/
H A DEntityManagerImpl.java47 // Cache uses entity types as the keys and entity caches as values
51 * Creates an entity into the data store.
53 * @param entityType the type of the entity
54 * @param entitySubject the subject of the entity
55 * @param entity the entity to create
56 * @param expiry the time until which the entity is valid
57 * @return entityId the identifier generated for this entity
61 Map<String, String> entity, Dat
60 createEntity(String entityType, String entitySubject, Map<String, String> entity, Date expiry) argument
191 updateEntity(String entityId, Map<String, String> entity, Date expiry) argument
238 private Map<String, String> entity; field in class:EntityManagerImpl.EntityWithExpiry
241 EntityWithExpiry(Map<String, String> entity, Date expiry) argument
250 setEntity(Map<String, String> entity) argument
[all...]
H A DEntityManager.java43 * Creates an entity into the data store.
45 * @param entityType the type of the entity
46 * @param entitySubject the subject of the entity
47 * @param entity the entity to create
48 * @param expiry the time until which the entity is valid
49 * @return entityId the identifier generated for this entity
53 Map<String, String> entity, Date expiry) throws OAuthServiceException;
56 * Reads an entity from the data store.
58 * @param entityId the identifier of the entity
52 createEntity(String entityType, String entitySubject, Map<String, String> entity, Date expiry) argument
85 updateEntity(String entityId, Map<String, String> entity, Date expiry) argument
[all...]
H A DDefaultEntityManagerImpl.java81 * Creates an entity in the data store.
83 * @param entityType the type of the entity
84 * @param entitySubject the subject of the entity
85 * @param entity the entity to create
86 * @param expiry the time until which the entity is valid
87 * @return entityId the identifier generated for this entity
91 Map<String, String> entity, Date expiry)
94 if ((entityType != null) && (entity != null)) {
100 Set<String> keySet = entity
90 createEntity(String entityType, String entitySubject, Map<String, String> entity, Date expiry) argument
250 updateEntity(String entityId, Map<String, String> entity, Date expiry) argument
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/resourceTypes/
H A DResourceTypePatternsView.js31 ResourceTypePatternsView.prototype.render = function (entity, actions, el, callback) {
33 this.entity = entity;
61 this.entity.patterns = this.data.items;
H A DEditResourceTypeView.js84 this.data.entity = _.cloneDeep(this.model.attributes);
87 _.each(this.data.entity.actions, function (v, k) {
93 this.initialPatterns = _.cloneDeep(data.entity.patterns);
103 self.patternsView.render(data.entity, data.entity.patterns, "#resTypePatterns", resolve());
126 var app = this.data.entity,
156 _.extend(this.model.attributes, this.data.entity);
158 activeTabProperties = _.pick(this.data.entity, this.tabs[activeTab.index()].attr);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/resourceTypes/
H A DResourceTypePatternsView.js31 ResourceTypePatternsView.prototype.render = function (entity, actions, el, callback) {
33 this.entity = entity;
60 this.entity.patterns = this.data.items;
H A DEditResourceTypeView.js90 this.data.entity = _.cloneDeep(this.model.attributes);
93 _.each(this.data.entity.actions, function (v, k) {
99 this.initialPatterns = _.cloneDeep(data.entity.patterns);
109 self.patternsView.render(data.entity, data.entity.patterns, "#resTypePatterns", resolve());
133 var app = this.data.entity,
163 _.extend(this.model.attributes, this.data.entity);
165 activeTabProperties = _.pick(this.data.entity, this.tabs[activeTab.index()].attr);
/forgerock/openam-v13/openam-http-client/src/main/java/org/forgerock/http/client/request/
H A DSimpleHttpClientRequest.java35 private String entity; field in class:SimpleHttpClientRequest
75 public void setEntity(String entity) { argument
76 this.entity = entity;
111 return entity;
H A DHttpClientRequest.java70 * Set the message entity.
72 * @param entity
74 public void setEntity(String entity); argument
112 * Retrieve the entity set on the request.
114 * @return The entity set on the request.
/forgerock/openam/openam-http-client/src/main/java/org/forgerock/http/client/request/
H A DSimpleHttpClientRequest.java35 private String entity; field in class:SimpleHttpClientRequest
75 public void setEntity(String entity) { argument
76 this.entity = entity;
111 return entity;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityUtils.java29 package com.sun.identity.entity;
H A DEntityException.java29 package com.sun.identity.entity;
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/
H A DCreatedResourcesView.js45 if (this.data.entity.resources) {
46 this.data.entity.resources = _.sortBy(this.data.entity.resources);
48 this.data.entity.resources = [];
133 duplicateIndex = _.indexOf(this.data.entity.resources, resource);
139 this.data.entity.resources.push(resource);
159 this.data.entity.resources = _.without(this.data.entity.resources, resource);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityUtils.java29 package com.sun.identity.entity;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/
H A DCreatedResourcesView.js45 if (this.data.entity.resources) {
46 this.data.entity.resources = _.sortBy(this.data.entity.resources);
48 this.data.entity.resources = [];
129 duplicateIndex = _.indexOf(this.data.entity.resources, resource);
135 this.data.entity.resources.push(resource);
155 this.data.entity.resources = _.without(this.data.entity.resources, resource);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policySets/
H A DEditPolicySetView.js91 this.data.entity = this.model.attributes;
94 if (!this.data.entity.realm) {
95 this.data.entity.realm = this.realmPath;
130 return !_.contains(self.data.entity.resourceTypeUuids, item.uuid);
134 self.data.entity.resourceTypeUuids);
146 self.data.entity.applicationType = self.APPLICATION_TYPE;
148 self.data.entity.entitlementCombiner = decisionCombiners[0].result[0].title;
170 self.data.entity.resourceTypeUuids = value;
177 data.entity.conditions = this.populateConditions(envConditions, envConditions);
178 data.entity
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policySets/
H A DEditPolicySetView.js87 this.data.entity = this.model.attributes;
89 if (!this.data.entity.realm) {
90 this.data.entity.realm = this.realmPath;
131 return !_.contains(self.data.entity.resourceTypeUuids, item.uuid);
135 self.data.entity.resourceTypeUuids);
147 self.data.entity.applicationType = self.APPLICATION_TYPE;
149 self.data.entity.entitlementCombiner = decisionCombiners[0].result[0].title;
171 self.data.entity.resourceTypeUuids = value;
182 data.entity.conditions = this.populateConditions(envConditions, envConditions);
183 data.entity
[all...]
/forgerock/openam-v13/openam-uma/src/test/java/org/forgerock/openam/uma/
H A DPermissionRequestEndpointTest.java140 JsonRepresentation entity = mock(JsonRepresentation.class);
143 given(entity.getJsonObject()).willReturn(requestBody);
148 endpoint.registerPermissionRequest(entity);
162 JsonRepresentation entity = mock(JsonRepresentation.class);
165 given(entity.getJsonObject()).willReturn(requestBody);
170 endpoint.registerPermissionRequest(entity);
184 JsonRepresentation entity = mock(JsonRepresentation.class);
189 given(entity.getJsonObject()).willReturn(requestBody);
195 endpoint.registerPermissionRequest(entity);
209 JsonRepresentation entity
[all...]
/forgerock/openam/openam-uma/src/test/java/org/forgerock/openam/uma/
H A DPermissionRequestEndpointTest.java138 JsonRepresentation entity = mock(JsonRepresentation.class);
141 given(entity.getJsonObject()).willReturn(requestBody);
146 endpoint.registerPermissionRequest(entity);
160 JsonRepresentation entity = mock(JsonRepresentation.class);
163 given(entity.getJsonObject()).willReturn(requestBody);
168 endpoint.registerPermissionRequest(entity);
182 JsonRepresentation entity = mock(JsonRepresentation.class);
187 given(entity.getJsonObject()).willReturn(requestBody);
193 endpoint.registerPermissionRequest(entity);
207 JsonRepresentation entity
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/scripts/
H A DEditScriptView.js112 this.data.entity = _.pick(this.model.attributes,
139 return context._id === self.data.entity.context;
153 watchedObj: this.data.entity,
156 _.extend(self.data.entity, changes);
158 "_id": self.data.entity.context
182 this.changesPendingWidget.makeChanges(this.data.entity);
192 this.changesPendingWidget.makeChanges(this.data.entity);
198 app = this.data.entity,
228 return this.data.entity.name && this.data.entity
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/scripts/
H A DEditScriptView.js113 this.data.entity = _.pick(this.model.attributes,
115 this.data.deleteBtnDisabled = !this.data.entity.name;
139 return context._id === self.data.entity.context;
151 watchedObj: this.data.entity,
154 _.extend(self.data.entity, changes);
156 "_id": self.data.entity.context
184 this.changesPendingWidget.makeChanges(this.data.entity);
191 this.changesPendingWidget.makeChanges(this.data.entity);
195 var app = this.data.entity,
223 _.extend(this.model.attributes, this.data.entity);
[all...]
/forgerock/openam-v13/openam-http-client/src/test/java/org/forgerock/http/client/request/
H A DSimpleHttpClientRequestTest.java51 String entity = "Example message body";
54 request.setEntity(entity);
56 assertSame(request.getEntity(), entity, "Request entity should match set entity");
/forgerock/openam/openam-http-client/src/test/java/org/forgerock/http/client/request/
H A DSimpleHttpClientRequestTest.java51 String entity = "Example message body";
54 request.setEntity(entity);
56 assertSame(request.getEntity(), entity, "Request entity should match set entity");
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/
H A DManageEnvironmentsView.js62 this.data.entity = args.entity;
H A DManageSubjectsView.js63 this.data.entity = args.entity;

Completed in 152 milliseconds

1234567