Searched refs:Entry (Results 151 - 175 of 3212) sorted by relevance

1234567891011>>

/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/operation/
H A DPostResponseDeleteOperation.java33 import org.opends.server.types.Entry;
75 public Entry getEntryToDelete();
H A DPostResponseModifyDNOperation.java170 public Entry getOriginalEntry();
182 public Entry getUpdatedEntry();
H A DPostResponseModifyOperation.java101 public Entry getCurrentEntry();
111 public Entry getModifiedEntry();
H A DPostSynchronizationDeleteOperation.java33 import org.opends.server.types.Entry;
76 public Entry getEntryToDelete();
H A DPreOperationDeleteOperation.java33 import org.opends.server.types.Entry;
76 public Entry getEntryToDelete();
H A DSubordinateModifyDNOperation.java143 public Entry getOriginalEntry();
155 public Entry getUpdatedEntry();
/forgerock/opendj2-hg/src/server/org/opends/server/types/operation/
H A DPostOperationCompareOperation.java33 import org.opends.server.types.Entry;
103 public Entry getEntryToCompare();
H A DPostOperationDeleteOperation.java32 import org.opends.server.types.Entry;
75 public Entry getEntryToDelete();
H A DPostResponseDeleteOperation.java32 import org.opends.server.types.Entry;
74 public Entry getEntryToDelete();
H A DPostResponseModifyDNOperation.java169 public Entry getOriginalEntry();
181 public Entry getUpdatedEntry();
H A DPostResponseModifyOperation.java100 public Entry getCurrentEntry();
110 public Entry getModifiedEntry();
H A DPostSynchronizationDeleteOperation.java32 import org.opends.server.types.Entry;
75 public Entry getEntryToDelete();
H A DPreOperationDeleteOperation.java32 import org.opends.server.types.Entry;
75 public Entry getEntryToDelete();
H A DSubordinateModifyDNOperation.java142 public Entry getOriginalEntry();
154 public Entry getUpdatedEntry();
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DEntryPartialTokenConverter.java24 import org.forgerock.opendj.ldap.Entry;
40 public PartialToken convert(Entry entry, String[] requestedAttributes) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/operation/
H A DPostOperationCompareOperation.java34 import org.opends.server.types.Entry;
104 Entry getEntryToCompare();
H A DPostOperationDeleteOperation.java33 import org.opends.server.types.Entry;
76 Entry getEntryToDelete();
H A DPostResponseDeleteOperation.java33 import org.opends.server.types.Entry;
75 Entry getEntryToDelete();
H A DPostResponseModifyDNOperation.java171 Entry getOriginalEntry();
183 Entry getUpdatedEntry();
H A DPostResponseModifyOperation.java102 Entry getCurrentEntry();
112 Entry getModifiedEntry();
H A DPostSynchronizationDeleteOperation.java33 import org.opends.server.types.Entry;
76 Entry getEntryToDelete();
H A DPreOperationDeleteOperation.java33 import org.opends.server.types.Entry;
76 Entry getEntryToDelete();
H A DSubordinateModifyDNOperation.java144 Entry getOriginalEntry();
156 Entry getUpdatedEntry();
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DEntryPartialTokenConverter.java24 import org.forgerock.opendj.ldap.Entry;
40 public PartialToken convert(Entry entry, String[] requestedAttributes) {
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAuthenticationInfo.java59 private Entry authenticationEntry;
65 private Entry authorizationEntry;
104 public AuthenticationInfo(Entry authenticationEntry, boolean isRoot)
129 public AuthenticationInfo(Entry authenticationEntry, DN simpleBindDN,
161 public AuthenticationInfo(Entry authenticationEntry,
203 public AuthenticationInfo(Entry authenticationEntry,
204 Entry authorizationEntry,
308 public Entry getAuthenticationEntry()
357 public Entry getAuthorizationEntry()
515 public AuthenticationInfo duplicate(Entry newAuthenticationEntr
[all...]

Completed in 90 milliseconds

1234567891011>>