Searched refs:attr (Results 1 - 25 of 1364) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DConfigurationAttributeTreeNode.java40 private AttributeType attr; field in class:ConfigurationAttributeTreeNode
45 * @param attr the attribute definition.
47 public ConfigurationAttributeTreeNode(String name, AttributeType attr) argument
49 super(name, attr);
50 this.attr = attr;
59 return attr;
H A DCustomAttributeTreeNode.java40 private AttributeType attr; field in class:CustomAttributeTreeNode
45 * @param attr the attribute definition.
47 public CustomAttributeTreeNode(String name, AttributeType attr) argument
49 super(name, attr);
50 this.attr = attr;
59 return attr;
H A DStandardAttributeTreeNode.java40 private AttributeType attr; field in class:StandardAttributeTreeNode
45 * @param attr the attribute definition.
47 public StandardAttributeTreeNode(String name, AttributeType attr) argument
49 super(name, attr);
50 this.attr = attr;
59 return attr;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DConfigurationAttributeTreeNode.java39 private AttributeType attr; field in class:ConfigurationAttributeTreeNode
44 * @param attr the attribute definition.
46 public ConfigurationAttributeTreeNode(String name, AttributeType attr) argument
48 super(name, attr);
49 this.attr = attr;
58 return attr;
H A DCustomAttributeTreeNode.java39 private AttributeType attr; field in class:CustomAttributeTreeNode
44 * @param attr the attribute definition.
46 public CustomAttributeTreeNode(String name, AttributeType attr) argument
48 super(name, attr);
49 this.attr = attr;
58 return attr;
H A DStandardAttributeTreeNode.java39 private AttributeType attr; field in class:StandardAttributeTreeNode
44 * @param attr the attribute definition.
46 public StandardAttributeTreeNode(String name, AttributeType attr) argument
48 super(name, attr);
49 this.attr = attr;
58 return attr;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DConfigurationAttributeTreeNode.java40 private AttributeType attr; field in class:ConfigurationAttributeTreeNode
45 * @param attr the attribute definition.
47 public ConfigurationAttributeTreeNode(String name, AttributeType attr) argument
49 super(name, attr);
50 this.attr = attr;
59 return attr;
H A DCustomAttributeTreeNode.java40 private AttributeType attr; field in class:CustomAttributeTreeNode
45 * @param attr the attribute definition.
47 public CustomAttributeTreeNode(String name, AttributeType attr) argument
49 super(name, attr);
50 this.attr = attr;
59 return attr;
H A DStandardAttributeTreeNode.java40 private AttributeType attr; field in class:StandardAttributeTreeNode
45 * @param attr the attribute definition.
47 public StandardAttributeTreeNode(String name, AttributeType attr) argument
49 super(name, attr);
50 this.attr = attr;
59 return attr;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DConfigurationAttributeTreeNode.java39 private AttributeType attr; field in class:ConfigurationAttributeTreeNode
44 * @param attr the attribute definition.
46 public ConfigurationAttributeTreeNode(String name, AttributeType attr) argument
48 super(name, attr);
49 this.attr = attr;
58 return attr;
H A DCustomAttributeTreeNode.java39 private AttributeType attr; field in class:CustomAttributeTreeNode
44 * @param attr the attribute definition.
46 public CustomAttributeTreeNode(String name, AttributeType attr) argument
48 super(name, attr);
49 this.attr = attr;
58 return attr;
H A DStandardAttributeTreeNode.java39 private AttributeType attr; field in class:StandardAttributeTreeNode
44 * @param attr the attribute definition.
46 public StandardAttributeTreeNode(String name, AttributeType attr) argument
48 super(name, attr);
49 this.attr = attr;
58 return attr;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DConfigurationAttributeTreeNode.java40 private AttributeType attr; field in class:ConfigurationAttributeTreeNode
45 * @param attr the attribute definition.
47 public ConfigurationAttributeTreeNode(String name, AttributeType attr) argument
49 super(name, attr);
50 this.attr = attr;
59 return attr;
H A DCustomAttributeTreeNode.java40 private AttributeType attr; field in class:CustomAttributeTreeNode
45 * @param attr the attribute definition.
47 public CustomAttributeTreeNode(String name, AttributeType attr) argument
49 super(name, attr);
50 this.attr = attr;
59 return attr;
H A DStandardAttributeTreeNode.java40 private AttributeType attr; field in class:StandardAttributeTreeNode
45 * @param attr the attribute definition.
47 public StandardAttributeTreeNode(String name, AttributeType attr) argument
49 super(name, attr);
50 this.attr = attr;
59 return attr;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/
H A DConfigurationAttributeTreeNode.java39 private AttributeType attr; field in class:ConfigurationAttributeTreeNode
44 * @param attr the attribute definition.
46 public ConfigurationAttributeTreeNode(String name, AttributeType attr) argument
48 super(name, attr);
49 this.attr = attr;
58 return attr;
H A DCustomAttributeTreeNode.java39 private AttributeType attr; field in class:CustomAttributeTreeNode
44 * @param attr the attribute definition.
46 public CustomAttributeTreeNode(String name, AttributeType attr) argument
48 super(name, attr);
49 this.attr = attr;
58 return attr;
H A DStandardAttributeTreeNode.java39 private AttributeType attr; field in class:StandardAttributeTreeNode
44 * @param attr the attribute definition.
46 public StandardAttributeTreeNode(String name, AttributeType attr) argument
48 super(name, attr);
49 this.attr = attr;
58 return attr;
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java51 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
52 if ( attr == null ) {
55 replicaIdentifier = attr.getStringValueArray()[0];
58 attr = entry.getAttribute("changeNumber");
59 if ( attr == null ) {
62 changeNumberValue = attr.getStringValueArray()[0];
65 attr = entry.getAttribute("changelogCookie");
66 if ( attr != null ) {
67 changelogCookie = attr.getStringValueArray()[0];
71 attr
[all...]
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java50 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
51 if ( attr == null ) {
54 replicaIdentifier = attr.getStringValueArray()[0];
57 attr = entry.getAttribute("changeNumber");
58 if ( attr == null ) {
61 changeNumberValue = attr.getStringValueArray()[0];
64 attr = entry.getAttribute("changelogCookie");
65 if ( attr != null ) {
66 changelogCookie = attr.getStringValueArray()[0];
70 attr
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java51 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
52 if ( attr == null ) {
55 replicaIdentifier = attr.getStringValueArray()[0];
58 attr = entry.getAttribute("changeNumber");
59 if ( attr == null ) {
62 changeNumberValue = attr.getStringValueArray()[0];
65 attr = entry.getAttribute("changelogCookie");
66 if ( attr != null ) {
67 changelogCookie = attr.getStringValueArray()[0];
71 attr
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java51 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
52 if ( attr == null ) {
55 replicaIdentifier = attr.getStringValueArray()[0];
58 attr = entry.getAttribute("changeNumber");
59 if ( attr == null ) {
62 changeNumberValue = attr.getStringValueArray()[0];
65 attr = entry.getAttribute("changelogCookie");
66 if ( attr != null ) {
67 changelogCookie = attr.getStringValueArray()[0];
71 attr
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java50 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
51 if ( attr == null ) {
54 replicaIdentifier = attr.getStringValueArray()[0];
57 attr = entry.getAttribute("changeNumber");
58 if ( attr == null ) {
61 changeNumberValue = attr.getStringValueArray()[0];
64 attr = entry.getAttribute("changelogCookie");
65 if ( attr != null ) {
66 changelogCookie = attr.getStringValueArray()[0];
70 attr
[all...]
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAttributeSet.java58 * @param attr
61 public void addAttribute(Attribute attr) { argument
62 attrs.addElement(attr);
93 final Attribute attr = getAttributeAt(i);
94 if (attr.getType() == type) {
95 return attr;
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/attributes/
H A DSubjectResponseAttributesView.js34 attr;
40 attr = {};
41 attr.propertyName = propertyName;
42 attr.selected = (_.find(self.data.selectedUserAttributes, function (obj) {
45 self.data.allUserAttributes.push(attr);
59 attr,
63 attr = {};
64 attr.type = self.attrType;
65 attr.propertyName = value.propertyName || value;
66 data.push(attr);
[all...]

Completed in 132 milliseconds

1234567891011>>