Searched refs:ATTRIBUTE_VALUE (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAttributeStatementsProviderTest.java41 private final String ATTRIBUTE_VALUE = "<AttributeValue>authenticated</AttributeValue>"; field in class:DefaultAttributeStatementsProviderTest
58 attributeValueList.add(ATTRIBUTE_VALUE);
73 assertTrue(ATTRIBUTE_VALUE.equals(attr.getAttributeValue().get(0)));
/forgerock/openam/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAttributeStatementsProviderTest.java41 private final String ATTRIBUTE_VALUE = "<AttributeValue>authenticated</AttributeValue>"; field in class:DefaultAttributeStatementsProviderTest
58 attributeValueList.add(ATTRIBUTE_VALUE);
73 assertTrue(ATTRIBUTE_VALUE.equals(attr.getAttributeValue().get(0)));
/forgerock/openam-v13/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DAbstractUpgradeHelper.java46 private static final String VALUE_BEGIN = "<" + SMSUtils.ATTRIBUTE_VALUE + ">";
47 private static final String VALUE_END = "</" + SMSUtils.ATTRIBUTE_VALUE + ">";
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAllowedModulesChoiceValues.java95 if (n.getNodeName().equals(ATTRIBUTE_VALUE)) {
207 private static final String ATTRIBUTE_VALUE = "Value"; field in class:AllowedModulesChoiceValues
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAllowedModulesChoiceValues.java95 if (n.getNodeName().equals(ATTRIBUTE_VALUE)) {
207 private static final String ATTRIBUTE_VALUE = "Value"; field in class:AllowedModulesChoiceValues
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/common/
H A DXACMLConstants.java247 public static String ATTRIBUTE_VALUE = "AttributeValue"; field in class:XACMLConstants
H A DXACMLSDKUtils.java90 XACMLConstants.ATTRIBUTE_VALUE,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DAttributeImpl.java180 if (node.getLocalName().equals(XACMLConstants.ATTRIBUTE_VALUE)) {
325 || !elemName.equals(XACMLConstants.ATTRIBUTE_VALUE)) {
366 sb.append("<").append(XACMLConstants.ATTRIBUTE_VALUE)
368 .append("</").append(XACMLConstants.ATTRIBUTE_VALUE)
455 .append(XACMLConstants.ATTRIBUTE_VALUE);
458 .append(XACMLConstants.ATTRIBUTE_VALUE);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/common/
H A DXACMLConstants.java247 public static String ATTRIBUTE_VALUE = "AttributeValue"; field in class:XACMLConstants
H A DXACMLSDKUtils.java90 XACMLConstants.ATTRIBUTE_VALUE,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DAttributeImpl.java180 if (node.getLocalName().equals(XACMLConstants.ATTRIBUTE_VALUE)) {
325 || !elemName.equals(XACMLConstants.ATTRIBUTE_VALUE)) {
366 sb.append("<").append(XACMLConstants.ATTRIBUTE_VALUE)
368 .append("</").append(XACMLConstants.ATTRIBUTE_VALUE)
455 .append(XACMLConstants.ATTRIBUTE_VALUE);
458 .append(XACMLConstants.ATTRIBUTE_VALUE);
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DAbstractUpgradeHelper.java64 private static final String VALUE_BEGIN = "<" + SMSUtils.ATTRIBUTE_VALUE + ">";
65 private static final String VALUE_END = "</" + SMSUtils.ATTRIBUTE_VALUE + ">";
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSUtils.java185 protected static final String ATTRIBUTE_VALUE = "Value"; field in class:SMSUtils
463 buff.append(" <").append(SMSUtils.ATTRIBUTE_VALUE).append(">")
465 .append("</").append(SMSUtils.ATTRIBUTE_VALUE).append(">\n");
H A DAttributeSchema.java1398 static final String VALUE_BEGIN = "<" + SMSUtils.ATTRIBUTE_VALUE + ">";
1400 static final String VALUE_END = "</" + SMSUtils.ATTRIBUTE_VALUE + ">";
H A DServiceManager.java1105 SMSUtils.ATTRIBUTE_VALUE).iterator(); items
1163 SMSUtils.ATTRIBUTE_VALUE);
H A DAttributeSchemaImpl.java758 if (n.getNodeName().equals(SMSUtils.ATTRIBUTE_VALUE)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSUtils.java178 protected static final String ATTRIBUTE_VALUE = "Value"; field in class:SMSUtils
505 buff.append(" <").append(SMSUtils.ATTRIBUTE_VALUE).append(">")
507 .append("</").append(SMSUtils.ATTRIBUTE_VALUE).append(">\n");
H A DAttributeSchema.java1432 static final String VALUE_BEGIN = "<" + SMSUtils.ATTRIBUTE_VALUE + ">";
1434 static final String VALUE_END = "</" + SMSUtils.ATTRIBUTE_VALUE + ">";
H A DServiceManager.java1105 SMSUtils.ATTRIBUTE_VALUE).iterator(); items
1163 SMSUtils.ATTRIBUTE_VALUE);
H A DAttributeSchemaImpl.java789 if (n.getNodeName().equals(SMSUtils.ATTRIBUTE_VALUE)) {

Completed in 58 milliseconds