Searched defs:attr (Results 1 - 25 of 303) 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/openam-v13/openam-core/src/main/java/com/iplanet/ums/validation/
H A DValidation.java63 * @param attr
74 public static void validateAttribute(Attr attr, String validatorClass, argument
77 if (attr != null) {
78 String[] values = attr.getStringValues();
98 + "{ type=" + attr.getName() + ", value="
110 * @param attr
121 public static void validateAttribute(Attr attr, Class cls, Guid guid) argument
124 if (attr == null) {
130 String attrName = attr.getName();
145 validateAttribute(attr, validatorClas
[all...]
/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/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-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DAMIdentityWrapper.java73 public Set<?> getAttribute(String attr) throws SSOException, IdRepoException { argument
74 return amIdentity.getAttribute(attr);
/forgerock/openam-v13/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/mapping/
H A DAccountProvider.java45 * @param attr The set of attributes, which should be treated as 'or' statements.
48 AMIdentity searchUser(AMIdentityRepository idrepo, Map<String, Set<String>> attr); argument
/forgerock/openam-v13/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DAMIdentityWrapper.java75 public Set<?> getAttribute(String attr) throws SSOException, IdRepoException { argument
76 return amIdentity.getAttribute(attr);
/forgerock/openam/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/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/mapping/
H A DAccountProvider.java45 * @param attr The set of attributes, which should be treated as 'or' statements.
48 AMIdentity searchUser(AMIdentityRepository idrepo, Map<String, Set<String>> attr); argument

Completed in 239 milliseconds

1234567891011>>