Searched refs:getBERType (Results 1 - 24 of 24) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAuthenticationType.java93 public int getBERType() method in class:AuthenticationType
H A DFilterType.java139 public byte getBERType() method in class:FilterType
H A DRawFilter.java443 stream.writeStartSequence(filterType.getBERType());
451 stream.writeStartSequence(filterType.getBERType());
459 stream.writeStartSequence(filterType.getBERType());
465 stream.writeStartSequence(filterType.getBERType());
494 stream.writeOctetString(filterType.getBERType(),
498 stream.writeStartSequence(filterType.getBERType());
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAuthenticationType.java92 public int getBERType() method in class:AuthenticationType
H A DFilterType.java138 public byte getBERType() method in class:FilterType
H A DRawFilter.java442 stream.writeStartSequence(filterType.getBERType());
450 stream.writeStartSequence(filterType.getBERType());
458 stream.writeStartSequence(filterType.getBERType());
464 stream.writeStartSequence(filterType.getBERType());
493 stream.writeOctetString(filterType.getBERType(),
497 stream.writeStartSequence(filterType.getBERType());
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAuthenticationType.java93 public int getBERType() method in class:AuthenticationType
H A DFilterType.java139 public byte getBERType() method in class:FilterType
H A DRawFilter.java443 stream.writeStartSequence(filterType.getBERType());
451 stream.writeStartSequence(filterType.getBERType());
459 stream.writeStartSequence(filterType.getBERType());
465 stream.writeStartSequence(filterType.getBERType());
494 stream.writeOctetString(filterType.getBERType(),
498 stream.writeStartSequence(filterType.getBERType());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAuthenticationType.java93 public int getBERType() method in class:AuthenticationType
H A DFilterType.java139 public byte getBERType() method in class:FilterType
H A DRawFilter.java443 stream.writeStartSequence(filterType.getBERType());
451 stream.writeStartSequence(filterType.getBERType());
459 stream.writeStartSequence(filterType.getBERType());
465 stream.writeStartSequence(filterType.getBERType());
494 stream.writeOctetString(filterType.getBERType(),
498 stream.writeStartSequence(filterType.getBERType());
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAuthenticationType.java92 public int getBERType() method in class:AuthenticationType
H A DFilterType.java138 public byte getBERType() method in class:FilterType
H A DRawFilter.java442 stream.writeStartSequence(filterType.getBERType());
450 stream.writeStartSequence(filterType.getBERType());
458 stream.writeStartSequence(filterType.getBERType());
464 stream.writeStartSequence(filterType.getBERType());
493 stream.writeOctetString(filterType.getBERType(),
497 stream.writeStartSequence(filterType.getBERType());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAuthenticationType.java92 public int getBERType() method in class:AuthenticationType
H A DFilterType.java137 public byte getBERType() method in class:FilterType
H A DRawFilter.java440 stream.writeStartSequence(filterType.getBERType());
448 stream.writeStartSequence(filterType.getBERType());
456 stream.writeStartSequence(filterType.getBERType());
462 stream.writeStartSequence(filterType.getBERType());
491 stream.writeOctetString(filterType.getBERType(),
495 stream.writeStartSequence(filterType.getBERType());
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestBindRequestProtocolOp.java89 assertTrue(saslOp.getAuthenticationType().getBERType() ==
90 sasl.getAuthenticationType().getBERType());
91 assertTrue(simpleOp.getAuthenticationType().getBERType() ==
92 simple.getAuthenticationType().getBERType());
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestBindRequestProtocolOp.java88 assertTrue(saslOp.getAuthenticationType().getBERType() ==
89 sasl.getAuthenticationType().getBERType());
90 assertTrue(simpleOp.getAuthenticationType().getBERType() ==
91 simple.getAuthenticationType().getBERType());
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestBindRequestProtocolOp.java89 assertTrue(saslOp.getAuthenticationType().getBERType() ==
90 sasl.getAuthenticationType().getBERType());
91 assertTrue(simpleOp.getAuthenticationType().getBERType() ==
92 simple.getAuthenticationType().getBERType());
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestBindRequestProtocolOp.java88 assertTrue(saslOp.getAuthenticationType().getBERType() ==
89 sasl.getAuthenticationType().getBERType());
90 assertTrue(simpleOp.getAuthenticationType().getBERType() ==
91 simple.getAuthenticationType().getBERType());
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestBindRequestProtocolOp.java89 assertTrue(saslOp.getAuthenticationType().getBERType() ==
90 sasl.getAuthenticationType().getBERType());
91 assertTrue(simpleOp.getAuthenticationType().getBERType() ==
92 simple.getAuthenticationType().getBERType());
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/
H A DTestBindRequestProtocolOp.java88 assertEquals(saslOp.getAuthenticationType().getBERType(), sasl.getAuthenticationType().getBERType());
89 assertEquals(simpleOp.getAuthenticationType().getBERType(), simple.getAuthenticationType().getBERType());

Completed in 114 milliseconds