Searched refs:ref (Results 1 - 25 of 181) sorted by relevance

12345678

/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/historicalaccountlinking/script/
H A DonUnlink-managedUser_systemLdapAccounts.js35 var ref = mappingConfig.target + "/" + targetId,
38 "_queryFilter": '_ref eq "' + ref +'"'
56 logger.debug("Updating historical account relationship for " + ref + " on managed user " + sourceId);
H A Dcheck_account_state_change.js17 var ref = mappingConfig.source + "/" + sourceId,
20 "_queryFilter": '_ref eq "' + ref +'"'
40 logger.debug("Updating historical account relationship for " + ref + " on managed user " + sourceId);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DSoftReferenceEntryCache.java31 import java.lang.ref.Reference;
32 import java.lang.ref.ReferenceQueue;
33 import java.lang.ref.SoftReference;
177 Reference<CacheEntry> ref = dnMap.get(entryDN);
178 if (ref == null)
184 CacheEntry cacheEntry = ref.get();
200 Reference<CacheEntry> ref = dnMap.get(entryDN);
201 if (ref != null)
203 CacheEntry cacheEntry = ref.get();
216 Reference<CacheEntry> ref
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSoftReferenceEntryCache.java32 import java.lang.ref.ReferenceQueue;
33 import java.lang.ref.SoftReference;
216 SoftReference<CacheEntry> ref = dnMap.get(entryDN);
217 if (ref == null)
225 CacheEntry cacheEntry = ref.get();
249 SoftReference<CacheEntry> ref = dnMap.get(entryDN);
250 if (ref == null)
256 CacheEntry cacheEntry = ref.get();
280 SoftReference<CacheEntry> ref = backendMap.get(entryID);
281 if (ref !
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSoftReferenceEntryCache.java31 import java.lang.ref.ReferenceQueue;
32 import java.lang.ref.SoftReference;
215 SoftReference<CacheEntry> ref = dnMap.get(entryDN);
216 if (ref == null)
224 CacheEntry cacheEntry = ref.get();
248 SoftReference<CacheEntry> ref = dnMap.get(entryDN);
249 if (ref == null)
255 CacheEntry cacheEntry = ref.get();
279 SoftReference<CacheEntry> ref = backendMap.get(entryID);
280 if (ref !
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSoftReferenceEntryCache.java32 import java.lang.ref.ReferenceQueue;
33 import java.lang.ref.SoftReference;
216 SoftReference<CacheEntry> ref = dnMap.get(entryDN);
217 if (ref == null)
225 CacheEntry cacheEntry = ref.get();
249 SoftReference<CacheEntry> ref = dnMap.get(entryDN);
250 if (ref == null)
256 CacheEntry cacheEntry = ref.get();
280 SoftReference<CacheEntry> ref = backendMap.get(entryID);
281 if (ref !
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSoftReferenceEntryCache.java32 import java.lang.ref.ReferenceQueue;
33 import java.lang.ref.SoftReference;
216 SoftReference<CacheEntry> ref = dnMap.get(entryDN);
217 if (ref == null)
225 CacheEntry cacheEntry = ref.get();
249 SoftReference<CacheEntry> ref = dnMap.get(entryDN);
250 if (ref == null)
256 CacheEntry cacheEntry = ref.get();
280 SoftReference<CacheEntry> ref = backendMap.get(entryID);
281 if (ref !
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSoftReferenceEntryCache.java31 import java.lang.ref.ReferenceQueue;
32 import java.lang.ref.SoftReference;
215 SoftReference<CacheEntry> ref = dnMap.get(entryDN);
216 if (ref == null)
224 CacheEntry cacheEntry = ref.get();
248 SoftReference<CacheEntry> ref = dnMap.get(entryDN);
249 if (ref == null)
255 CacheEntry cacheEntry = ref.get();
279 SoftReference<CacheEntry> ref = backendMap.get(entryID);
280 if (ref !
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DUsageDirectiveHeader.java54 private String ref = null; field in class:UsageDirectiveHeader
63 * @param ref the value of <code>ref</code> attribute.
64 * @throws SOAPBindingException if the value of <code>ref</code> attribute
67 public UsageDirectiveHeader(String ref) throws SOAPBindingException { argument
68 if (ref == null) {
73 this.ref = ref;
85 ref = XMLUtils.getNodeAttributeValue(
117 * Returns value of <code>ref</cod
167 setRef(String ref) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DUsageDirectiveHeader.java54 private String ref = null; field in class:UsageDirectiveHeader
63 * @param ref the value of <code>ref</code> attribute.
64 * @throws SOAPBindingException if the value of <code>ref</code> attribute
67 public UsageDirectiveHeader(String ref) throws SOAPBindingException { argument
68 if (ref == null) {
73 this.ref = ref;
85 ref = XMLUtils.getNodeAttributeValue(
117 * Returns value of <code>ref</cod
167 setRef(String ref) argument
[all...]
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DMSVValidator.java110 StringRef ref = new StringRef();
111 acceptor.isAcceptState(ref);
112 context.reportEvent(target,ref.str);
126 StringRef ref = new StringRef();
130 acceptor.onEndAttributes( sti, ref );
131 context.reportEvent(target,ref.str);
176 StringRef ref = new StringRef();
178 buf.toString(), this, ref, null );
180 context.reportEvent(target,ref.str);
191 StringRef ref
[all...]
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DMSVValidator.java110 StringRef ref = new StringRef();
111 acceptor.isAcceptState(ref);
112 context.reportEvent(target,ref.str);
126 StringRef ref = new StringRef();
130 acceptor.onEndAttributes( sti, ref );
131 context.reportEvent(target,ref.str);
176 StringRef ref = new StringRef();
178 buf.toString(), this, ref, null );
180 context.reportEvent(target,ref.str);
191 StringRef ref
[all...]
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DMSVValidator.java110 StringRef ref = new StringRef();
111 acceptor.isAcceptState(ref);
112 context.reportEvent(target,ref.str);
126 StringRef ref = new StringRef();
130 acceptor.onEndAttributes( sti, ref );
131 context.reportEvent(target,ref.str);
176 StringRef ref = new StringRef();
178 buf.toString(), this, ref, null );
180 context.reportEvent(target,ref.str);
191 StringRef ref
[all...]
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DMSVValidator.java110 StringRef ref = new StringRef();
111 acceptor.isAcceptState(ref);
112 context.reportEvent(target,ref.str);
126 StringRef ref = new StringRef();
130 acceptor.onEndAttributes( sti, ref );
131 context.reportEvent(target,ref.str);
176 StringRef ref = new StringRef();
178 buf.toString(), this, ref, null );
180 context.reportEvent(target,ref.str);
191 StringRef ref
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DMSVValidator.java110 StringRef ref = new StringRef();
111 acceptor.isAcceptState(ref);
112 context.reportEvent(target,ref.str);
126 StringRef ref = new StringRef();
130 acceptor.onEndAttributes( sti, ref );
131 context.reportEvent(target,ref.str);
176 StringRef ref = new StringRef();
178 buf.toString(), this, ref, null );
180 context.reportEvent(target,ref.str);
191 StringRef ref
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DMSVValidator.java110 StringRef ref = new StringRef();
111 acceptor.isAcceptState(ref);
112 context.reportEvent(target,ref.str);
126 StringRef ref = new StringRef();
130 acceptor.onEndAttributes( sti, ref );
131 context.reportEvent(target,ref.str);
176 StringRef ref = new StringRef();
178 buf.toString(), this, ref, null );
180 context.reportEvent(target,ref.str);
191 StringRef ref
[all...]
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DMSVValidator.java110 StringRef ref = new StringRef();
111 acceptor.isAcceptState(ref);
112 context.reportEvent(target,ref.str);
126 StringRef ref = new StringRef();
130 acceptor.onEndAttributes( sti, ref );
131 context.reportEvent(target,ref.str);
176 StringRef ref = new StringRef();
178 buf.toString(), this, ref, null );
180 context.reportEvent(target,ref.str);
191 StringRef ref
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/
H A DExternalLinks.js30 services : `${backstageDocsUrl}reference#chap-config-ref`
/forgerock/opendj2/src/build-tools/javax/jnlp/
H A DDownloadService.java52 public void loadResource(java.net.URL ref, String version, argument
/forgerock/opendj-b2.6/src/build-tools/javax/jnlp/
H A DDownloadService.java53 public void loadResource(java.net.URL ref, String version, argument
/forgerock/opendj2.6.2/src/build-tools/javax/jnlp/
H A DDownloadService.java53 public void loadResource(java.net.URL ref, String version, argument
/forgerock/opendj2-hg/src/build-tools/javax/jnlp/
H A DDownloadService.java52 public void loadResource(java.net.URL ref, String version, argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/
H A DStatus.java43 * &lt;element ref="Status" minOccurs="0"/>
47 * &lt;attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
58 private String ref; field in class:Status
107 return ref;
116 this.ref = value;
208 if ((ref != null) && ref.length() != 0) {
209 sb.append(" ref=\"").append(ref).append("\"");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/
H A DStatus.java43 * &lt;element ref="Status" minOccurs="0"/>
47 * &lt;attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
58 private String ref; field in class:Status
107 return ref;
116 this.ref = value;
208 if ((ref != null) && ref.length() != 0) {
209 sb.append(" ref=\"").append(ref).append("\"");
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DReverseRelationshipValidator.java73 String ref = relationshipField.get(REFERENCE_ID).asString();
76 relationshipField.getPointer(), ref, reversePropertyName,
81 relationshipField.getPointer(), ref, reversePropertyName));

Completed in 121 milliseconds

12345678