Searched refs:sourceType (Results 1 - 11 of 11) sorted by relevance

/forgerock/openam/openam-ui/openam-ui-ria/
H A D.eslintrc.js9 sourceType: "module",
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEvent.java94 private int sourceType; field in class:AMEvent
113 this.sourceType = determineSourceType(dsEvent);
116 this.sourceType = AMObject.UNKNOWN_OBJECT_TYPE;
119 this.sourceType = AMObject.UNKNOWN_OBJECT_TYPE;
125 int sourceType) {
129 this.sourceType = sourceType;
187 return sourceType;
124 AMEvent(Object source, int eventType, String sourceDN, int sourceType) argument
H A DAMObjectImpl.java2184 protected static void sendExpiryEvent(String sourceDN, int sourceType) { argument
2197 sourceDN, sourceType);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEvent.java94 private int sourceType; field in class:AMEvent
113 this.sourceType = determineSourceType(dsEvent);
116 this.sourceType = AMObject.UNKNOWN_OBJECT_TYPE;
119 this.sourceType = AMObject.UNKNOWN_OBJECT_TYPE;
125 int sourceType) {
129 this.sourceType = sourceType;
187 return sourceType;
124 AMEvent(Object source, int eventType, String sourceDN, int sourceType) argument
H A DAMObjectImpl.java2185 protected static void sendExpiryEvent(String sourceDN, int sourceType) { argument
2198 sourceDN, sourceType);
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/properties/
H A DEditPropertyMappingDialog.js208 sourceType;
229 sourceType = this.data.currentMappingDetails.source.split("/");
231 AdminUtils.findPropertiesList(sourceType).then(_.bind(function(properties){
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/
H A DMappingListView.js75 sync.sourceType = this.syncType(sync.source);
77 mappingDetails.push(connectorUtils.getMappingDetails(sync.sourceType, sync.targetType));
H A DMappingBaseView.js223 this.data.sourceType = this.syncType(this.data.mapping.source);
225 connectorUtils.getMappingDetails(this.data.sourceType , this.data.targetType).then(_.bind(function (details) {
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/commons/
H A DConnectorUtil.java386 Class sourceType = isArray ? sourceValue.getClass().getComponentType() : sourceValue.getClass();
389 if (sourceType == byte.class) {
391 } else if (sourceType == char.class) {
393 } else if (sourceType == Character.class) {
406 if (sourceType.isAssignableFrom(GuardedString.class)
407 || sourceType.isAssignableFrom(GuardedByteArray.class)) {
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 71 milliseconds