Searched refs:ACCOUNTMAPPER (Results 1 - 10 of 10) sorted by relevance
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/ |
H A D | SAMLPropertyTemplate.java | 88 templates.put(SAMLConstants.ACCOUNTMAPPER, 89 "<property><label name=\"lblAccountMapper\" defaultValue=\"saml.profile.trustedPartners.accountMapper.label\" labelFor=\"" + SAMLConstants.ACCOUNTMAPPER + "\" /><cc name=\"" + SAMLConstants.ACCOUNTMAPPER + "\" tagclass=\"com.sun.web.ui.taglib.html.CCTextFieldTag\"><attribute name=\"size\" value=\"75\" /><attribute name=\"autoSubmit\" value=\"false\"/></cc><fieldhelp name=\"helpAccountMapper\" defaultValue=\"saml.profile.trustedPartners.accountMapper.help\" /></property>"); 90 readonlyTemplates.put(SAMLConstants.ACCOUNTMAPPER, 91 "<property><label name=\"lblAccountMapper\" defaultValue=\"saml.profile.trustedPartners.accountMapper.label\" labelFor=\"" + SAMLConstants.ACCOUNTMAPPER + "\" /><cc name=\"" + SAMLConstants.ACCOUNTMAPPER + "\" tagclass=\"com.sun.web.ui.taglib.html.CCStaticTextFieldTag\" /><fieldhelp name=\"helpAccountMapper\" defaultValue=\"saml.profile.trustedPartners.accountMapper.help\" /></property>");
|
H A D | FSSAMLTrustedPartnersViewBeanBase.java | 115 exactAttributeNames.put(SAMLConstants.ACCOUNTMAPPER.toLowerCase(), 116 SAMLConstants.ACCOUNTMAPPER);
|
H A D | SAMLPropertyXMLBuilder.java | 117 SAMLConstants.ACCOUNTMAPPER, 138 SAMLConstants.ACCOUNTMAPPER,
|
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/ |
H A D | SAMLPropertyTemplate.java | 88 templates.put(SAMLConstants.ACCOUNTMAPPER, 89 "<property><label name=\"lblAccountMapper\" defaultValue=\"saml.profile.trustedPartners.accountMapper.label\" labelFor=\"" + SAMLConstants.ACCOUNTMAPPER + "\" /><cc name=\"" + SAMLConstants.ACCOUNTMAPPER + "\" tagclass=\"com.sun.web.ui.taglib.html.CCTextFieldTag\"><attribute name=\"size\" value=\"75\" /><attribute name=\"autoSubmit\" value=\"false\"/></cc><fieldhelp name=\"helpAccountMapper\" defaultValue=\"saml.profile.trustedPartners.accountMapper.help\" /></property>"); 90 readonlyTemplates.put(SAMLConstants.ACCOUNTMAPPER, 91 "<property><label name=\"lblAccountMapper\" defaultValue=\"saml.profile.trustedPartners.accountMapper.label\" labelFor=\"" + SAMLConstants.ACCOUNTMAPPER + "\" /><cc name=\"" + SAMLConstants.ACCOUNTMAPPER + "\" tagclass=\"com.sun.web.ui.taglib.html.CCStaticTextFieldTag\" /><fieldhelp name=\"helpAccountMapper\" defaultValue=\"saml.profile.trustedPartners.accountMapper.help\" /></property>");
|
H A D | FSSAMLTrustedPartnersViewBeanBase.java | 115 exactAttributeNames.put(SAMLConstants.ACCOUNTMAPPER.toLowerCase(), 116 SAMLConstants.ACCOUNTMAPPER);
|
H A D | SAMLPropertyXMLBuilder.java | 117 SAMLConstants.ACCOUNTMAPPER, 138 SAMLConstants.ACCOUNTMAPPER,
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/ |
H A D | SAMLConstants.java | 676 public static final String ACCOUNTMAPPER = "ACCOUNTMAPPER"; field in class:SAMLConstants
|
H A D | SAMLServiceManager.java | 1031 SAMLConstants.ACCOUNTMAPPER))
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/ |
H A D | SAMLConstants.java | 676 public static final String ACCOUNTMAPPER = "ACCOUNTMAPPER"; field in class:SAMLConstants
|
H A D | SAMLServiceManager.java | 1031 SAMLConstants.ACCOUNTMAPPER))
|
Completed in 594 milliseconds