Searched refs:objectId (Results 1 - 25 of 33) sorted by relevance

12

/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/
H A DeffectiveRoles.js32 objectId = object._id,
43 if (object[rolesPropName] === undefined && objectId !== undefined && objectId !== null) {
45 var path = org.forgerock.json.resource.ResourcePath.valueOf("managed/user").child(objectId).child(rolesPropName);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/auditors/
H A DSMSAuditFilter.java31 * @param objectId The id of the element being configured (e.g. the DN)
37 boolean isAudited(String objectId, String realm, ConfigOperation operation, Subject subject); argument
H A DConfigAuditor.java56 private final String objectId; field in class:ConfigAuditor
67 * @param objectId The id (e.g. dn) of the object being configured
73 String objectId, Map<String, Object> initialState, Set<SMSAuditFilter> filters) {
77 this.objectId = objectId;
179 .objectId(objectId)
205 if (!filter.isAudited(objectId, realm, operation, SubjectUtils.createSubject(runAs))) {
71 ConfigAuditor(Debug debug, AuditEventPublisher auditEventPublisher, AuditEventFactory auditEventFactory, SSOToken runAs, String realm, String objectId, Map<String, Object> initialState, Set<SMSAuditFilter> filters) argument
H A DSMSAuditor.java60 * @param objectId The id (e.g. dn) of the object being configured
67 @Assisted("objectId") String objectId, @Assisted Map<String, Object> initialState, Set<SMSAuditFilter> filters) {
68 super(debug, auditEventPublisher, auditEventFactory, runAs, realm, objectId, initialState, filters);
65 SMSAuditor(@amed�) Debug debug, AuditEventPublisher auditEventPublisher, AuditEventFactory auditEventFactory, @Assisted SSOToken runAs, @Assisted(�) @Nullable String realm, @Assisted(�) String objectId, @Assisted Map<String, Object> initialState, Set<SMSAuditFilter> filters) argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/auditors/
H A DSMSAuditFilter.java31 * @param objectId The id of the element being configured (e.g. the DN)
37 boolean isAudited(String objectId, String realm, ConfigOperation operation, Subject subject); argument
H A DConfigAuditor.java57 private final String objectId; field in class:ConfigAuditor
68 * @param objectId The id (e.g. dn) of the object being configured
74 String objectId, Map<String, Object> initialState, Set<SMSAuditFilter> filters) {
78 this.objectId = objectId;
180 .objectId(objectId)
206 if (!filter.isAudited(objectId, realm, operation, SubjectUtils.createSubject(runAs))) {
72 ConfigAuditor(Debug debug, AuditEventPublisher auditEventPublisher, AuditEventFactory auditEventFactory, SSOToken runAs, String realm, String objectId, Map<String, Object> initialState, Set<SMSAuditFilter> filters) argument
H A DSMSAuditor.java60 * @param objectId The id (e.g. dn) of the object being configured
67 @Assisted("objectId") String objectId, @Assisted Map<String, Object> initialState, Set<SMSAuditFilter> filters) {
68 super(debug, auditEventPublisher, auditEventFactory, runAs, realm, objectId, initialState, filters);
65 SMSAuditor(@amed�) Debug debug, AuditEventPublisher auditEventPublisher, AuditEventFactory auditEventFactory, @Assisted SSOToken runAs, @Assisted(�) @Nullable String realm, @Assisted(�) String objectId, @Assisted Map<String, Object> initialState, Set<SMSAuditFilter> filters) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DEntitlementIndexConfigFilter.java33 public boolean isAudited(String objectId, String realm, ConfigOperation operation, Subject subject) { argument
34 return !isIndexChange(DN.valueOf(objectId));
/forgerock/openam-v13/openam-audit/openam-audit-core/src/test/java/org/forgerock/openam/audit/
H A DAMActivityAuditEventBuilderTest.java40 .objectId("/sessions/uniqueSessionAlias")
57 .objectId("/sessions/uniqueSessionAlias")
/forgerock/openam/openam-audit/openam-audit-core/src/test/java/org/forgerock/openam/audit/
H A DAMActivityAuditEventBuilderTest.java40 .objectId("/sessions/uniqueSessionAlias")
57 .objectId("/sessions/uniqueSessionAlias")
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DEntitlementIndexConfigFilter.java33 public boolean isAudited(String objectId, String realm, ConfigOperation operation, Subject subject) { argument
34 return !isIndexChange(DN.valueOf(objectId));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DConfigAuditorFactory.java32 * @param objectId The objectId of the config being altered
36 SMSAuditor create(@Assisted SSOToken runAs, @Assisted("realm") String realm, @Assisted("objectId") String argument
37 objectId, @Assisted Map<String, Object> initialState);
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/audit/util/
H A DActivityLogger.java44 * @param objectId the resourceId being operated on
50 void log(Context context, Request request, String message, String objectId, argument
H A DNullActivityLogger.java44 public void log(Context context, Request request, String message, String objectId, argument
H A DRouterActivityLogger.java108 public void log(Context context, Request request, String message, String objectId, argument
128 .objectId(objectId)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DConfigAuditorFactory.java32 * @param objectId The objectId of the config being altered
36 SMSAuditor create(@Assisted SSOToken runAs, @Assisted("realm") String realm, @Assisted("objectId") String argument
37 objectId, @Assisted Map<String, Object> initialState);
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedazure/tools/scripts/
H A DSearchScript.groovy53 def objectId = ODataUtils.getUid(edmEntityType, entity)
54 uid objectId
55 id objectId.uidValue
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaAuditFilter.java48 public boolean isAudited(String objectId, String realm, ConfigOperation operation, Subject subject) { argument
50 DN dn = DN.valueOf(objectId);
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/user/
H A DEditUserView.js63 [this.data.objectType,this.objectName,this.objectId || "*"].join("/")
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaAuditFilter.java48 public boolean isAudited(String objectId, String realm, ConfigOperation operation, Subject subject) { argument
50 DN dn = DN.valueOf(objectId);
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/delegates/
H A DReconDelegate.js187 obj.getLastAuditForObjectId = function(reconId, objectIdType, objectId) {
188 var queryFilter = 'reconId eq "' + reconId + '" and ' + objectIdType + ' eq "' + objectId + '"';
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/resource/
H A DGenericEditResourceView.js70 objectId = (args[0] === "managed") ? args[2] : args[3],
84 readUrl = this.data.serviceUrl +"/" + objectId + "?_fields=" + resourceCollectionUtils.getFieldsToExpand(schema.properties);
90 readUrl = this.data.serviceUrl +"/" + objectId;
93 if(objectId){
97 this.objectId = objectId;
144 [this.data.objectType,this.objectName,this.objectId || "*"].join("/"),
392 resourceDelegate.deleteResource(this.data.serviceUrl, this.objectId, _.bind(function(){
441 prop.parentObjectId = _this.objectId;
442 prop.relationshipUrl = _this.data.objectType + "/" + _this.objectName + "/" + _this.objectId
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedazure/tools/shared/
H A DODataUtils.groovy213 def objectId = keyProperty.value.asPrimitive().toValue() as String
216 return new Uid(objectId);
218 return new Uid(objectId, eTag);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionAuditor.java87 .objectId(contextId)
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/role/
H A DRoleUsersView.js179 _.each(this.data.selectedItems, _.bind(function(objectId) {
180 var rowdata = _.where(this.model.users.models,{ id: objectId })[0],

Completed in 115 milliseconds

12