Searched refs:atype (Results 1 - 25 of 41) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2COTUtils.java124 AttributeType atype = objFactory.createAttributeType();
125 atype.setName(SAML2Constants.COT_LIST);
126 atype.getValue().add(name);
134 bctype.getAttribute().add(atype);
147 bctype.getAttribute().add(atype);
151 bctype.getAttribute().add(atype);
155 bctype.getAttribute().add(atype);
162 bctype.getAttribute().add(atype);
167 bctype.getAttribute().add(atype);
171 bctype.getAttribute().add(atype);
[all...]
H A DSAML2MetaSecurityUtils.java565 AttributeType atype = factory.createAttributeType();
566 atype.setName(attrName);
567 atype.getValue().addAll(attrVal);
568 config.getAttribute().add(atype);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2COTUtils.java124 AttributeType atype = objFactory.createAttributeType();
125 atype.setName(SAML2Constants.COT_LIST);
126 atype.getValue().add(name);
134 bctype.getAttribute().add(atype);
147 bctype.getAttribute().add(atype);
151 bctype.getAttribute().add(atype);
155 bctype.getAttribute().add(atype);
162 bctype.getAttribute().add(atype);
167 bctype.getAttribute().add(atype);
171 bctype.getAttribute().add(atype);
[all...]
H A DSAML2MetaSecurityUtils.java565 AttributeType atype = factory.createAttributeType();
566 atype.setName(attrName);
567 atype.getValue().addAll(attrVal);
568 config.getAttribute().add(atype);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFCOTUtils.java92 AttributeType atype = objFactory.createAttributeType();
93 atype.setName(COT_LIST);
94 atype.getValue().add(cotName);
103 IDFFCOTUtils.getAttribute().add(atype);
108 IDFFCOTUtils.getAttribute().add(atype);
114 IDFFCOTUtils.getAttribute().add(atype);
234 AttributeType atype = objFactory.createAttributeType();
235 atype.setName(COT_LIST);
236 atype.getValue().add(cotName);
237 list.add(atype);
[all...]
H A DIDFFMetaSecurityUtils.java284 AttributeType atype = factory.createAttributeType();
285 atype.setName(attrName);
286 atype.getValue().addAll(attrVal);
287 config.getAttribute().add(atype);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFCOTUtils.java92 AttributeType atype = objFactory.createAttributeType();
93 atype.setName(COT_LIST);
94 atype.getValue().add(cotName);
103 IDFFCOTUtils.getAttribute().add(atype);
108 IDFFCOTUtils.getAttribute().add(atype);
114 IDFFCOTUtils.getAttribute().add(atype);
234 AttributeType atype = objFactory.createAttributeType();
235 atype.setName(COT_LIST);
236 atype.getValue().add(cotName);
237 list.add(atype);
[all...]
H A DIDFFMetaSecurityUtils.java284 AttributeType atype = factory.createAttributeType();
285 atype.setName(attrName);
286 atype.getValue().addAll(attrVal);
287 config.getAttribute().add(atype);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationCOTUtils.java97 AttributeType atype = objFactory.createAttributeType();
98 atype.setName(SAML2Constants.COT_LIST);
99 atype.getValue().add(name);
113 bctype.getAttribute().add(atype);
117 bctype.getAttribute().add(atype);
144 AttributeType atype = objFactory.createAttributeType();
145 atype.setName(SAML2Constants.COT_LIST);
146 atype.getValue().add(name);
147 list.add(atype);
H A DWSFederationMetaSecurityUtils.java562 AttributeType atype = factory.createAttributeType();
563 atype.setName(attrName);
564 atype.getValue().addAll(attrVal);
565 config.getAttribute().add(atype);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationCOTUtils.java97 AttributeType atype = objFactory.createAttributeType();
98 atype.setName(SAML2Constants.COT_LIST);
99 atype.getValue().add(name);
113 bctype.getAttribute().add(atype);
117 bctype.getAttribute().add(atype);
144 AttributeType atype = objFactory.createAttributeType();
145 atype.setName(SAML2Constants.COT_LIST);
146 atype.getValue().add(name);
147 list.add(atype);
H A DWSFederationMetaSecurityUtils.java563 AttributeType atype = factory.createAttributeType();
564 atype.setName(attrName);
565 atype.getValue().addAll(attrVal);
566 config.getAttribute().add(atype);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java315 String atype = toLowerCase(s[i]);
318 if (atype.equals("objectclass")) {
321 Attribute attr = Attributes.create(atype, avalue);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java314 String atype = toLowerCase(s[i]);
317 if (atype.equals("objectclass")) {
320 Attribute attr = Attributes.create(atype, avalue);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java315 String atype = toLowerCase(s[i]);
318 if (atype.equals("objectclass")) {
321 Attribute attr = Attributes.create(atype, avalue);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java314 String atype = toLowerCase(s[i]);
317 if (atype.equals("objectclass")) {
320 Attribute attr = Attributes.create(atype, avalue);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java315 String atype = toLowerCase(s[i]);
318 if (atype.equals("objectclass")) {
321 Attribute attr = Attributes.create(atype, avalue);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DTestLDIFWriter.java313 String atype = toLowerCase(s[i]);
316 if (atype.equals("objectclass")) {
319 Attribute attr = Attributes.create(atype, avalue);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DIDFFModelImpl.java1377 AttributeType atype = objFactory.createAttributeType();
1379 atype.setName(key);
1380 atype.getValue().addAll(Collections.EMPTY_LIST);
1381 baseCfgType.getAttribute().add(atype);
1386 AttributeType atype = objFactory.createAttributeType();
1388 atype.setName(key);
1389 atype.getValue().addAll(Collections.EMPTY_LIST);
1390 baseCfgType.getAttribute().add(atype);
1399 AttributeType atype = objFactory.createAttributeType();
1401 atype
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DIDFFModelImpl.java1377 AttributeType atype = objFactory.createAttributeType();
1379 atype.setName(key);
1380 atype.getValue().addAll(Collections.EMPTY_LIST);
1381 baseCfgType.getAttribute().add(atype);
1386 AttributeType atype = objFactory.createAttributeType();
1388 atype.setName(key);
1389 atype.getValue().addAll(Collections.EMPTY_LIST);
1390 baseCfgType.getAttribute().add(atype);
1399 AttributeType atype = objFactory.createAttributeType();
1401 atype
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DConfigMonitoring.java823 String atype = "UNKNOWN";
825 atype = (String)attrs.iterator().next();
827 sb.append(", agent type = ").append(atype).
970 String atype =
977 if (atype.equalsIgnoreCase("2.2_Agent")) { // agentonly
979 } else if (atype.equalsIgnoreCase("J2EEAgent")) { // both
986 } else if (atype.equalsIgnoreCase("WebAgent")) { // both
993 attrMap.put(Constants.ATTR_NAME_AGENT_TYPE, atype);
995 sb.append("agent type = ").append(atype).append("\n");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DConfigMonitoring.java811 String atype = "UNKNOWN";
813 atype = (String)attrs.iterator().next();
815 sb.append(", agent type = ").append(atype).
958 String atype =
965 if (atype.equalsIgnoreCase("2.2_Agent")) { // agentonly
967 } else if (atype.equalsIgnoreCase("J2EEAgent")) { // both
974 } else if (atype.equalsIgnoreCase("WebAgent")) { // both
981 attrMap.put(Constants.ATTR_NAME_AGENT_TYPE, atype);
983 sb.append("agent type = ").append(atype).append("\n");
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DManagedObjectPath.java158 AttributeType atype = DirectoryServer.getAttributeType(
160 AttributeValue avalue = AttributeValues.create(atype, name);
161 dn = dn.concat(RDN.create(atype, avalue));
178 AttributeType atype = DirectoryServer.getAttributeType(
180 AttributeValue avalue = AttributeValues.create(atype, d.getName());
181 dn = dn.concat(RDN.create(atype, avalue));
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DManagedObjectPath.java159 AttributeType atype = DirectoryServer.getAttributeType(
161 AttributeValue avalue = AttributeValues.create(atype, name);
162 dn = dn.concat(RDN.create(atype, avalue));
179 AttributeType atype = DirectoryServer.getAttributeType(
181 AttributeValue avalue = AttributeValues.create(atype, d.getName());
182 dn = dn.concat(RDN.create(atype, avalue));
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DManagedObjectPath.java159 AttributeType atype = DirectoryServer.getAttributeType(
161 AttributeValue avalue = AttributeValues.create(atype, name);
162 dn = dn.concat(RDN.create(atype, avalue));
179 AttributeType atype = DirectoryServer.getAttributeType(
181 AttributeValue avalue = AttributeValues.create(atype, d.getName());
182 dn = dn.concat(RDN.create(atype, avalue));

Completed in 193 milliseconds

12