Searched defs:entry (Results 126 - 150 of 1191) sorted by relevance

1234567891011>>

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/blacklist/
H A DCachingBlacklist.java53 * Constructs the caching entry blacklist with the given delegate blacklist and maximum cache size.
64 public void blacklist(T entry) throws BlacklistException { argument
65 if (cache.put(entry.getStableStorageID(), entry.getBlacklistExpiryTime() + purgeDelayMs) == null) {
67 delegate.blacklist(entry);
72 public boolean isBlacklisted(T entry) throws BlacklistException { argument
73 final String key = entry.getStableStorageID();
81 boolean isBlacklisted = delegate.isBlacklisted(entry);
84 cache.put(key, entry.getBlacklistExpiryTime() + purgeDelayMs);
H A DConfigurableSessionBlacklist.java63 public void blacklist(Session entry) throws BlacklistException { argument
64 delegate.blacklist(entry);
68 public boolean isBlacklisted(Session entry) throws BlacklistException { argument
69 return delegate.isBlacklisted(entry);
H A DNoOpBlacklist.java33 public void blacklist(T entry) throws BlacklistException { argument
38 public boolean isBlacklisted(T entry) throws BlacklistException { argument
44 DEBUG.message("NoOpBlacklist: Ignoring entry blacklist listener {} - blacklisting disabled", listener);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/query/
H A DPartialToken.java44 private final Map<CoreTokenField, Object> entry; field in class:PartialToken
48 * @param entry Non null, possibly empty collection.
50 public PartialToken(Map<CoreTokenField, Object> entry) { argument
51 Reject.ifNull(entry);
52 this.entry = entry;
64 entry = new HashMap<>(token.entry);
65 entry.put(field, value);
74 return Collections.unmodifiableSet(entry
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DEntryConverter.java27 * Converts an entry to the return type.
28 * @param entry The LDAP entry.
32 T convert(Entry entry, String[] requestedAttributes); argument
H A DEntryPartialTokenConverter.java27 * A converter to convert an LDAP entry to a PartialToken.
40 public PartialToken convert(Entry entry, String[] requestedAttributes) { argument
41 return new PartialToken(attributeConversion.mapFromEntry(entry));
H A DEntryStringConverter.java25 * An entry converter that extracts a single string value from the entry.
30 public String convert(Entry entry, String[] requestedAttributes) { argument
32 return entry.getAttribute(requestedAttributes[0]).firstValueAsString();
H A DEntryTokenConverter.java28 * A converter to convert an LDAP entry to a Token.
41 public Token convert(Entry entry, String[] requestedAttributes) { argument
42 return attributeConversion.tokenFromEntry(entry);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/
H A DIndexChangeHandler.java57 public boolean handleEntry(SearchResultEntry entry) { argument
62 control = entry.getControl(
73 String dn = entry.getName().toString();
78 Attribute attributes = entry.getAttribute(AttributeDescription.valueOf("sunxmlKeyValue"));
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DDynamicGroupMemberList.java64 // The DN of the entry containing the group definition.
86 * @param groupDN The DN of the entry containing the group definition.
104 * @param groupDN The DN of the entry containing the group definition.
354 * Adds the provided entry to the set of results that should be returned for
357 * @param entry The entry to add to the set of results that should be
360 * @return {@code true} if the entry was added to the result set, or
366 final boolean addResult(Entry entry) argument
370 return resultQueue.offer(entry, 10, TimeUnit.SECONDS);
H A DPasswordExpirationTimeVirtualAttributeProvider.java94 public Set<AttributeValue> getValues(Entry entry, argument
98 if (!entry.isSubentry() && !entry.isLDAPSubentry())
100 long expirationTime = getPasswordExpirationTime(entry);
147 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
150 if (entry.isSubentry() || entry.isLDAPSubentry()
151 || (getPasswordExpirationTime(entry) == -1))
162 * @param entry LDAP entry
165 getPasswordExpirationTime(Entry entry) argument
[all...]
H A DUserDefinedVirtualAttributeProvider.java48 * to define their own values that will be inserted into any entry that matches
122 public Set<AttributeValue> getValues(Entry entry, argument
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DCacheEntry.java36 * This class defines a Directory Server cache entry, which is simply
37 * used to store an entry with its associated backend and entry ID.
47 // The backend with which this cache entry is associated.
50 // The entry itself.
51 private Entry entry; field in class:CacheEntry
53 // The entry ID for the entry within the backend.
59 * Creates a new cache entry with the provided information.
61 * @param entry Th
65 CacheEntry(Entry entry, Backend backend, long entryID) argument
91 setEntry(Entry entry) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/api/
H A DAuthenticationPolicyState.java49 * The authentication policy context associated with a user's entry, which is
77 * The user entry.
100 * the value of the specified attribute from the provided entry as a boolean.
102 * @param entry
103 * The entry whose attribute is to be parsed as a boolean.
108 * in the entry.
112 protected static final ConditionResult getBoolean(final Entry entry, argument
115 final List<Attribute> attrList = entry.getAttribute(attributeType);
133 TRACER.debugInfo("Attribute %s resolves to true for user entry "
134 + "%s", attributeType.getNameOrOID(), entry
195 getGeneralizedTime(final Entry entry, final AttributeType attributeType) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DID2CIndexer.java76 * Generate the set of index keys for an entry.
78 * @param entry The entry.
81 public void indexEntry(Entry entry, Set<byte[]> addKeys) argument
83 // The superior entry IDs are in the entry attachment.
84 ArrayList ids = (ArrayList)entry.getAttachment();
86 // Skip the entry's own ID.
100 * to be deleted for an entry that has been replaced.
102 * @param oldEntry The original entry content
[all...]
H A DID2SIndexer.java75 * Generate the set of index keys for an entry.
77 * @param entry The entry.
80 public void indexEntry(Entry entry, Set<byte[]> addKeys) argument
82 // The superior entry IDs are in the entry attachment.
83 ArrayList ids = (ArrayList)entry.getAttachment();
85 // Skip the entry's own ID.
99 * to be deleted for an entry that has been replaced.
101 * @param oldEntry The original entry content
[all...]
H A DPresenceIndexer.java90 * Generate the set of index keys for an entry.
92 * @param entry The entry.
95 public void indexEntry(Entry entry, Set<byte[]> keys) argument
98 entry.getAttribute(attributeType);
112 * to be deleted for an entry that has been replaced.
114 * @param oldEntry The original entry contents.
115 * @param newEntry The new entry contents.
143 * to be deleted for an entry that was modified.
145 * @param oldEntry The original entry content
[all...]
H A DSortValues.java42 * are associated with a sort order for a given entry. Any or all of the
43 * attribute values may be {@code null} if the entry does not include any values
56 // The entry ID for the entry associated with this sort values.
67 * @param entryID The entry ID for the entry associated with this set of
83 * @param entryID The entry ID for the entry associated with this set of
85 * @param entry The entry containin
89 SortValues(EntryID entryID, Entry entry, SortOrder sortOrder) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DDynamicGroupMemberList.java63 // The DN of the entry containing the group definition.
85 * @param groupDN The DN of the entry containing the group definition.
103 * @param groupDN The DN of the entry containing the group definition.
353 * Adds the provided entry to the set of results that should be returned for
356 * @param entry The entry to add to the set of results that should be
359 * @return {@code true} if the entry was added to the result set, or
365 final boolean addResult(Entry entry) argument
369 return resultQueue.offer(entry, 10, TimeUnit.SECONDS);
H A DUserDefinedVirtualAttributeProvider.java47 * to define their own values that will be inserted into any entry that matches
121 public Set<AttributeValue> getValues(Entry entry, argument
/forgerock/opendj2/src/server/org/opends/server/replication/common/
H A DFirstChangeNumberVirtualAttributeProvider.java75 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
78 return entry.getDN().isNullDN();
83 public Set<AttributeValue> getValues(Entry entry,VirtualAttributeRule rule) argument
H A DLastChangeNumberVirtualAttributeProvider.java75 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
78 return entry.getDN().isNullDN();
83 public Set<AttributeValue> getValues(Entry entry,VirtualAttributeRule rule) argument
H A DLastCookieVirtualProvider.java45 * This class implements a virtual attribute provider in the root-dse entry
74 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
77 return entry.getDN().isNullDN();
90 public Set<AttributeValue> getValues(Entry entry,VirtualAttributeRule rule) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DAuthenticationPolicyState.java50 * The authentication policy context associated with a user's entry, which is
78 * The user entry.
101 * the value of the specified attribute from the provided entry as a boolean.
103 * @param entry
104 * The entry whose attribute is to be parsed as a boolean.
109 * in the entry.
113 protected static final ConditionResult getBoolean(final Entry entry, argument
116 final List<Attribute> attrList = entry.getAttribute(attributeType);
134 TRACER.debugInfo("Attribute %s resolves to true for user entry "
135 + "%s", attributeType.getNameOrOID(), entry
196 getGeneralizedTime(final Entry entry, final AttributeType attributeType) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DID2CIndexer.java77 * Generate the set of index keys for an entry.
79 * @param entry The entry.
82 public void indexEntry(Entry entry, Set<byte[]> addKeys) argument
84 // The superior entry IDs are in the entry attachment.
85 ArrayList ids = (ArrayList)entry.getAttachment();
87 // Skip the entry's own ID.
101 * to be deleted for an entry that has been replaced.
103 * @param oldEntry The original entry content
[all...]

Completed in 153 milliseconds

1234567891011>>