Searched defs:INSTANCE_PUBLIC_KEY_CERTIFICATE (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java155 INSTANCE_PUBLIC_KEY_CERTIFICATE, enum constant in enum:ServerDescriptor.ServerProperty
642 serverProperties.get(ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE));
749 adsProperties.put(ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1313 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1400 ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE.
H A DADSContext.java198 INSTANCE_PUBLIC_KEY_CERTIFICATE( enum constant in enum:ADSContext.ServerProperty
452 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE))
531 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE))
873 properties.put(ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1774 case INSTANCE_PUBLIC_KEY_CERTIFICATE:
2553 ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java156 INSTANCE_PUBLIC_KEY_CERTIFICATE, enum constant in enum:ServerDescriptor.ServerProperty
643 serverProperties.get(ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE));
750 adsProperties.put(ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1314 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1401 ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE.
H A DADSContext.java199 INSTANCE_PUBLIC_KEY_CERTIFICATE( enum constant in enum:ADSContext.ServerProperty
453 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE))
532 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE))
874 properties.put(ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1774 case INSTANCE_PUBLIC_KEY_CERTIFICATE:
2553 ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java156 INSTANCE_PUBLIC_KEY_CERTIFICATE, enum constant in enum:ServerDescriptor.ServerProperty
643 serverProperties.get(ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE));
750 adsProperties.put(ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1314 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1401 ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE.
H A DADSContext.java199 INSTANCE_PUBLIC_KEY_CERTIFICATE( enum constant in enum:ADSContext.ServerProperty
453 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE))
532 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE))
874 properties.put(ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1774 case INSTANCE_PUBLIC_KEY_CERTIFICATE:
2553 ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java155 INSTANCE_PUBLIC_KEY_CERTIFICATE, enum constant in enum:ServerDescriptor.ServerProperty
642 serverProperties.get(ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE));
749 adsProperties.put(ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1313 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1400 ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE.
H A DADSContext.java198 INSTANCE_PUBLIC_KEY_CERTIFICATE( enum constant in enum:ADSContext.ServerProperty
452 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE))
531 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE))
873 properties.put(ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1774 case INSTANCE_PUBLIC_KEY_CERTIFICATE:
2553 ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java156 INSTANCE_PUBLIC_KEY_CERTIFICATE, enum constant in enum:ServerDescriptor.ServerProperty
643 serverProperties.get(ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE));
750 adsProperties.put(ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1314 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1401 ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE.
H A DADSContext.java199 INSTANCE_PUBLIC_KEY_CERTIFICATE( enum constant in enum:ADSContext.ServerProperty
453 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE))
532 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE))
874 properties.put(ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1774 case INSTANCE_PUBLIC_KEY_CERTIFICATE:
2553 ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DServerDescriptor.java118 INSTANCE_PUBLIC_KEY_CERTIFICATE, enum constant in enum:ServerDescriptor.ServerProperty
520 return (byte[]) serverProperties.get(ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE);
618 adsProperties.put(ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1197 ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE,
1281 ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE.
H A DADSContext.java139 INSTANCE_PUBLIC_KEY_CERTIFICATE("ds-cfg-public-key-certificate", ADSPropertySyntax.CERTIFICATE_BINARY); enum constant in enum:ADSContext.ServerProperty
376 if (serverProperties.containsKey(ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE))
450 if (serverProperties.containsKey(ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE))
765 properties.put(ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE, certAttr.get());
1622 case INSTANCE_PUBLIC_KEY_CERTIFICATE:
2362 ADSContext.ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE.getAttributeName() + ";binary" };

Completed in 85 milliseconds