Searched defs:attributeType (Results 1 - 25 of 465) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DUserAttributeNotificationMessageTemplateElement.java51 private AttributeType attributeType; field in class:UserAttributeNotificationMessageTemplateElement
58 * @param attributeType The attribute type for which to obtain the value.
61 attributeType)
63 this.attributeType = attributeType;
76 List<Attribute> attrList = userEntry.getAttribute(attributeType);
60 UserAttributeNotificationMessageTemplateElement(AttributeType attributeType) argument
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DUserAttributeNotificationMessageTemplateElement.java50 private AttributeType attributeType; field in class:UserAttributeNotificationMessageTemplateElement
57 * @param attributeType The attribute type for which to obtain the value.
60 attributeType)
62 this.attributeType = attributeType;
75 List<Attribute> attrList = userEntry.getAttribute(attributeType);
59 UserAttributeNotificationMessageTemplateElement(AttributeType attributeType) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DUserAttributeNotificationMessageTemplateElement.java51 private AttributeType attributeType; field in class:UserAttributeNotificationMessageTemplateElement
58 * @param attributeType The attribute type for which to obtain the value.
61 attributeType)
63 this.attributeType = attributeType;
76 List<Attribute> attrList = userEntry.getAttribute(attributeType);
60 UserAttributeNotificationMessageTemplateElement(AttributeType attributeType) argument
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DUserAttributeNotificationMessageTemplateElement.java50 private AttributeType attributeType; field in class:UserAttributeNotificationMessageTemplateElement
57 * @param attributeType The attribute type for which to obtain the value.
60 attributeType)
62 this.attributeType = attributeType;
75 List<Attribute> attrList = userEntry.getAttribute(attributeType);
59 UserAttributeNotificationMessageTemplateElement(AttributeType attributeType) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DUserAttributeNotificationMessageTemplateElement.java51 private AttributeType attributeType; field in class:UserAttributeNotificationMessageTemplateElement
58 * @param attributeType The attribute type for which to obtain the value.
61 attributeType)
63 this.attributeType = attributeType;
74 List<Attribute> attrList = userEntry.getAttribute(attributeType);
60 UserAttributeNotificationMessageTemplateElement(AttributeType attributeType) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DTemplateLine.java40 private AttributeType attributeType; field in class:TemplateLine
62 return attributeType;
109 * @param attributeType The attribute type for this template line.
114 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags) argument
116 this(attributeType, lineNumber, tags, false, false);
123 * @param attributeType The attribute type for this template line.
131 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, argument
134 this.attributeType = attributeType;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DExtensionTestUtils.java51 AttributeType attributeType) throws Exception
64 assertFalse(e.hasAttribute(attributeType));
67 public static void testSearchNoAttrs(DN entryDN, AttributeType attributeType) argument
85 assertFalse(e.hasAttribute(attributeType));
89 AttributeType attributeType) throws Exception
106 assertFalse(e.hasAttribute(attributeType));
110 AttributeType attributeType) throws Exception
127 assertTrue(e.hasAttribute(attributeType));
131 AttributeType attributeType) throws Exception
148 assertTrue(e.hasAttribute(attributeType));
50 testSearchEmptyAttrs(DN entryDN, AttributeType attributeType) argument
88 testSearchAllUserAttrs(DN entryDN, AttributeType attributeType) argument
109 testSearchAllOperationalAttrs(DN entryDN, AttributeType attributeType) argument
130 testSearchAttr(DN entryDN, String attrName, AttributeType attributeType) argument
151 testSearchExcludeAttr(DN entryDN, AttributeType attributeType) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DExtensionTestUtils.java50 AttributeType attributeType) throws Exception
63 assertFalse(e.hasAttribute(attributeType));
66 public static void testSearchNoAttrs(DN entryDN, AttributeType attributeType) argument
84 assertFalse(e.hasAttribute(attributeType));
88 AttributeType attributeType) throws Exception
105 assertFalse(e.hasAttribute(attributeType));
109 AttributeType attributeType) throws Exception
126 assertTrue(e.hasAttribute(attributeType));
130 AttributeType attributeType) throws Exception
147 assertTrue(e.hasAttribute(attributeType));
49 testSearchEmptyAttrs(DN entryDN, AttributeType attributeType) argument
87 testSearchAllUserAttrs(DN entryDN, AttributeType attributeType) argument
108 testSearchAllOperationalAttrs(DN entryDN, AttributeType attributeType) argument
129 testSearchAttr(DN entryDN, String attrName, AttributeType attributeType) argument
150 testSearchExcludeAttr(DN entryDN, AttributeType attributeType) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DTemplateLine.java39 private AttributeType attributeType; field in class:TemplateLine
61 return attributeType;
108 * @param attributeType The attribute type for this template line.
113 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags) argument
115 this(attributeType, lineNumber, tags, false, false);
122 * @param attributeType The attribute type for this template line.
130 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, argument
133 this.attributeType = attributeType;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DTemplateLine.java40 private AttributeType attributeType; field in class:TemplateLine
62 return attributeType;
109 * @param attributeType The attribute type for this template line.
114 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags) argument
116 this(attributeType, lineNumber, tags, false, false);
123 * @param attributeType The attribute type for this template line.
131 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, argument
134 this.attributeType = attributeType;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DExtensionTestUtils.java51 AttributeType attributeType) throws Exception
64 assertFalse(e.hasAttribute(attributeType));
67 public static void testSearchNoAttrs(DN entryDN, AttributeType attributeType) argument
85 assertFalse(e.hasAttribute(attributeType));
89 AttributeType attributeType) throws Exception
106 assertFalse(e.hasAttribute(attributeType));
110 AttributeType attributeType) throws Exception
127 assertTrue(e.hasAttribute(attributeType));
131 AttributeType attributeType) throws Exception
148 assertTrue(e.hasAttribute(attributeType));
50 testSearchEmptyAttrs(DN entryDN, AttributeType attributeType) argument
88 testSearchAllUserAttrs(DN entryDN, AttributeType attributeType) argument
109 testSearchAllOperationalAttrs(DN entryDN, AttributeType attributeType) argument
130 testSearchAttr(DN entryDN, String attrName, AttributeType attributeType) argument
151 testSearchExcludeAttr(DN entryDN, AttributeType attributeType) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DExtensionTestUtils.java50 AttributeType attributeType) throws Exception
63 assertFalse(e.hasAttribute(attributeType));
66 public static void testSearchNoAttrs(DN entryDN, AttributeType attributeType) argument
84 assertFalse(e.hasAttribute(attributeType));
88 AttributeType attributeType) throws Exception
105 assertFalse(e.hasAttribute(attributeType));
109 AttributeType attributeType) throws Exception
126 assertTrue(e.hasAttribute(attributeType));
130 AttributeType attributeType) throws Exception
147 assertTrue(e.hasAttribute(attributeType));
49 testSearchEmptyAttrs(DN entryDN, AttributeType attributeType) argument
87 testSearchAllUserAttrs(DN entryDN, AttributeType attributeType) argument
108 testSearchAllOperationalAttrs(DN entryDN, AttributeType attributeType) argument
129 testSearchAttr(DN entryDN, String attrName, AttributeType attributeType) argument
150 testSearchExcludeAttr(DN entryDN, AttributeType attributeType) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DExtensionTestUtils.java51 AttributeType attributeType) throws Exception
64 assertFalse(e.hasAttribute(attributeType));
67 public static void testSearchNoAttrs(DN entryDN, AttributeType attributeType) argument
85 assertFalse(e.hasAttribute(attributeType));
89 AttributeType attributeType) throws Exception
106 assertFalse(e.hasAttribute(attributeType));
110 AttributeType attributeType) throws Exception
127 assertTrue(e.hasAttribute(attributeType));
131 AttributeType attributeType) throws Exception
148 assertTrue(e.hasAttribute(attributeType));
50 testSearchEmptyAttrs(DN entryDN, AttributeType attributeType) argument
88 testSearchAllUserAttrs(DN entryDN, AttributeType attributeType) argument
109 testSearchAllOperationalAttrs(DN entryDN, AttributeType attributeType) argument
130 testSearchAttr(DN entryDN, String attrName, AttributeType attributeType) argument
151 testSearchExcludeAttr(DN entryDN, AttributeType attributeType) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DUserAttributeNotificationMessageTemplateElement.java51 private AttributeType attributeType; field in class:UserAttributeNotificationMessageTemplateElement
58 * @param attributeType The attribute type for which to obtain the value.
61 attributeType)
63 this.attributeType = attributeType;
69 * @param attributeType The attribute type for which to obtain the value.
78 attributeType, String options)
80 this(attributeType);
96 List<Attribute> attrList = userEntry.getAttribute(attributeType);
60 UserAttributeNotificationMessageTemplateElement(AttributeType attributeType) argument
77 UserAttributeNotificationMessageTemplateElement(AttributeType attributeType, String options) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateLine.java40 private AttributeType attributeType; field in class:TemplateLine
62 return attributeType;
109 * @param attributeType The attribute type for this template line.
114 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags) argument
116 this(attributeType, lineNumber, tags, false, false);
123 * @param attributeType The attribute type for this template line.
131 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, argument
134 this.attributeType = attributeType;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateLine.java39 private AttributeType attributeType; field in class:TemplateLine
61 return attributeType;
108 * @param attributeType The attribute type for this template line.
113 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags) argument
115 this(attributeType, lineNumber, tags, false, false);
122 * @param attributeType The attribute type for this template line.
130 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, argument
133 this.attributeType = attributeType;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DTemplateLine.java38 private AttributeType attributeType; field in class:TemplateLine
60 return attributeType;
107 * @param attributeType The attribute type for this template line.
112 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags) argument
114 this(attributeType, lineNumber, tags, false, false);
121 * @param attributeType The attribute type for this template line.
129 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, argument
132 this.attributeType = attributeType;
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DServerSideSortResponseControl.java74 * attributeType [0] AttributeDescription OPTIONAL }
105 String attributeType = null;
108 attributeType = reader.readOctetStringAsString();
113 attributeType);
148 private String attributeType; field in class:ServerSideSortResponseControl
157 * @param attributeType The attribute type for the sort result (or
160 public ServerSideSortResponseControl(int resultCode, String attributeType) argument
162 this(false, resultCode, attributeType);
174 * @param attributeType The attribute type for the sort result.
178 String attributeType)
176 ServerSideSortResponseControl(boolean isCritical, int resultCode, String attributeType) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DCompareRequestProtocolOp.java61 private String attributeType; field in class:CompareRequestProtocolOp
69 * @param attributeType The attribute type for this compare request.
72 public CompareRequestProtocolOp(ByteString dn, String attributeType, argument
76 this.attributeType = attributeType;
101 return attributeType;
152 stream.writeOctetString(attributeType);
172 buffer.append(attributeType);
207 buffer.append(attributeType);
H A DLDAPAttribute.java54 private String attributeType; field in class:LDAPAttribute
61 * @param attributeType The attribute type for this attribute.
63 public LDAPAttribute(String attributeType) argument
65 this.attributeType = attributeType;
75 * @param attributeType The attribute type for this attribute.
78 public LDAPAttribute(String attributeType, String value) argument
80 this.attributeType = attributeType;
91 * @param attributeType Th
94 LDAPAttribute(String attributeType, ByteString value) argument
110 LDAPAttribute(String attributeType, List<String> values) argument
136 LDAPAttribute(String attributeType, ArrayList<ByteString> values) argument
214 setAttributeType(String attributeType) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAttributeValues.java75 * @param attributeType
81 public static AttributeValue create(AttributeType attributeType, argument
84 return new DelayedNormalizationValue(attributeType, value);
96 * @param attributeType
102 public static AttributeValue create(AttributeType attributeType, argument
105 return new DelayedNormalizationValue(attributeType, ByteString
147 private final AttributeType attributeType; field in class:AttributeValues.DelayedNormalizationValue
157 * @param attributeType The attribute type.
161 AttributeType attributeType, ByteString value)
163 this.attributeType
160 DelayedNormalizationValue( AttributeType attributeType, ByteString value) argument
[all...]
H A DSortKey.java59 private AttributeType attributeType; field in class:SortKey
72 * @param attributeType The attribute type for this sort key.
76 public SortKey(AttributeType attributeType, boolean ascending) argument
78 this.attributeType = attributeType;
89 * @param attributeType The attribute type for this sort key.
95 public SortKey(AttributeType attributeType, boolean ascending, argument
98 this.attributeType = attributeType;
112 return attributeType;
[all...]
/forgerock/opendj2/src/server/org/opends/server/api/
H A DAuthenticationPolicyState.java104 * @param attributeType
113 final AttributeType attributeType) throws DirectoryException
115 final List<Attribute> attrList = entry.getAttribute(attributeType);
134 + "%s", attributeType.getNameOrOID(), entry.getDN().toString());
146 + "entry %s", attributeType.getNameOrOID(), entry.getDN()
157 attributeType.getNameOrOID(), entry.getDN().toString());
161 .get(valueString, attributeType.getNameOrOID(), entry.getDN()
172 attributeType.getNameOrOID(), entry.getDN().toString());
187 * @param attributeType
196 final AttributeType attributeType) throw
112 getBoolean(final Entry entry, final AttributeType attributeType) argument
195 getGeneralizedTime(final Entry entry, final AttributeType attributeType) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DGroupDN.java134 * @param attributeType The attribute type of the entry to use to get the
141 AttributeType attributeType,
144 List<Attribute> attrs = e.getAttribute(attributeType);
140 evaluate(Entry e, AciEvalContext evalCtx, AttributeType attributeType, DN suffixDN) argument
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DPresenceIndexer.java55 private AttributeType attributeType; field in class:PresenceIndexer
59 * @param attributeType The attribute type for which the indexer
62 public PresenceIndexer(AttributeType attributeType) argument
64 this.attributeType = attributeType;
73 return attributeType.getNameOrOID() + ".presence";
98 entry.getAttribute(attributeType);
121 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, true);
122 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
154 List<Attribute> newAttributes = newEntry.getAttribute(attributeType, tru
[all...]

Completed in 340 milliseconds

1234567891011>>