/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/ |
H A D | LDAPModification.java | 44 * attribute. 52 // The attribute for this modification. 53 private RawAttribute attribute; field in class:LDAPModification 58 * Creates a new LDAP modification with the provided type and attribute. 61 * @param attribute The attribute for this modification. 64 RawAttribute attribute) 67 this.attribute = attribute; 97 * Retrieves the attribute fo 63 LDAPModification(ModificationType modificationType, RawAttribute attribute) argument 113 setAttribute(RawAttribute attribute) argument [all...] |
H A D | LDAPAttribute.java | 44 * with an LDAP attribute, which is the basic unit of information in an LDAP 50 // The set of values for this attribute. 53 // The attribute type for this attribute. 59 * Creates a new LDAP attribute with the provided type and no values. 61 * @param attributeType The attribute type for this attribute. 73 * Creates a new LDAP attribute with the provided type and no values. 75 * @param attributeType The attribute type for this attribute 157 LDAPAttribute(Attribute attribute) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/ |
H A D | LDAPModification.java | 43 * attribute. 51 // The attribute for this modification. 52 private RawAttribute attribute; field in class:LDAPModification 57 * Creates a new LDAP modification with the provided type and attribute. 60 * @param attribute The attribute for this modification. 63 RawAttribute attribute) 66 this.attribute = attribute; 96 * Retrieves the attribute fo 62 LDAPModification(ModificationType modificationType, RawAttribute attribute) argument 112 setAttribute(RawAttribute attribute) argument [all...] |
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/ |
H A D | TestAddChangeRecordEntry.java | 56 // The attribute being added. 57 private Attribute attribute; field in class:TestAddChangeRecordEntry 72 attribute = Attributes.create("cn", "hello world"); 74 alist.add(attribute); 75 attributes.put(attribute.getAttributeType(), alist); 164 Assert.assertEquals(first, attribute);
|
H A D | TestModifyChangeRecordEntry.java | 57 // The attribute being added in the modifications. 58 private Attribute attribute; field in class:TestModifyChangeRecordEntry 74 attribute = Attributes.create("cn", "hello world"); 75 LDAPAttribute lattribute = new LDAPAttribute(attribute); 171 Assert.assertEquals(first.getAttribute().toAttribute(), attribute);
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/ |
H A D | TestAddChangeRecordEntry.java | 55 // The attribute being added. 56 private Attribute attribute; field in class:TestAddChangeRecordEntry 71 attribute = Attributes.create("cn", "hello world"); 73 alist.add(attribute); 74 attributes.put(attribute.getAttributeType(), alist); 163 Assert.assertEquals(first, attribute);
|
H A D | TestModifyChangeRecordEntry.java | 56 // The attribute being added in the modifications. 57 private Attribute attribute; field in class:TestModifyChangeRecordEntry 73 attribute = Attributes.create("cn", "hello world"); 74 LDAPAttribute lattribute = new LDAPAttribute(attribute); 170 Assert.assertEquals(first.getAttribute().toAttribute(), attribute);
|
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/ |
H A D | LDAPModification.java | 44 * attribute. 52 // The attribute for this modification. 53 private RawAttribute attribute; field in class:LDAPModification 58 * Creates a new LDAP modification with the provided type and attribute. 61 * @param attribute The attribute for this modification. 64 RawAttribute attribute) 67 this.attribute = attribute; 97 * Retrieves the attribute fo 63 LDAPModification(ModificationType modificationType, RawAttribute attribute) argument 113 setAttribute(RawAttribute attribute) argument [all...] |
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/ |
H A D | TestAddChangeRecordEntry.java | 56 // The attribute being added. 57 private Attribute attribute; field in class:TestAddChangeRecordEntry 72 attribute = Attributes.create("cn", "hello world"); 74 alist.add(attribute); 75 attributes.put(attribute.getAttributeType(), alist); 164 Assert.assertEquals(first, attribute);
|
H A D | TestModifyChangeRecordEntry.java | 57 // The attribute being added in the modifications. 58 private Attribute attribute; field in class:TestModifyChangeRecordEntry 74 attribute = Attributes.create("cn", "hello world"); 75 LDAPAttribute lattribute = new LDAPAttribute(attribute); 171 Assert.assertEquals(first.getAttribute().toAttribute(), attribute);
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/ |
H A D | TestAddChangeRecordEntry.java | 55 // The attribute being added. 56 private Attribute attribute; field in class:TestAddChangeRecordEntry 71 attribute = Attributes.create("cn", "hello world"); 73 alist.add(attribute); 74 attributes.put(attribute.getAttributeType(), alist); 163 Assert.assertEquals(first, attribute);
|
H A D | TestModifyChangeRecordEntry.java | 56 // The attribute being added in the modifications. 57 private Attribute attribute; field in class:TestModifyChangeRecordEntry 73 attribute = Attributes.create("cn", "hello world"); 74 LDAPAttribute lattribute = new LDAPAttribute(attribute); 170 Assert.assertEquals(first.getAttribute().toAttribute(), attribute);
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/ |
H A D | TestAddChangeRecordEntry.java | 56 // The attribute being added. 57 private Attribute attribute; field in class:TestAddChangeRecordEntry 72 attribute = Attributes.create("cn", "hello world"); 74 alist.add(attribute); 75 attributes.put(attribute.getAttributeType(), alist); 164 Assert.assertEquals(first, attribute);
|
H A D | TestModifyChangeRecordEntry.java | 57 // The attribute being added in the modifications. 58 private Attribute attribute; field in class:TestModifyChangeRecordEntry 74 attribute = Attributes.create("cn", "hello world"); 75 LDAPAttribute lattribute = new LDAPAttribute(attribute); 171 Assert.assertEquals(first.getAttribute().toAttribute(), attribute);
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/ |
H A D | LDAPModification.java | 44 * attribute. 52 // The attribute for this modification. 53 private RawAttribute attribute; field in class:LDAPModification 58 * Creates a new LDAP modification with the provided type and attribute. 61 * @param attribute The attribute for this modification. 64 RawAttribute attribute) 67 this.attribute = attribute; 97 * Retrieves the attribute fo 63 LDAPModification(ModificationType modificationType, RawAttribute attribute) argument 113 setAttribute(RawAttribute attribute) argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/ |
H A D | LDAPModification.java | 43 * attribute. 51 // The attribute for this modification. 52 private RawAttribute attribute; field in class:LDAPModification 57 * Creates a new LDAP modification with the provided type and attribute. 60 * @param attribute The attribute for this modification. 63 RawAttribute attribute) 66 this.attribute = attribute; 96 * Retrieves the attribute fo 62 LDAPModification(ModificationType modificationType, RawAttribute attribute) argument 112 setAttribute(RawAttribute attribute) argument [all...] |
/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/ |
H A D | PolicyIssuer.java | 68 "attribute" 75 protected List<Attribute> attribute; field in class:PolicyIssuer 102 * Gets the value of the attribute property. 108 * This is why there is not a <CODE>set</CODE> method for the attribute property. 124 if (attribute == null) { 125 attribute = new ArrayList<Attribute>(); 127 return this.attribute;
|
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/ |
H A D | ResourceAttributeUtil.java | 56 * @param attribute Non null attribute. 60 public String toJSON(ResourceAttribute attribute) throws EntitlementException { argument 62 String className = attribute.getClass().getName(); 63 return className + SEP + mapper.writeValueAsString(attribute);
|
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/query/ |
H A D | QueryAttribute.java | 24 * An attribute that can be used in a query filter for querying policies. 30 private final SearchAttribute attribute; field in class:QueryAttribute 32 public QueryAttribute(AttributeType type, SearchAttribute attribute) { argument 33 Reject.ifNull(type, attribute); 35 this.attribute = attribute; 39 * Gets a search filter that matches the given operator and value for this attribute. 43 * @return an appropriate search filter for this attribute. 44 * @throws UnsupportedOperationException if the operator is not valid for this attribute. 49 return type.getFilter(attribute, operato [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/ |
H A D | LDAPModification.java | 40 * attribute. 48 /** The attribute for this modification. */ 49 private RawAttribute attribute; field in class:LDAPModification 54 * Creates a new LDAP modification with the provided type and attribute. 57 * @param attribute The attribute for this modification. 60 RawAttribute attribute) 63 this.attribute = attribute; 93 * Retrieves the attribute fo 59 LDAPModification(ModificationType modificationType, RawAttribute attribute) argument 109 setAttribute(RawAttribute attribute) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/ |
H A D | TestAddChangeRecordEntry.java | 57 /** The attribute being added. */ 58 private Attribute attribute; field in class:TestAddChangeRecordEntry 72 attribute = Attributes.create("cn", "hello world"); 74 attributes.put(attribute.getAttributeType(), newArrayList(attribute)); 163 Assert.assertEquals(first, attribute);
|
H A D | TestModifyChangeRecordEntry.java | 57 /** The attribute being added in the modifications. */ 58 private Attribute attribute; field in class:TestModifyChangeRecordEntry 74 attribute = Attributes.create("cn", "hello world"); 75 LDAPAttribute lattribute = new LDAPAttribute(attribute); 171 Assert.assertEquals(first.getAttribute().toAttribute(), attribute);
|
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/ |
H A D | PolicyIssuer.java | 68 "attribute" 75 protected List<Attribute> attribute; field in class:PolicyIssuer 102 * Gets the value of the attribute property. 108 * This is why there is not a <CODE>set</CODE> method for the attribute property. 124 if (attribute == null) { 125 attribute = new ArrayList<Attribute>(); 127 return this.attribute;
|
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/ |
H A D | ResourceAttributeUtil.java | 56 * @param attribute Non null attribute. 60 public String toJSON(ResourceAttribute attribute) throws EntitlementException { argument 62 String className = attribute.getClass().getName(); 63 return className + SEP + mapper.writeValueAsString(attribute);
|
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/query/ |
H A D | QueryAttribute.java | 24 * An attribute that can be used in a query filter for querying policies. 30 private final SearchAttribute attribute; field in class:QueryAttribute 32 public QueryAttribute(AttributeType type, SearchAttribute attribute) { argument 33 Reject.ifNull(type, attribute); 35 this.attribute = attribute; 39 * Gets a search filter that matches the given operator and value for this attribute. 43 * @return an appropriate search filter for this attribute. 44 * @throws UnsupportedOperationException if the operator is not valid for this attribute. 49 return type.getFilter(attribute, operato [all...] |