Searched refs:attrId (Results 1 - 8 of 8) sorted by relevance

/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaParser.java842 String attrId = null;
849 attrId = attr.getID();
852 if (attrId.equals(NUMERICOID_ID) ||
853 attrId.equals(NAME_ID) ||
854 attrId.equals(SUP_ID) ||
855 attrId.equals(MAY_ID) ||
856 attrId.equals(MUST_ID) ||
857 attrId.equals(STRUCTURAL_ID) ||
858 attrId.equals(DESC_ID) ||
859 attrId
[all...]
/openjdk9/jdk/src/java.naming/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStoreImpl.java235 void addRequestedAttribute(String attrId) { argument
239 requestedAttributes.add(attrId);
246 * @param attrId the attribute identifier
250 byte[][] getValues(String attrId) throws NamingException { argument
255 String cacheKey = name + "|" + attrId;
263 values = attrs.get(attrId);
311 for (String attrId : requestedAttributes) {
312 Attribute attr = attrs.get(attrId);
314 cacheAttribute(attrId, values);
315 valueMap.put(attrId, value
323 cacheAttribute(String attrId, byte[][] values) argument
[all...]
/openjdk9/jdk/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsContext.java267 private CT getLookupCT(String attrId) argument
269 return (attrId == null)
271 : fromAttrId(attrId);
622 String attrId = toAttrId(rrclass, rrtype);
623 Attribute attr = attrs.get(attrId);
625 attr = new BasicAttribute(attrId);
672 String attrId = ResourceRecord.getTypeName(rrtype);
674 attrId = ResourceRecord.getRrclassName(rrclass) + " " + attrId;
676 return attrId;
687 fromAttrId(String attrId) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/security/pkcs12/
H A DPKCS12KeyStore.java2272 ObjectIdentifier attrId = attrSeq[0].getOID();
2279 throw new IOException("Attribute " + attrId +
2282 if (attrId.equals(PKCS9FriendlyName_OID)) {
2284 } else if (attrId.equals(PKCS9LocalKeyId_OID)) {
2287 (attrId.equals(TrustedKeyUsage_OID)) {
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/
H A Djquery-1.10.2.js1525 var attrId = id.replace( runescape, funescape );
1527 return elem.getAttribute("id") === attrId;
1536 var attrId = id.replace( runescape, funescape );
1539 return node && node.value === attrId;
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/external/jquery/
H A Djquery.js1525 var attrId = id.replace( runescape, funescape );
1527 return elem.getAttribute("id") === attrId;
1536 var attrId = id.replace( runescape, funescape );
1539 return node && node.value === attrId;
/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/resources/jquery/
H A Djquery-1.10.2.js1525 var attrId = id.replace( runescape, funescape );
1527 return elem.getAttribute("id") === attrId;
1536 var attrId = id.replace( runescape, funescape );
1539 return node && node.value === attrId;
/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/resources/jquery/external/jquery/
H A Djquery.js1525 var attrId = id.replace( runescape, funescape );
1527 return elem.getAttribute("id") === attrId;
1536 var attrId = id.replace( runescape, funescape );
1539 return node && node.value === attrId;

Completed in 234 milliseconds