Lines Matching refs:put

43         templates.put(SAMLConstants.PARTNERNAME,
45 readonlyTemplates.put(SAMLConstants.PARTNERNAME,
48 templates.put(SAMLConstants.SOURCEID,
50 readonlyTemplates.put(SAMLConstants.SOURCEID,
53 templates.put(SAMLConstants.TARGET,
55 readonlyTemplates.put(SAMLConstants.TARGET,
58 templates.put(SAMLConstants.POSTURL,
60 readonlyTemplates.put(SAMLConstants.POSTURL,
63 templates.put(SAMLConstants.ATTRIBUTEMAPPER,
65 readonlyTemplates.put(SAMLConstants.ATTRIBUTEMAPPER,
68 templates.put(SAMLConstants.ACTIONMAPPER,
70 readonlyTemplates.put(SAMLConstants.ACTIONMAPPER,
73 templates.put(SAMLConstants.SITEATTRIBUTEMAPPER,
75 readonlyTemplates.put(SAMLConstants.SITEATTRIBUTEMAPPER,
78 templates.put(SAMLConstants.NAMEIDENTIFIERMAPPER,
80 readonlyTemplates.put(SAMLConstants.NAMEIDENTIFIERMAPPER,
83 templates.put(SAMLConstants.SOAPUrl,
85 readonlyTemplates.put(SAMLConstants.SOAPUrl,
88 templates.put(SAMLConstants.ACCOUNTMAPPER,
90 readonlyTemplates.put(SAMLConstants.ACCOUNTMAPPER,
93 templates.put(SAMLConstants.AUTHTYPE,
95 readonlyTemplates.put(SAMLConstants.AUTHTYPE,
98 templates.put(SAMLConstants.AUTH_UID,
100 readonlyTemplates.put(SAMLConstants.AUTH_UID,
103 templates.put(SAMLConstants.AUTH_PASSWORD,
105 readonlyTemplates.put(SAMLConstants.AUTH_PASSWORD,
108 templates.put(SAMLConstants.AUTH_PASSWORD + CONFIRM_SUFFIX,
110 readonlyTemplates.put(SAMLConstants.AUTH_PASSWORD + CONFIRM_SUFFIX, "");
112 templates.put(SAMLConstants.CERTALIAS,
114 readonlyTemplates.put(SAMLConstants.CERTALIAS,
117 templates.put(SAMLConstants.ISSUER,
119 readonlyTemplates.put(SAMLConstants.ISSUER,
122 templates.put(SAMLConstants.SAMLURL,
124 readonlyTemplates.put(SAMLConstants.SAMLURL,
127 templates.put(SAMLConstants.HOST_LIST,
129 readonlyTemplates.put(SAMLConstants.HOST_LIST,
132 templates.put(SAMLConstants.VERSION,
134 readonlyTemplates.put(SAMLConstants.VERSION,
137 sections.put(SAMLProperty.COMMON_SETTINGS,
139 sections.put(SAMLProperty.ROLE_DESTINATION,
141 sections.put(SAMLProperty.ROLE_SOURCE,
143 sections.put(SAMLProperty.METHOD_ARTIFACT,
145 sections.put(SAMLProperty.METHOD_POST,
147 sections.put(SAMLProperty.METHOD_SOAP,