Searched refs:DN (Results 1 - 25 of 4239) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DIdentityMovedOrRenamedListener.java18 import org.forgerock.opendj.ldap.DN;
24 * @param previousDN The DN of the identity before the move or rename
26 public void identityMovedOrRenamed(DN previousDN);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEventListener.java19 import org.forgerock.opendj.ldap.DN;
28 * @param dn The DN of the object that the event has occurred for.
31 void notifySMSEvent(DN dn, int event);
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DIdentityMovedOrRenamedListener.java18 import org.forgerock.opendj.ldap.DN;
28 * @param previousDN The DN of the identity before the move or rename
30 void identityMovedOrRenamed(DN previousDN);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DGuid.java32 import org.forgerock.opendj.ldap.DN;
40 * returned (not a DN string or a guid in the LDAP sense). Methods of the Guid
41 * object could then be used to get the actual DN, etc.
48 private DN _dn;
60 _dn = DN.valueOf(dn);
71 _dn = DN.valueOf("");
85 _dn = DN.valueOf(dn);
106 _dn = DN.valueOf(dn);
139 return _dn.equals(DN.valueOf(guid.getDn()));
152 return DN
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DGuid.java32 import org.forgerock.opendj.ldap.DN;
40 * returned (not a DN string or a guid in the LDAP sense). Methods of the Guid
41 * object could then be used to get the actual DN, etc.
48 private DN _dn;
60 _dn = DN.valueOf(dn);
71 _dn = DN.valueOf("");
85 _dn = DN.valueOf(dn);
106 _dn = DN.valueOf(dn);
139 return _dn.equals(DN.valueOf(guid.getDn()));
152 return DN
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/spi/
H A DConfigurationRepository.java32 import org.forgerock.opendj.ldap.DN;
42 * provided DN. .
45 * DN of a configuration entry.
46 * @return the set of DN of children of the corresponding entry
50 Set<DN> getChildren(DN dn) throws ConfigException;
53 * Returns the configuration entry for the provided DN.
56 * DN of the configuration entry
62 Entry getEntry(DN dn) throws ConfigException;
65 * Checks if the provided DN correspond
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DDSRSShutdownSync.java30 import org.opends.server.types.DN;
45 private static final ConcurrentSkipListSet<DN> replicaOfflineMsgs =
46 new ConcurrentSkipListSet<DN>();
55 public void replicaOfflineMsgSent(DN baseDN)
67 public void replicaOfflineMsgForwarded(DN baseDN)
80 public boolean canShutdown(DN baseDN)
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DDSRSShutdownSync.java30 import org.opends.server.types.DN;
45 private static final ConcurrentSkipListSet<DN> replicaOfflineMsgs =
46 new ConcurrentSkipListSet<DN>();
55 public void replicaOfflineMsgSent(DN baseDN)
67 public void replicaOfflineMsgForwarded(DN baseDN)
80 public boolean canShutdown(DN baseDN)
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DTestDN.java46 * This class defines a set of tests for the org.opends.server.core.DN
51 * DN test data provider.
53 * @return The array of test DN strings.
132 * Illegal DN test data provider.
134 * @return The array of illegal test DN strings.
184 DN dn = new DN(new RDN[0]);
186 assertEquals(dn, DN.rootDN());
199 DN dn = new DN();
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DConfiguration.java31 import org.opends.server.types.DN;
42 * Gets the DN of the LDAP entry associated with this configuration.
44 * @return Returns the DN of the LDAP entry associated with this
47 DN dn();
H A DDNPropertyDefinition.java35 import org.opends.server.types.DN;
41 * DN property definition.
43 public final class DNPropertyDefinition extends PropertyDefinition<DN> {
45 // Optional base DN which all valid values must be immediately
47 private final DN baseDN;
52 * An interface for incrementally constructing DN property
56 AbstractBuilder<DN, DNPropertyDefinition> {
58 // Optional base DN which all valid values must be immediately
60 private DN baseDN = null;
73 * Set the base DN whic
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DConfiguration.java32 import org.opends.server.types.DN;
43 * Gets the DN of the LDAP entry associated with this configuration.
45 * @return Returns the DN of the LDAP entry associated with this
48 DN dn();
H A DDNPropertyDefinition.java36 import org.opends.server.types.DN;
42 * DN property definition.
44 public final class DNPropertyDefinition extends PropertyDefinition<DN> {
46 // Optional base DN which all valid values must be immediately
48 private final DN baseDN;
53 * An interface for incrementally constructing DN property
57 AbstractBuilder<DN, DNPropertyDefinition> {
59 // Optional base DN which all valid values must be immediately
61 private DN baseDN = null;
74 * Set the base DN whic
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DConfiguration.java32 import org.opends.server.types.DN;
43 * Gets the DN of the LDAP entry associated with this configuration.
45 * @return Returns the DN of the LDAP entry associated with this
48 DN dn();
H A DDNPropertyDefinition.java36 import org.opends.server.types.DN;
42 * DN property definition.
44 public final class DNPropertyDefinition extends PropertyDefinition<DN> {
46 // Optional base DN which all valid values must be immediately
48 private final DN baseDN;
53 * An interface for incrementally constructing DN property
57 AbstractBuilder<DN, DNPropertyDefinition> {
59 // Optional base DN which all valid values must be immediately
61 private DN baseDN = null;
74 * Set the base DN whic
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DConfiguration.java31 import org.opends.server.types.DN;
42 * Gets the DN of the LDAP entry associated with this configuration.
44 * @return Returns the DN of the LDAP entry associated with this
47 DN dn();
H A DDNPropertyDefinition.java35 import org.opends.server.types.DN;
41 * DN property definition.
43 public final class DNPropertyDefinition extends PropertyDefinition<DN> {
45 // Optional base DN which all valid values must be immediately
47 private final DN baseDN;
52 * An interface for incrementally constructing DN property
56 AbstractBuilder<DN, DNPropertyDefinition> {
58 // Optional base DN which all valid values must be immediately
60 private DN baseDN = null;
73 * Set the base DN whic
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DConfiguration.java32 import org.opends.server.types.DN;
43 * Gets the DN of the LDAP entry associated with this configuration.
45 * @return Returns the DN of the LDAP entry associated with this
48 DN dn();
H A DDNPropertyDefinition.java36 import org.opends.server.types.DN;
42 * DN property definition.
44 public final class DNPropertyDefinition extends PropertyDefinition<DN> {
46 // Optional base DN which all valid values must be immediately
48 private final DN baseDN;
53 * An interface for incrementally constructing DN property
57 AbstractBuilder<DN, DNPropertyDefinition> {
59 // Optional base DN which all valid values must be immediately
61 private DN baseDN = null;
74 * Set the base DN whic
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DConfiguration.java31 import org.opends.server.types.DN;
42 * Gets the DN of the LDAP entry associated with this configuration.
44 * @return Returns the DN of the LDAP entry associated with this
47 DN dn();
H A DDNPropertyDefinition.java36 import org.opends.server.types.DN;
42 * DN property definition.
44 public final class DNPropertyDefinition extends PropertyDefinition<DN> {
47 * Optional base DN which all valid values must be immediately
50 private final DN baseDN;
55 * An interface for incrementally constructing DN property
59 AbstractBuilder<DN, DNPropertyDefinition> {
62 * Optional base DN which all valid values must be immediately
65 private DN baseDN;
78 * Set the base DN whic
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DConfiguration.java29 import org.forgerock.opendj.ldap.DN;
37 * Gets the DN of the LDAP entry associated with this configuration.
39 * @return Returns the DN of the LDAP entry associated with this
42 DN dn();
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/core/
H A DDataProvider.java31 import org.forgerock.opendj.ldap.DN;
46 * DN mapping, attribute renaming, attribute value transformations, etc.
81 * The DN of the entry.
86 * or if {@code dn} is not a DN equal to or subordinate to one
89 boolean containsEntry(DN dn) throws LdapException;
127 Set<DN> getBaseDNs();
133 * The DN of the entry.
138 * {@code dn} is not a DN equal to or subordinate to one of the
141 Entry getEntry(DN dn) throws LdapException;
144 * Returns the current status of the provided base DN i
[all...]
H A DDataProviderConnection.java31 import org.forgerock.opendj.ldap.DN;
53 * The DN of the entry.
58 * or if {@code dn} is not a DN equal to or subordinate to one
61 boolean containsEntry(DN dn) throws LdapException;
78 Set<DN> getBaseDNs();
84 * The DN of the entry.
89 * {@code dn} is not a DN equal to or subordinate to one of the
92 Entry getEntry(DN dn) throws LdapException;
95 * Returns the current status of the provided base DN in the underlying data
99 * The base DN i
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestDN.java46 * This class defines a set of tests for the org.opends.server.core.DN
51 * DN test data provider.
53 * @return The array of test DN strings.
135 * Illegal DN test data provider.
137 * @return The array of illegal test DN strings.
188 DN dn = new DN(new RDN[0]);
190 assertEquals(dn, DN.nullDN());
203 DN dn = new DN();
[all...]

Completed in 31 milliseconds

1234567891011>>