Searched refs:entry (Results 126 - 150 of 2342) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestModifyChangeRecordEntry.java101 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
104 Assert.assertEquals(entry.getDN(), DN.nullDN());
118 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(testDN1,
121 Assert.assertEquals(entry.getDN(), testDN2);
132 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
135 Assert.assertEquals(entry.getChangeOperationType(),
148 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
151 List<RawModification> mods = entry.getModifications();
163 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
166 List<RawModification> mods = entry
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestAddChangeRecordEntry.java97 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(),
100 Assert.assertEquals(entry.getDN(), DN.nullDN());
114 AddChangeRecordEntry entry = new AddChangeRecordEntry(testDN1,
117 Assert.assertEquals(entry.getDN(), testDN2);
128 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
130 Assert.assertEquals(entry.getChangeOperationType(),
143 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), empty);
145 List<Attribute> attrs = entry.getAttributes();
157 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
159 List<Attribute> attrs = entry
[all...]
H A DTestModifyChangeRecordEntry.java100 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
103 Assert.assertEquals(entry.getDN(), DN.nullDN());
117 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(testDN1,
120 Assert.assertEquals(entry.getDN(), testDN2);
131 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
134 Assert.assertEquals(entry.getChangeOperationType(),
147 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
150 List<RawModification> mods = entry.getModifications();
162 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
165 List<RawModification> mods = entry
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestAddChangeRecordEntry.java98 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(),
101 Assert.assertEquals(entry.getDN(), DN.nullDN());
115 AddChangeRecordEntry entry = new AddChangeRecordEntry(testDN1,
118 Assert.assertEquals(entry.getDN(), testDN2);
129 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
131 Assert.assertEquals(entry.getChangeOperationType(),
144 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), empty);
146 List<Attribute> attrs = entry.getAttributes();
158 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
160 List<Attribute> attrs = entry
[all...]
H A DTestModifyChangeRecordEntry.java101 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
104 Assert.assertEquals(entry.getDN(), DN.nullDN());
118 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(testDN1,
121 Assert.assertEquals(entry.getDN(), testDN2);
132 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
135 Assert.assertEquals(entry.getChangeOperationType(),
148 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
151 List<RawModification> mods = entry.getModifications();
163 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
166 List<RawModification> mods = entry
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestAddChangeRecordEntry.java97 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(),
100 Assert.assertEquals(entry.getDN(), DN.nullDN());
114 AddChangeRecordEntry entry = new AddChangeRecordEntry(testDN1,
117 Assert.assertEquals(entry.getDN(), testDN2);
128 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
130 Assert.assertEquals(entry.getChangeOperationType(),
143 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), empty);
145 List<Attribute> attrs = entry.getAttributes();
157 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
159 List<Attribute> attrs = entry
[all...]
H A DTestModifyChangeRecordEntry.java100 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
103 Assert.assertEquals(entry.getDN(), DN.nullDN());
117 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(testDN1,
120 Assert.assertEquals(entry.getDN(), testDN2);
131 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
134 Assert.assertEquals(entry.getChangeOperationType(),
147 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
150 List<RawModification> mods = entry.getModifications();
162 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
165 List<RawModification> mods = entry
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestAddChangeRecordEntry.java98 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(),
101 Assert.assertEquals(entry.getDN(), DN.nullDN());
115 AddChangeRecordEntry entry = new AddChangeRecordEntry(testDN1,
118 Assert.assertEquals(entry.getDN(), testDN2);
129 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
131 Assert.assertEquals(entry.getChangeOperationType(),
144 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), empty);
146 List<Attribute> attrs = entry.getAttributes();
158 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
160 List<Attribute> attrs = entry
[all...]
H A DTestModifyChangeRecordEntry.java101 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
104 Assert.assertEquals(entry.getDN(), DN.nullDN());
118 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(testDN1,
121 Assert.assertEquals(entry.getDN(), testDN2);
132 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
135 Assert.assertEquals(entry.getChangeOperationType(),
148 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
151 List<RawModification> mods = entry.getModifications();
163 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.nullDN(),
166 List<RawModification> mods = entry
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DTestAddChangeRecordEntry.java97 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.rootDN(),
100 Assert.assertEquals(entry.getDN(), DN.rootDN());
114 AddChangeRecordEntry entry = new AddChangeRecordEntry(testDN1,
117 Assert.assertEquals(entry.getDN(), testDN2);
128 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.rootDN(), attributes);
130 Assert.assertEquals(entry.getChangeOperationType(),
143 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.rootDN(), empty);
145 List<Attribute> attrs = entry.getAttributes();
157 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.rootDN(), attributes);
159 List<Attribute> attrs = entry
[all...]
H A DTestModifyChangeRecordEntry.java101 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.rootDN(),
104 Assert.assertEquals(entry.getDN(), DN.rootDN());
118 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(testDN1,
121 Assert.assertEquals(entry.getDN(), testDN2);
132 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.rootDN(),
135 Assert.assertEquals(entry.getChangeOperationType(),
148 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.rootDN(),
151 List<RawModification> mods = entry.getModifications();
163 ModifyChangeRecordEntry entry = new ModifyChangeRecordEntry(DN.rootDN(),
166 List<RawModification> mods = entry
[all...]
/forgerock/opendj2/src/server/org/opends/server/config/
H A DConfigEntry.java48 * This class defines a configuration entry, which can hold zero or more
67 /** The set of immediate children for this configuration entry. */
70 /** The immediate parent for this configuration entry. */
73 /** The set of add listeners that have been registered with this entry. */
76 /** The set of change listeners that have been registered with this entry. */
79 /** The set of delete listeners that have been registered with this entry. */
82 /** The actual entry wrapped by this configuration entry. */
83 private Entry entry; field in class:ConfigEntry
85 /** The lock used to provide threadsafe access to this configuration entry
98 ConfigEntry(Entry entry, ConfigEntry parent) argument
134 setEntry(Entry entry) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DConfigEntry.java48 * This class defines a configuration entry, which can hold zero or more
67 /** The set of immediate children for this configuration entry. */
70 /** The immediate parent for this configuration entry. */
73 /** The set of add listeners that have been registered with this entry. */
76 /** The set of change listeners that have been registered with this entry. */
79 /** The set of delete listeners that have been registered with this entry. */
82 /** The actual entry wrapped by this configuration entry. */
83 private Entry entry; field in class:ConfigEntry
85 /** The lock used to provide threadsafe access to this configuration entry
98 ConfigEntry(Entry entry, ConfigEntry parent) argument
134 setEntry(Entry entry) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DConfigEntry.java53 * This class defines a configuration entry, which can hold zero or more
69 /** The set of immediate children for this configuration entry. */
72 /** The immediate parent for this configuration entry. */
75 /** The set of add listeners that have been registered with this entry. */
78 /** The set of change listeners that have been registered with this entry. */
81 /** The set of delete listeners that have been registered with this entry. */
84 /** The actual entry wrapped by this configuration entry. */
85 private Entry entry; field in class:ConfigEntry
87 /** The lock used to provide threadsafe access to this configuration entry
100 ConfigEntry(Entry entry, ConfigEntry parent) argument
136 setEntry(Entry entry) argument
[all...]
/forgerock/openam-v13/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/
H A DOpenAMClientRegistrationTest.java156 entry("scope1", "scope1"),
157 entry("scope2", "En Français"),
158 entry("scope3", "scope3"),
159 entry("scope4", "scope4"),
160 entry("scope7", "scope7"),
161 entry("scope8", "Aussi en Français"));
163 entry("scope1", "scope1"),
164 entry("scope2", "Default"),
165 entry("scope3", "British, innit"),
166 entry("scope
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DStructuralObjectClassVirtualAttributeProvider.java97 public Set<AttributeValue> getValues(Entry entry, argument
102 entry.getStructuralObjectClass().getNameOrOID());
112 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
114 //A structural object class is always present in an entry.
124 public ConditionResult matchesSubstring(Entry entry, argument
140 public ConditionResult greaterThanOrEqualTo(Entry entry, argument
154 public ConditionResult lessThanOrEqualTo(Entry entry, argument
168 public ConditionResult approximatelyEqualTo(Entry entry, argument
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DStructuralObjectClassVirtualAttributeProvider.java70 public Set<AttributeValue> getValues(Entry entry, argument
75 entry.getStructuralObjectClass().getNameOrOID());
81 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
83 //A structural object class is always present in an entry.
89 public ConditionResult matchesSubstring(Entry entry, argument
101 public ConditionResult greaterThanOrEqualTo(Entry entry, argument
111 public ConditionResult lessThanOrEqualTo(Entry entry, argument
121 public ConditionResult approximatelyEqualTo(Entry entry, argument
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DStructuralObjectClassVirtualAttributeProvider.java97 public Set<AttributeValue> getValues(Entry entry, argument
102 entry.getStructuralObjectClass().getNameOrOID());
112 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
114 //A structural object class is always present in an entry.
124 public ConditionResult matchesSubstring(Entry entry, argument
140 public ConditionResult greaterThanOrEqualTo(Entry entry, argument
154 public ConditionResult lessThanOrEqualTo(Entry entry, argument
168 public ConditionResult approximatelyEqualTo(Entry entry, argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DStructuralObjectClassVirtualAttributeProvider.java97 public Set<AttributeValue> getValues(Entry entry, argument
102 entry.getStructuralObjectClass().getNameOrOID());
112 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
114 //A structural object class is always present in an entry.
124 public ConditionResult matchesSubstring(Entry entry, argument
140 public ConditionResult greaterThanOrEqualTo(Entry entry, argument
154 public ConditionResult lessThanOrEqualTo(Entry entry, argument
168 public ConditionResult approximatelyEqualTo(Entry entry, argument
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DStructuralObjectClassVirtualAttributeProvider.java70 public Set<AttributeValue> getValues(Entry entry, argument
75 entry.getStructuralObjectClass().getNameOrOID());
81 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
83 //A structural object class is always present in an entry.
89 public ConditionResult matchesSubstring(Entry entry, argument
101 public ConditionResult greaterThanOrEqualTo(Entry entry, argument
111 public ConditionResult lessThanOrEqualTo(Entry entry, argument
121 public ConditionResult approximatelyEqualTo(Entry entry, argument
/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/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DPasswordPolicySubentryVirtualAttributeProvider.java72 public Attribute getValues(Entry entry, VirtualAttributeRule rule) argument
74 if (!entry.isSubentry() && !entry.isLDAPSubentry())
80 policy = AuthenticationPolicy.forUser(entry, false);
89 entry.getName());
96 logger.trace("No applicable password policy for user %s", entry.getName());
109 + "not a password policy", policy.getDN(), entry.getName());
/forgerock/openam/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/opendj-b2.6/src/server/org/opends/server/config/
H A DConfigEntry.java58 * This class defines a configuration entry, which can hold zero or more
77 // The set of immediate children for this configuration entry.
80 // The immediate parent for this configuration entry.
83 // The set of add listeners that have been registered with this entry.
86 // The set of change listeners that have been registered with this entry.
89 // The set of delete listeners that have been registered with this entry.
92 // The actual entry wrapped by this configuration entry.
93 private Entry entry; field in class:ConfigEntry
95 // The lock used to provide threadsafe access to this configuration entry
108 ConfigEntry(Entry entry, ConfigEntry parent) argument
144 setEntry(Entry entry) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DConfigEntry.java58 * This class defines a configuration entry, which can hold zero or more
77 // The set of immediate children for this configuration entry.
80 // The immediate parent for this configuration entry.
83 // The set of add listeners that have been registered with this entry.
86 // The set of change listeners that have been registered with this entry.
89 // The set of delete listeners that have been registered with this entry.
92 // The actual entry wrapped by this configuration entry.
93 private Entry entry; field in class:ConfigEntry
95 // The lock used to provide threadsafe access to this configuration entry
108 ConfigEntry(Entry entry, ConfigEntry parent) argument
144 setEntry(Entry entry) argument
[all...]

Completed in 90 milliseconds

1234567891011>>