Searched defs:createAttribute (Results 51 - 75 of 93) sorted by relevance

1234

/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DRootDSEBackend.java274 staticDSEAttributes.add(createAttribute(ATTR_VENDOR_NAME,
278 staticDSEAttributes.add(createAttribute(ATTR_VENDOR_VERSION,
604 Attribute supportedControlAttr = createAttribute(ATTR_SUPPORTED_CONTROL,
624 Attribute supportedExtensionAttr = createAttribute(
645 Attribute supportedFeatureAttr = createAttribute(ATTR_SUPPORTED_FEATURE,
666 Attribute supportedSASLMechAttr = createAttribute(
694 createAttribute(ATTR_SUPPORTED_LDAP_VERSION,
721 createAttribute(ATTR_SUPPORTED_AUTH_PW_SCHEMES,
770 Attribute supportedTLSProtocolsAttr = createAttribute(
791 Attribute supportedTLSCiphersAttr = createAttribute(
943 private Attribute createAttribute(String name, String lowerName, method in class:RootDSEBackend
994 private Attribute createAttribute(String name, String lowerName, method in class:RootDSEBackend
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java264 attrs.add(createAttribute("connectionsEstablished", String
266 attrs.add(createAttribute("connectionsClosed", String
268 attrs.add(createAttribute("bytesRead", String
270 attrs.add(createAttribute("bytesWritten", String
272 attrs.add(createAttribute("ldapMessagesRead", String
274 attrs.add(createAttribute("ldapMessagesWritten", String
276 attrs.add(createAttribute("operationsAbandoned", String
278 attrs.add(createAttribute("operationsInitiated", String
280 attrs.add(createAttribute("operationsCompleted", String
282 attrs.add(createAttribute("abandonRequest
665 protected Attribute createAttribute(String name, String value) method in class:LDAPStatistics
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java264 attrs.add(createAttribute("connectionsEstablished", String
266 attrs.add(createAttribute("connectionsClosed", String
268 attrs.add(createAttribute("bytesRead", String
270 attrs.add(createAttribute("bytesWritten", String
272 attrs.add(createAttribute("ldapMessagesRead", String
274 attrs.add(createAttribute("ldapMessagesWritten", String
276 attrs.add(createAttribute("operationsAbandoned", String
278 attrs.add(createAttribute("operationsInitiated", String
280 attrs.add(createAttribute("operationsCompleted", String
282 attrs.add(createAttribute("abandonRequest
665 protected Attribute createAttribute(String name, String value) method in class:LDAPStatistics
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DRootDSEBackend.java511 Attribute supportedControlAttr = createAttribute(ATTR_SUPPORTED_CONTROL,
516 Attribute supportedExtensionAttr = createAttribute(
522 Attribute supportedFeatureAttr = createAttribute(ATTR_SUPPORTED_FEATURE,
528 Attribute supportedSASLMechAttr = createAttribute(
541 createAttribute(ATTR_SUPPORTED_LDAP_VERSION,
553 createAttribute(ATTR_SUPPORTED_AUTH_PW_SCHEMES,
602 Attribute supportedTLSProtocolsAttr = createAttribute(
608 Attribute supportedTLSCiphersAttr = createAttribute(
780 private Attribute createAttribute(String name, String lowerName, method in class:RootDSEBackend
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java263 attrs.add(createAttribute("connectionsEstablished", String
265 attrs.add(createAttribute("connectionsClosed", String
267 attrs.add(createAttribute("bytesRead", String
269 attrs.add(createAttribute("bytesWritten", String
271 attrs.add(createAttribute("ldapMessagesRead", String
273 attrs.add(createAttribute("ldapMessagesWritten", String
275 attrs.add(createAttribute("operationsAbandoned", String
277 attrs.add(createAttribute("operationsInitiated", String
279 attrs.add(createAttribute("operationsCompleted", String
281 attrs.add(createAttribute("abandonRequest
664 protected Attribute createAttribute(String name, String value) method in class:LDAPStatistics
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DRootDSEBackend.java274 staticDSEAttributes.add(createAttribute(ATTR_VENDOR_NAME,
278 staticDSEAttributes.add(createAttribute(ATTR_VENDOR_VERSION,
604 Attribute supportedControlAttr = createAttribute(ATTR_SUPPORTED_CONTROL,
624 Attribute supportedExtensionAttr = createAttribute(
645 Attribute supportedFeatureAttr = createAttribute(ATTR_SUPPORTED_FEATURE,
666 Attribute supportedSASLMechAttr = createAttribute(
694 createAttribute(ATTR_SUPPORTED_LDAP_VERSION,
721 createAttribute(ATTR_SUPPORTED_AUTH_PW_SCHEMES,
770 Attribute supportedTLSProtocolsAttr = createAttribute(
791 Attribute supportedTLSCiphersAttr = createAttribute(
943 private Attribute createAttribute(String name, String lowerName, method in class:RootDSEBackend
994 private Attribute createAttribute(String name, String lowerName, method in class:RootDSEBackend
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DRootDSEBackend.java442 Attribute publicNamingContextAttr = createAttribute(
448 Attribute privateNamingContextAttr = createAttribute(
454 Attribute supportedControlAttr = createAttribute(ATTR_SUPPORTED_CONTROL,
459 Attribute supportedExtensionAttr = createAttribute(
465 Attribute supportedFeatureAttr = createAttribute(ATTR_SUPPORTED_FEATURE,
470 Attribute supportedSASLMechAttr = createAttribute(
481 Attribute supportedLDAPVersionAttr = createAttribute(
486 Attribute supportedAuthPWSchemesAttr = createAttribute(
520 Attribute supportedTLSProtocolsAttr = createAttribute(
526 Attribute supportedTLSCiphersAttr = createAttribute(
593 private Attribute createAttribute(String name, String lowerName, method in class:RootDSEBackend
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java258 attrs.add(createAttribute("connectionsEstablished", tmpConnectionsEstablished));
259 attrs.add(createAttribute("connectionsClosed", tmpConnectionsClosed));
260 attrs.add(createAttribute("bytesRead", tmpBytesRead));
261 attrs.add(createAttribute("bytesWritten", tmpBytesWritten));
262 attrs.add(createAttribute("ldapMessagesRead", tmpMessagesRead));
263 attrs.add(createAttribute("ldapMessagesWritten", tmpMessagesWritten));
264 attrs.add(createAttribute("operationsAbandoned", tmpOperationsAbandoned));
265 attrs.add(createAttribute("operationsInitiated", tmpOperationsInitiated));
266 attrs.add(createAttribute("operationsCompleted", tmpOperationsCompleted));
267 attrs.add(createAttribute("abandonRequest
595 protected Attribute createAttribute(String name, Object value) method in class:LDAPStatistics
[all...]
/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DObjectFactory.java143 public Attribute createAttribute() { method in class:ObjectFactory
636 public JAXBElement<Attribute> createAttribute(Attribute value) { method in class:ObjectFactory
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DObjectFactory.java143 public Attribute createAttribute() { method in class:ObjectFactory
636 public JAXBElement<Attribute> createAttribute(Attribute value) { method in class:ObjectFactory
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djsr173_1.0_api.jarMETA-INF/MANIFEST.MF META-INF/pack.properties javax/xml/stream/EventFilter.class EventFilter ...
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djsr173_1.0_api.jarMETA-INF/MANIFEST.MF META-INF/pack.properties javax/xml/stream/EventFilter.class EventFilter ...
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2/ext/xalan-j/
H A Dxml-apis.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/datatype/ javax/xml/namespace/ javax/ ...
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dxml-apis.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/datatype/ javax/xml/namespace/ javax/ ...
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dxml-apis.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/datatype/ javax/xml/namespace/ javax/ ...
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/forgerock/opendj2-jel-hg/ext/xalan-j/
H A Dxml-apis.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/datatype/ javax/xml/namespace/ javax/ ...
/forgerock/opendj2-hg/ext/xalan-j/
H A Dxml-apis.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/datatype/ javax/xml/namespace/ javax/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/xalan-j/
H A Dxml-apis.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/datatype/ javax/xml/namespace/ javax/ ...

Completed in 106 milliseconds

1234