Searched refs:PROPERTIES (Results 26 - 50 of 66) sorted by relevance

123

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLv2SPAdvancedViewBean.java63 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
H A DSAMLv2SPAssertionProcessingViewBean.java63 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
H A DSAMLv2AffiliateViewBean.java64 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
H A DSAMLv2Base.java50 protected static final String PROPERTIES = "propertyAttributes"; field in class:SAMLv2Base
H A DSAMLv2IDPAssertionContentViewBean.java88 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
H A DSAMLv2SPAssertionContentViewBean.java90 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
H A DSAMLv2SPServicesViewBean.java104 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLv2AttrAuthorityViewBean.java59 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
H A DSAMLv2AttrQueryViewBean.java59 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
H A DSAMLv2AuthnAuthorityViewBean.java59 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
H A DSAMLv2IDPAdvancedViewBean.java63 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
H A DSAMLv2IDPAssertionProcessingViewBean.java62 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
H A DSAMLv2SPAdvancedViewBean.java63 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
H A DSAMLv2SPAssertionProcessingViewBean.java63 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
H A DSAMLv2AffiliateViewBean.java64 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
H A DSAMLv2Base.java50 protected static final String PROPERTIES = "propertyAttributes"; field in class:SAMLv2Base
H A DSAMLv2IDPAssertionContentViewBean.java88 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
H A DSAMLv2SPAssertionContentViewBean.java90 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
H A DSAMLv2SPServicesViewBean.java104 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java100 public static final String PROPERTIES = "properties"; field in class:SystemProperties
173 props.getProperty(Constants.AM_SERVER_PORT) + "." + PROPERTIES;
180 PROPERTIES);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java101 public static final String PROPERTIES = "properties"; field in class:SystemProperties
172 props.getProperty(Constants.AM_SERVER_PORT) + "." + PROPERTIES;
179 PROPERTIES);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSitesResourceProvider.java30 import static org.forgerock.openam.core.rest.sms.SmsJsonSchema.PROPERTIES;
163 return newResultPromise(newActionResponse(json(object(field(TYPE, OBJECT_TYPE), field(PROPERTIES, object(
179 field(ITEMS, object(field(TYPE, OBJECT_TYPE), field(PROPERTIES, object(
H A DSmsResourceProvider.java369 addAttributeSchema(result, "/" + PROPERTIES + "/", schema, context);
382 addAttributeSchema(result, "/" + PROPERTIES + "/", schema, context);
486 attributePath = section + "/" + PROPERTIES + "/" + attributePath;
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSitesResourceProvider.java93 return newResultPromise(newActionResponse(json(object(field(TYPE, OBJECT_TYPE), field(PROPERTIES, object(
109 field(ITEMS, object(field(TYPE, OBJECT_TYPE), field(PROPERTIES, object(
H A DSmsResourceProvider.java243 addAttributeSchema(result, "/" + PROPERTIES + "/", schema, sections, attributeSectionMap, console, serviceType,
263 attributePath = section + "/" + PROPERTIES + "/" + attributePath;

Completed in 68 milliseconds

123