Searched defs:internal (Results 1 - 25 of 186) sorted by relevance

12345678

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A Dpackage-info.java31 * Contains the implementation for the "internal" connection handler
32 * and its associated classes. The internal connection handler is
34 * clients, but rather may be used for performing internal operations
36 * This internal protocol implementation is specifically designed to
37 * allow these kinds of internal operations to be processed
44 package org.opends.server.protocols.internal;
H A DNullLDAPMessage.java27 package org.opends.server.protocols.internal;
38 * that will serve as a marker in the internal LDAP input stream
H A DInternalMozillaLDAPSocketFactory.java28 package org.opends.server.protocols.internal;
41 * the Mozilla LDAP SDK for Java to perform internal operations in
53 * Creates a new instance of this internal Mozilla LDAP socket
64 * Creates and returns a new internal LDAP socket, which can be used
65 * by the Mozilla LDAP SDK for Java to perform internal operations
75 * @return An internal LDAP socket, which can be used by the
76 * Mozilla LDAP SDK for Java to perform internal operations
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/
H A Dpackage-info.java30 * Contains the implementation for the "internal" connection handler
31 * and its associated classes. The internal connection handler is
33 * clients, but rather may be used for performing internal operations
35 * This internal protocol implementation is specifically designed to
36 * allow these kinds of internal operations to be processed
43 package org.opends.server.protocols.internal;
H A DNullLDAPMessage.java26 package org.opends.server.protocols.internal;
37 * that will serve as a marker in the internal LDAP input stream
H A DInternalMozillaLDAPSocketFactory.java27 package org.opends.server.protocols.internal;
40 * the Mozilla LDAP SDK for Java to perform internal operations in
52 * Creates a new instance of this internal Mozilla LDAP socket
63 * Creates and returns a new internal LDAP socket, which can be used
64 * by the Mozilla LDAP SDK for Java to perform internal operations
74 * @return An internal LDAP socket, which can be used by the
75 * Mozilla LDAP SDK for Java to perform internal operations
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A Dpackage-info.java31 * Contains the implementation for the "internal" connection handler
32 * and its associated classes. The internal connection handler is
34 * clients, but rather may be used for performing internal operations
36 * This internal protocol implementation is specifically designed to
37 * allow these kinds of internal operations to be processed
44 package org.opends.server.protocols.internal;
H A DNullLDAPMessage.java27 package org.opends.server.protocols.internal;
38 * that will serve as a marker in the internal LDAP input stream
H A DInternalMozillaLDAPSocketFactory.java28 package org.opends.server.protocols.internal;
41 * the Mozilla LDAP SDK for Java to perform internal operations in
53 * Creates a new instance of this internal Mozilla LDAP socket
64 * Creates and returns a new internal LDAP socket, which can be used
65 * by the Mozilla LDAP SDK for Java to perform internal operations
75 * @return An internal LDAP socket, which can be used by the
76 * Mozilla LDAP SDK for Java to perform internal operations
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A Dpackage-info.java31 * Contains the implementation for the "internal" connection handler
32 * and its associated classes. The internal connection handler is
34 * clients, but rather may be used for performing internal operations
36 * This internal protocol implementation is specifically designed to
37 * allow these kinds of internal operations to be processed
44 package org.opends.server.protocols.internal;
H A DNullLDAPMessage.java27 package org.opends.server.protocols.internal;
38 * that will serve as a marker in the internal LDAP input stream
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/
H A Dpackage-info.java30 * Contains the implementation for the "internal" connection handler
31 * and its associated classes. The internal connection handler is
33 * clients, but rather may be used for performing internal operations
35 * This internal protocol implementation is specifically designed to
36 * allow these kinds of internal operations to be processed
43 package org.opends.server.protocols.internal;
H A DNullLDAPMessage.java26 package org.opends.server.protocols.internal;
37 * that will serve as a marker in the internal LDAP input stream
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A Dpackage-info.java21 package com.sun.identity.authentication.internal;
H A DInvalidAuthContextException.java29 package com.sun.identity.authentication.internal;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A Dpackage-info.java30 * Contains the implementation for the "internal" connection handler
31 * and its associated classes. The internal connection handler is
33 * clients, but rather may be used for performing internal operations
35 * This internal protocol implementation is specifically designed to
36 * allow these kinds of internal operations to be processed
43 package org.opends.server.protocols.internal;
H A DNullLDAPMessage.java26 package org.opends.server.protocols.internal;
37 * that will serve as a marker in the internal LDAP input stream
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A Dpackage-info.java21 package com.sun.identity.authentication.internal;
H A DInvalidAuthContextException.java29 package com.sun.identity.authentication.internal;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalTestCase.java27 package org.opends.server.protocols.internal;
37 * An abstract base class for all internal test cases.
39 @Test(groups = { "precommit", "internal" }, sequential = true)
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalTestCase.java26 package org.opends.server.protocols.internal;
36 * An abstract base class for all internal test cases.
38 @Test(groups = { "precommit", "internal" }, sequential = true)
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalTestCase.java27 package org.opends.server.protocols.internal;
37 * An abstract base class for all internal test cases.
39 @Test(groups = { "precommit", "internal" }, sequential = true)
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalTestCase.java26 package org.opends.server.protocols.internal;
36 * An abstract base class for all internal test cases.
38 @Test(groups = { "precommit", "internal" }, sequential = true)
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalTestCase.java27 package org.opends.server.protocols.internal;
37 * An abstract base class for all internal test cases.
39 @Test(groups = { "precommit", "internal" }, sequential = true)
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/internal/
H A DInternalTestCase.java26 package org.opends.server.protocols.internal;
36 * An abstract base class for all internal test cases.
38 @Test(groups = { "precommit", "internal" }, sequential = true)

Completed in 203 milliseconds

12345678