| /forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/ |
| H A D | AttributeSet.java | 61 public void addAttribute(Attribute attr) { 90 public Attribute getAttributeByType(AttributeType type) { 93 final Attribute attr = getAttributeAt(i); 108 public Attribute getAttributeAt(int pos) { 109 return (Attribute) attrs.elementAt(pos);
|
| /forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/ |
| H A D | AttributeSet.java | 61 public void addAttribute(Attribute attr) { 90 public Attribute getAttributeByType(AttributeType type) { 93 final Attribute attr = getAttributeAt(i); 108 public Attribute getAttributeAt(int pos) { 109 return (Attribute) attrs.elementAt(pos);
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/ |
| H A D | Attributes.java | 42 * {@link Attribute}s as well as static factory methods for 43 * facilitating common {@link Attribute} construction use-cases. 74 public static Attribute create(AttributeType attributeType, ByteString value) 88 public static List<Attribute> createAsList(AttributeType attributeType, ByteString value) 102 public static Attribute create(AttributeType attributeType, String valueString) 116 public static List<Attribute> createAsList(AttributeType attributeType, String valueString) 133 public static Attribute create(AttributeType attributeType, String name, ByteString value) 149 public static Attribute create(AttributeType attributeType, String name, String valueString) 166 public static List<Attribute> createAsList(AttributeType attributeType, String name, String valueString) 185 public static Attribute creat [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
| H A D | Attributes.java | 42 * {@link Attribute}s as well as static factory methods for 43 * facilitating common {@link Attribute} construction use-cases. 75 public static Attribute create(AttributeType attributeType, 93 public static Attribute create(AttributeType attributeType, 114 public static Attribute create(AttributeType attributeType, 135 public static Attribute create(AttributeType attributeType, 159 public static Attribute create(String attributeName, 192 public static Attribute create(String attributeName, 220 public static Attribute empty(Attribute attribut [all...] |
| /forgerock/opendj2/src/server/org/opends/server/types/ |
| H A D | Attributes.java | 41 * {@link Attribute}s as well as static factory methods for 42 * facilitating common {@link Attribute} construction use-cases. 74 public static Attribute create(AttributeType attributeType, 92 public static Attribute create(AttributeType attributeType, 113 public static Attribute create(AttributeType attributeType, 134 public static Attribute create(AttributeType attributeType, 158 public static Attribute create(String attributeName, 191 public static Attribute create(String attributeName, 219 public static Attribute empty(Attribute attribut [all...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
| H A D | Attributes.java | 42 * {@link Attribute}s as well as static factory methods for 43 * facilitating common {@link Attribute} construction use-cases. 75 public static Attribute create(AttributeType attributeType, 93 public static Attribute create(AttributeType attributeType, 114 public static Attribute create(AttributeType attributeType, 135 public static Attribute create(AttributeType attributeType, 159 public static Attribute create(String attributeName, 192 public static Attribute create(String attributeName, 220 public static Attribute empty(Attribute attribut [all...] |
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
| H A D | Attributes.java | 42 * {@link Attribute}s as well as static factory methods for 43 * facilitating common {@link Attribute} construction use-cases. 75 public static Attribute create(AttributeType attributeType, 93 public static Attribute create(AttributeType attributeType, 114 public static Attribute create(AttributeType attributeType, 135 public static Attribute create(AttributeType attributeType, 159 public static Attribute create(String attributeName, 192 public static Attribute create(String attributeName, 220 public static Attribute empty(Attribute attribut [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/types/ |
| H A D | Attributes.java | 41 * {@link Attribute}s as well as static factory methods for 42 * facilitating common {@link Attribute} construction use-cases. 74 public static Attribute create(AttributeType attributeType, 92 public static Attribute create(AttributeType attributeType, 113 public static Attribute create(AttributeType attributeType, 134 public static Attribute create(AttributeType attributeType, 158 public static Attribute create(String attributeName, 191 public static Attribute create(String attributeName, 219 public static Attribute empty(Attribute attribut [all...] |
| /forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/ |
| H A D | AttributesTest.java | 60 // Test testCase #, Attribute a1, Attribute a2, Attribute e, 61 // Attribute d 130 // Test testCase #, Attribute a1, Attribute a2, Attribute e, 131 // Attribute m 176 * Tests {@link Attributes#merge(Attribute, Attribute)} [all...] |
| /forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/ |
| H A D | AttributesTest.java | 59 // Test testCase #, Attribute a1, Attribute a2, Attribute e, 60 // Attribute d 129 // Test testCase #, Attribute a1, Attribute a2, Attribute e, 130 // Attribute m 175 * Tests {@link Attributes#merge(Attribute, Attribute)} [all...] |
| /forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/ |
| H A D | AttributesTest.java | 60 // Test testCase #, Attribute a1, Attribute a2, Attribute e, 61 // Attribute d 130 // Test testCase #, Attribute a1, Attribute a2, Attribute e, 131 // Attribute m 176 * Tests {@link Attributes#merge(Attribute, Attribute)} [all...] |
| /forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/ |
| H A D | AttributesTest.java | 59 // Test testCase #, Attribute a1, Attribute a2, Attribute e, 60 // Attribute d 129 // Test testCase #, Attribute a1, Attribute a2, Attribute e, 130 // Attribute m 175 * Tests {@link Attributes#merge(Attribute, Attribute)} [all...] |
| /forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/ |
| H A D | AttributesTest.java | 60 // Test testCase #, Attribute a1, Attribute a2, Attribute e, 61 // Attribute d 130 // Test testCase #, Attribute a1, Attribute a2, Attribute e, 131 // Attribute m 176 * Tests {@link Attributes#merge(Attribute, Attribute)} [all...] |
| /forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/ |
| H A D | AttributesTest.java | 57 // Test testCase #, Attribute a1, Attribute a2, Attribute e, 58 // Attribute d 127 // Test testCase #, Attribute a1, Attribute a2, Attribute e, 128 // Attribute m 173 * Tests {@link Attributes#merge(Attribute, Attribute)} [all...] |
| /forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/ |
| H A D | TestLDAPConnectionHandler.java | 44 import org.opends.server.types.Attribute; 122 Attribute useSSL=Attributes.create(ATTR_USE_SSL, String.valueOf(false)); 123 Attribute startTls=Attributes.create(ATTR_ALLOW_STARTTLS, String.valueOf(false)); 125 Attribute a=Attributes.empty(attrType); 129 Attribute useSSL1=Attributes.create(ATTR_USE_SSL, String.valueOf(true)); 130 Attribute startTls1=Attributes.create(ATTR_ALLOW_STARTTLS, String.valueOf(false)); 174 Attribute a2=Attributes.create(ATTR_LISTEN_PORT, String.valueOf(389)); 175 Attribute a2a=Attributes.create(ATTR_LISTEN_PORT, String.valueOf(70000)); 176 Attribute a3=Attributes.create(ATTR_LISTEN_ADDRESS, "localhost"); 177 Attribute a3 [all...] |
| /forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/ |
| H A D | TestLDAPConnectionHandler.java | 43 import org.opends.server.types.Attribute; 122 Attribute useSSL=Attributes.create(ATTR_USE_SSL, String.valueOf(false)); 123 Attribute startTls=Attributes.create(ATTR_ALLOW_STARTTLS, String.valueOf(false)); 125 Attribute a=Attributes.empty(attrType); 129 Attribute useSSL1=Attributes.create(ATTR_USE_SSL, String.valueOf(true)); 130 Attribute startTls1=Attributes.create(ATTR_ALLOW_STARTTLS, String.valueOf(false)); 174 Attribute a2=Attributes.create(ATTR_LISTEN_PORT, String.valueOf(389)); 175 Attribute a2a=Attributes.create(ATTR_LISTEN_PORT, String.valueOf(70000)); 176 Attribute a3=Attributes.create(ATTR_LISTEN_ADDRESS, "localhost"); 177 Attribute a3 [all...] |
| /forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/ |
| H A D | TestLDAPConnectionHandler.java | 44 import org.opends.server.types.Attribute; 123 Attribute useSSL=Attributes.create(ATTR_USE_SSL, String.valueOf(false)); 124 Attribute startTls=Attributes.create(ATTR_ALLOW_STARTTLS, String.valueOf(false)); 126 Attribute a=Attributes.empty(attrType); 130 Attribute useSSL1=Attributes.create(ATTR_USE_SSL, String.valueOf(true)); 131 Attribute startTls1=Attributes.create(ATTR_ALLOW_STARTTLS, String.valueOf(false)); 175 Attribute a2=Attributes.create(ATTR_LISTEN_PORT, String.valueOf(389)); 176 Attribute a2a=Attributes.create(ATTR_LISTEN_PORT, String.valueOf(70000)); 177 Attribute a3=Attributes.create(ATTR_LISTEN_ADDRESS, "localhost"); 178 Attribute a3 [all...] |
| /forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/ |
| H A D | TestLDAPConnectionHandler.java | 43 import org.opends.server.types.Attribute; 122 Attribute useSSL=Attributes.create(ATTR_USE_SSL, String.valueOf(false)); 123 Attribute startTls=Attributes.create(ATTR_ALLOW_STARTTLS, String.valueOf(false)); 125 Attribute a=Attributes.empty(attrType); 129 Attribute useSSL1=Attributes.create(ATTR_USE_SSL, String.valueOf(true)); 130 Attribute startTls1=Attributes.create(ATTR_ALLOW_STARTTLS, String.valueOf(false)); 174 Attribute a2=Attributes.create(ATTR_LISTEN_PORT, String.valueOf(389)); 175 Attribute a2a=Attributes.create(ATTR_LISTEN_PORT, String.valueOf(70000)); 176 Attribute a3=Attributes.create(ATTR_LISTEN_ADDRESS, "localhost"); 177 Attribute a3 [all...] |
| /forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/ |
| H A D | TestLDAPConnectionHandler.java | 44 import org.opends.server.types.Attribute; 122 Attribute useSSL=Attributes.create(ATTR_USE_SSL, String.valueOf(false)); 123 Attribute startTls=Attributes.create(ATTR_ALLOW_STARTTLS, String.valueOf(false)); 125 Attribute a=Attributes.empty(attrType); 129 Attribute useSSL1=Attributes.create(ATTR_USE_SSL, String.valueOf(true)); 130 Attribute startTls1=Attributes.create(ATTR_ALLOW_STARTTLS, String.valueOf(false)); 174 Attribute a2=Attributes.create(ATTR_LISTEN_PORT, String.valueOf(389)); 175 Attribute a2a=Attributes.create(ATTR_LISTEN_PORT, String.valueOf(70000)); 176 Attribute a3=Attributes.create(ATTR_LISTEN_ADDRESS, "localhost"); 177 Attribute a3 [all...] |
| /forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/ |
| H A D | TestLDAPConnectionHandler.java | 43 import org.opends.server.types.Attribute; 122 Attribute useSSL=Attributes.create(ATTR_USE_SSL, String.valueOf(false)); 123 Attribute startTls=Attributes.create(ATTR_ALLOW_STARTTLS, String.valueOf(false)); 127 Attribute useSSL1=Attributes.create(ATTR_USE_SSL, String.valueOf(true)); 128 Attribute startTls1=Attributes.create(ATTR_ALLOW_STARTTLS, String.valueOf(false)); 172 Attribute a2=Attributes.create(ATTR_LISTEN_PORT, String.valueOf(389)); 173 Attribute a2a=Attributes.create(ATTR_LISTEN_PORT, String.valueOf(70000)); 174 Attribute a3=Attributes.create(ATTR_LISTEN_ADDRESS, "localhost"); 175 Attribute a3a=Attributes.create(ATTR_LISTEN_ADDRESS, "FAFASFSDFSADFASDFSDFSDAFAS"); 176 Attribute a [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/util/ |
| H A D | AddChangeRecordEntry.java | 37 import org.opends.server.types.Attribute; 59 private final List<Attribute> attributes; 74 Map<AttributeType,List<Attribute>> attributes) 82 this.attributes = new ArrayList<Attribute>(attributes.size()); 83 for (List<Attribute> list : attributes.values()) 85 for (Attribute a : list) 113 public List<Attribute> getAttributes() 131 Iterator<Attribute> iterator = attributes.iterator();
|
| /forgerock/opendj2/src/server/org/opends/server/util/ |
| H A D | AddChangeRecordEntry.java | 36 import org.opends.server.types.Attribute; 58 private final List<Attribute> attributes; 73 Map<AttributeType,List<Attribute>> attributes) 81 this.attributes = new ArrayList<Attribute>(attributes.size()); 82 for (List<Attribute> list : attributes.values()) 84 for (Attribute a : list) 112 public List<Attribute> getAttributes() 130 Iterator<Attribute> iterator = attributes.iterator();
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/util/ |
| H A D | AddChangeRecordEntry.java | 37 import org.opends.server.types.Attribute; 59 private final List<Attribute> attributes; 74 Map<AttributeType,List<Attribute>> attributes) 82 this.attributes = new ArrayList<Attribute>(attributes.size()); 83 for (List<Attribute> list : attributes.values()) 85 for (Attribute a : list) 113 public List<Attribute> getAttributes() 131 Iterator<Attribute> iterator = attributes.iterator();
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/util/ |
| H A D | AddChangeRecordEntry.java | 37 import org.opends.server.types.Attribute; 59 private final List<Attribute> attributes; 74 Map<AttributeType,List<Attribute>> attributes) 82 this.attributes = new ArrayList<Attribute>(attributes.size()); 83 for (List<Attribute> list : attributes.values()) 85 for (Attribute a : list) 113 public List<Attribute> getAttributes() 131 Iterator<Attribute> iterator = attributes.iterator();
|
| /forgerock/opendj2-hg/src/server/org/opends/server/util/ |
| H A D | AddChangeRecordEntry.java | 36 import org.opends.server.types.Attribute; 58 private final List<Attribute> attributes; 73 Map<AttributeType,List<Attribute>> attributes) 81 this.attributes = new ArrayList<Attribute>(attributes.size()); 82 for (List<Attribute> list : attributes.values()) 84 for (Attribute a : list) 112 public List<Attribute> getAttributes() 130 Iterator<Attribute> iterator = attributes.iterator();
|