Searched defs:entry (Results 76 - 100 of 1191) sorted by relevance

1234567891011>>

/forgerock/opendj2-hg/src/build-tools/javax/jnlp/
H A DDownloadServiceListener.java54 public void validating(URL url, String version, long entry, long total, argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java132 public boolean writeEntry(TemplateEntry entry) argument
137 return ldifWriter.writeTemplateEntry(entry);
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java48 public Change(LDAPEntry entry) throws Exception { argument
51 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
58 attr = entry.getAttribute("changeNumber");
65 attr = entry.getAttribute("changelogCookie");
71 attr = entry.getAttribute("replicationCSN");
77 attr = entry.getAttribute("targetDN");
83 attr = entry.getAttribute("changeType");
90 // attr = entry.getAttribute("targetUniqueId");
95 attr = entry.getAttribute("targetEntryUUID");
104 attr = entry
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java47 public Change(LDAPEntry entry) throws Exception { argument
50 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
57 attr = entry.getAttribute("changeNumber");
64 attr = entry.getAttribute("changelogCookie");
70 attr = entry.getAttribute("replicationCSN");
76 attr = entry.getAttribute("targetDN");
82 attr = entry.getAttribute("changeType");
89 // attr = entry.getAttribute("targetUniqueId");
94 attr = entry.getAttribute("targetEntryUUID");
103 attr = entry
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DAdminTestCaseUtils.java68 * Decodes a configuration entry into the required type of server
75 * @param entry
76 * An entry containing the configuration to be decoded.
79 * If the entry could not be decoded.
82 AbstractManagedObjectDefinition<?, S> definition, Entry entry)
84 ConfigEntry configEntry = new ConfigEntry(entry, null);
97 .createDecodingExceptionAdaptor(entry.getDN(), e);
81 getConfiguration( AbstractManagedObjectDefinition<?, S> definition, Entry entry) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DAdminTestCaseUtils.java69 * Decodes a configuration entry into the required type of server
76 * @param entry
77 * An entry containing the configuration to be decoded.
80 * If the entry could not be decoded.
83 AbstractManagedObjectDefinition<?, S> definition, Entry entry)
85 ConfigEntry configEntry = new ConfigEntry(entry, null);
98 .createDecodingExceptionAdaptor(entry.getDN(), e);
82 getConfiguration( AbstractManagedObjectDefinition<?, S> definition, Entry entry) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java133 public boolean writeEntry(TemplateEntry entry) argument
138 return ldifWriter.writeTemplateEntry(entry);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DCollectiveAttributeSubentriesVirtualAttributeProvider.java98 public Set<AttributeValue> getValues(Entry entry, argument
103 if (!entry.isSubentry() && !entry.isLDAPSubentry())
106 .getCollectiveSubentries(entry);
H A DPasswordPolicySubentryVirtualAttributeProvider.java106 public Set<AttributeValue> getValues(Entry entry, argument
109 if (!entry.isSubentry() && !entry.isLDAPSubentry())
115 policy = AuthenticationPolicy.forUser(entry, false);
127 entry.getDN().toString(),
138 TRACER.debugError("No applicable password policy for user %s", entry
157 + "not a password policy", policy.getDN().toString(), entry
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java46 * whether or not an entry is within the scope of one or more
88 * Returns {@code true} if the specified entry is within the scope
91 * @param entry The entry to be checked for containment.
94 * entry.
96 public boolean isWithinScope(Entry entry) argument
100 if (subtreeSpecification.isWithinScope(entry))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendCompareOperation.java53 * specified entry in the Directory Server contains a given attribute-value
79 * The DN of the entry to compare.
84 * The entry to be compared.
86 protected Entry entry = null; field in class:LocalBackendCompareOperation
104 * Retrieves the entry to target with the compare operation.
106 * @return The entry to target with the compare operation, or
107 * <CODE>null</CODE> if the entry is not yet available.
112 return entry;
151 // Process the entry DN to convert it from the raw form to the form
160 // If the target entry i
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DSubentryChangeListener.java72 * @param entry subentry being added to the server.
76 public void checkSubentryAddAcceptable(Entry entry) argument
82 * @param entry subentry being deleted in the server.
86 public void checkSubentryDeleteAcceptable(Entry entry) argument
115 * @param entry The subentry that was added to the
118 public void handleSubentryAdd(Entry entry); argument
124 * @param entry The subentry that was removed from the
127 public void handleSubentryDelete(Entry entry); argument
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciLDAPOperationContainer.java44 * @param entry The entry for evaluation.
47 int rights, Entry entry)
49 super(operation, rights, entry);
66 * Constructor interface for evaluation general purpose Operation, entry and
70 * @param e The entry for evaluation.
85 * @param e An entry built especially for evaluation.
99 * @param e An entry built especially for evaluation.
144 * @param entry The entry t
46 AciLDAPOperationContainer(Operation operation, int rights, Entry entry) argument
146 AciLDAPOperationContainer(ModifyDNOperation operation, int rights, Entry entry) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DIndexer.java52 * Generate the set of index keys for an entry.
54 * @param entry The entry.
57 public abstract void indexEntry(Entry entry, Set<byte[]> keys); argument
61 * to be deleted for an entry that has been replaced.
63 * @param oldEntry The original entry contents.
64 * @param newEntry The new entry contents.
72 * to be deleted for an entry that was modified.
74 * @param oldEntry The original entry contents.
75 * @param newEntry The new entry content
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DCollectiveAttributeSubentriesVirtualAttributeProvider.java74 public Set<AttributeValue> getValues(Entry entry, argument
79 if (!entry.isSubentry() && !entry.isLDAPSubentry())
82 .getCollectiveSubentries(entry);
H A DPasswordExpirationTimeVirtualAttributeProvider.java77 public Set<AttributeValue> getValues(Entry entry, argument
81 if (!entry.isSubentry() && !entry.isLDAPSubentry())
83 long expirationTime = getPasswordExpirationTime(entry);
124 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
127 return !entry.isSubentry()
128 && !entry.isLDAPSubentry()
129 && getPasswordExpirationTime(entry) != -1;
135 * @param entry LDAP entry
138 getPasswordExpirationTime(Entry entry) argument
[all...]
H A DPasswordPolicySubentryVirtualAttributeProvider.java82 public Set<AttributeValue> getValues(Entry entry, argument
85 if (!entry.isSubentry() && !entry.isLDAPSubentry())
91 policy = AuthenticationPolicy.forUser(entry, false);
103 entry.getDN().toString(),
114 TRACER.debugError("No applicable password policy for user %s", entry
133 + "not a password policy", policy.getDN().toString(), entry
/forgerock/opendj2-hg/src/server/org/opends/server/replication/common/
H A DChangelogBaseDNVirtualAttributeProvider.java43 * changelog attribute of the root DSE entry that contain the baseDn of the ECL.
78 public Set<AttributeValue> getValues(Entry entry,VirtualAttributeRule rule) argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java45 * whether or not an entry is within the scope of one or more
87 * Returns {@code true} if the specified entry is within the scope
90 * @param entry The entry to be checked for containment.
93 * entry.
95 public boolean isWithinScope(Entry entry) argument
99 if (subtreeSpecification.isWithinScope(entry))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DChangeNotificationListener.java62 * can be used for any other entry anywhere in the server, components
84 * @param entry The entry that was added to the server.
88 Entry entry);
98 * @param entry The entry that was removed from the
103 Entry entry);
113 * @param oldEntry The entry before it was updated.
114 * @param newEntry The entry after it was updated.
128 * @param oldEntry The entry befor
86 handleAddOperation( PostResponseAddOperation addOperation, Entry entry) argument
101 handleDeleteOperation( PostResponseDeleteOperation deleteOperation, Entry entry) argument
[all...]
H A DSubentryChangeListener.java73 * @param entry subentry being added to the server.
77 public void checkSubentryAddAcceptable(Entry entry) argument
83 * @param entry subentry being deleted in the server.
87 public void checkSubentryDeleteAcceptable(Entry entry) argument
116 * @param entry The subentry that was added to the
119 public void handleSubentryAdd(Entry entry); argument
125 * @param entry The subentry that was removed from the
128 public void handleSubentryDelete(Entry entry); argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciLDAPOperationContainer.java46 * @param entry The entry for evaluation.
49 int rights, Entry entry)
51 super(operation, rights, entry);
68 * Constructor interface for evaluation general purpose Operation, entry and
72 * @param e The entry for evaluation.
87 * @param e An entry built especially for evaluation.
101 * @param e An entry built especially for evaluation.
146 * @param entry The entry t
48 AciLDAPOperationContainer(Operation operation, int rights, Entry entry) argument
148 AciLDAPOperationContainer(LocalBackendModifyDNOperation operation, int rights, Entry entry) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DIndexer.java53 * Generate the set of index keys for an entry.
55 * @param entry The entry.
58 public abstract void indexEntry(Entry entry, Set<byte[]> keys); argument
62 * to be deleted for an entry that has been replaced.
64 * @param oldEntry The original entry contents.
65 * @param newEntry The new entry contents.
73 * to be deleted for an entry that was modified.
75 * @param oldEntry The original entry contents.
76 * @param newEntry The new entry content
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DMapValueParser.java67 for (String entry : entries) {
68 Pair<String, String> pair = parse(entry);
81 * @param entry a single [name]=value pair
85 public Pair<String, String> parse(String entry) { argument
87 if (entry.length() > 0) {
88 Matcher m = pattern.matcher(entry);
107 * The incoming set of strings contains the [name]=value pairs. Search for the entry containing the name
116 for (String entry : entries) {
117 Pair<String, String> pair = parse(entry);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DSimpleIterator.java42 public void add(Object entry) { argument
43 ll.add(entry);
47 public void add(List entry) { argument
48 ll.addAll(entry);

Completed in 122 milliseconds

1234567891011>>