Searched refs:templateName (Results 1 - 25 of 35) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DPagePropertiesCallback.java51 private String templateName=null; field in class:PagePropertiesCallback
67 * @param templateName
76 String templateName,
83 this.templateName = templateName;
120 return templateName;
71 PagePropertiesCallback( String name, String header, String image, int timeOut, String templateName, boolean error, String page_state) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DPagePropertiesCallback.java51 private String templateName=null; field in class:PagePropertiesCallback
69 * @param templateName JSP page name for the authentication module display.
78 String templateName,
85 this.templateName = templateName;
125 return templateName;
73 PagePropertiesCallback( String name, String header, String image, int timeOut, String templateName, boolean error, String page_state) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DPagePropertiesCallback.java51 private String templateName=null; field in class:PagePropertiesCallback
67 * @param templateName
76 String templateName,
83 this.templateName = templateName;
120 return templateName;
71 PagePropertiesCallback( String name, String header, String image, int timeOut, String templateName, boolean error, String page_state) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DPagePropertiesCallback.java51 private String templateName=null; field in class:PagePropertiesCallback
69 * @param templateName JSP page name for the authentication module display.
78 String templateName,
85 this.templateName = templateName;
125 return templateName;
73 PagePropertiesCallback( String name, String header, String image, int timeOut, String templateName, boolean error, String page_state) argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DNamingAttributeManager.java142 String templateName = getCreationTemplateName(objectType);
143 if (templateName == null) {
153 templateName, orgGuid, TemplateManager.SCOPE_ANCESTORS);
213 String templateName = (String) CommonUtils.creationtemplateMap
215 if (templateName != null) {
216 return templateName;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DNamingAttributeManager.java142 String templateName = getCreationTemplateName(objectType);
143 if (templateName == null) {
153 templateName, orgGuid, TemplateManager.SCOPE_ANCESTORS);
213 String templateName = (String) CommonUtils.creationtemplateMap
215 if (templateName != null) {
216 return templateName;
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/
H A DTemplateFactory.java75 * @param templateName The template name.
78 public TemplateRepresentation getTemplateRepresentation(final String templateName) { argument
79 final Template template = TemplateRepresentation.getTemplate(config, templateName);
H A DOAuth2Representation.java64 * @param templateName The name of the template to display.
68 Representation getRepresentation(Context context, OAuth2Request request, String templateName, argument
90 representation = getRepresentation(context, displayType.getFolder(), templateName, dataModel);
107 * @param templateName The name of the template to display.
111 Representation getRepresentation(Context context, String display, String templateName, Map<String, ?> dataModel) { argument
112 final String reference = "templates/" + (display != null ? display : "page") + "/" + templateName;
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/
H A DTemplateFactory.java75 * @param templateName The template name.
78 public TemplateRepresentation getTemplateRepresentation(final String templateName) { argument
79 final Template template = TemplateRepresentation.getTemplate(config, templateName);
H A DOAuth2Representation.java64 * @param templateName The name of the template to display.
68 Representation getRepresentation(Context context, OAuth2Request request, String templateName, argument
90 representation = getRepresentation(context, displayType.getFolder(), templateName, dataModel);
107 * @param templateName The name of the template to display.
111 Representation getRepresentation(Context context, String display, String templateName, Map<String, ?> dataModel) { argument
112 final String reference = "templates/" + (display != null ? display : "page") + "/" + templateName;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DServiceXMLTemplates.java75 String templateName,
83 AMSetupUtils.getResourceAsStream(servletCtx, templateName));
74 getContent( String templateName, ServletContext servletCtx ) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DServiceXMLTemplates.java75 String templateName,
83 AMSetupUtils.getResourceAsStream(servletCtx, templateName));
74 getContent( String templateName, ServletContext servletCtx ) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DTemplateFile.java1040 String templateName = line.substring(21, colonPos).trim();
1050 get(lineNumber, dnString, numEntries, templateName);
1057 templateName);
1061 branch.addSubordinateTemplate(templateName, numEntries);
1067 get(templateName, lineNumber, dnString);
1118 String templateName = templateLines[0].substring(10).trim();
1147 parentTemplateName, lineNumber, templateName);
1175 get(lineNumber, templateName);
1189 get(lineNumber, templateName, numEntries, subTemplateName);
1195 .get(lineNumber, templateName, subTemplateNam
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DTemplateFile.java1039 String templateName = line.substring(21, colonPos).trim();
1049 get(lineNumber, dnString, numEntries, templateName);
1056 templateName);
1060 branch.addSubordinateTemplate(templateName, numEntries);
1066 get(templateName, lineNumber, dnString);
1117 String templateName = templateLines[0].substring(10).trim();
1146 parentTemplateName, lineNumber, templateName);
1174 get(lineNumber, templateName);
1188 get(lineNumber, templateName, numEntries, subTemplateName);
1194 .get(lineNumber, templateName, subTemplateNam
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DTemplateFile.java1040 String templateName = line.substring(21, colonPos).trim();
1050 get(lineNumber, dnString, numEntries, templateName);
1057 templateName);
1061 branch.addSubordinateTemplate(templateName, numEntries);
1067 get(templateName, lineNumber, dnString);
1118 String templateName = templateLines[0].substring(10).trim();
1147 parentTemplateName, lineNumber, templateName);
1175 get(lineNumber, templateName);
1189 get(lineNumber, templateName, numEntries, subTemplateName);
1195 .get(lineNumber, templateName, subTemplateNam
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateFile.java1040 String templateName = line.substring(21, colonPos).trim();
1050 get(lineNumber, dnString, numEntries, templateName);
1057 templateName);
1061 branch.addSubordinateTemplate(templateName, numEntries);
1067 get(templateName, lineNumber, dnString);
1118 String templateName = templateLines[0].substring(10).trim();
1147 parentTemplateName, lineNumber, templateName);
1175 get(lineNumber, templateName);
1189 get(lineNumber, templateName, numEntries, subTemplateName);
1195 .get(lineNumber, templateName, subTemplateNam
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateFile.java1039 String templateName = line.substring(21, colonPos).trim();
1049 get(lineNumber, dnString, numEntries, templateName);
1056 templateName);
1060 branch.addSubordinateTemplate(templateName, numEntries);
1066 get(templateName, lineNumber, dnString);
1117 String templateName = templateLines[0].substring(10).trim();
1146 parentTemplateName, lineNumber, templateName);
1174 get(lineNumber, templateName);
1188 get(lineNumber, templateName, numEntries, subTemplateName);
1194 .get(lineNumber, templateName, subTemplateNam
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DTemplateFile.java965 String templateName = line.substring(21, colonPos).trim();
975 get(lineNumber, dnString, numEntries, templateName);
982 templateName);
986 branch.addSubordinateTemplate(templateName, numEntries);
992 get(templateName, lineNumber, dnString);
1043 String templateName = templateLines[0].substring(10).trim();
1072 parentTemplateName, lineNumber, templateName);
1099 get(lineNumber, templateName);
1113 get(lineNumber, templateName, numEntries, subTemplateName);
1119 .get(lineNumber, templateName, subTemplateNam
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DTemplateManager.java389 String templateName = template.getName();
390 if (templateName == null) {
398 m_configManager.replaceCreationTemplate(orgGuid, templateName,
H A DEntityManager.java301 String templateName = tempAttr.getValue();
302 CreationTemplate ct = _templateMgr.getCreationTemplate(templateName,
H A DConfigManagerUMS.java682 * @param templateName Template name.
697 public AttrSet getSearchTemplate(Guid guid, String templateName, int lookup) argument
699 AttrSet ret = (AttrSet)getConfigData(guid, templateName, SEARCH,
713 * @param templateName Template name.
730 String templateName,
733 AttrSet ret = (AttrSet) getConfigData(guid, templateName, CREATION,
832 * @param templateName Name of the template.
836 public void replaceCreationTemplate(Guid guid, String templateName, argument
853 String service = CREATIONPATH + "/" + templateName;
728 getCreationTemplate( Guid guid, String templateName, int lookup ) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DTemplateManager.java389 String templateName = template.getName();
390 if (templateName == null) {
398 m_configManager.replaceCreationTemplate(orgGuid, templateName,
H A DEntityManager.java301 String templateName = tempAttr.getValue();
302 CreationTemplate ct = _templateMgr.getCreationTemplate(templateName,
H A DConfigManagerUMS.java682 * @param templateName Template name.
697 public AttrSet getSearchTemplate(Guid guid, String templateName, int lookup) argument
699 AttrSet ret = (AttrSet)getConfigData(guid, templateName, SEARCH,
713 * @param templateName Template name.
730 String templateName,
733 AttrSet ret = (AttrSet) getConfigData(guid, templateName, CREATION,
832 * @param templateName Name of the template.
836 public void replaceCreationTemplate(Guid guid, String templateName, argument
853 String service = CREATIONPATH + "/" + templateName;
728 getCreationTemplate( Guid guid, String templateName, int lookup ) argument
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/settings/authentication/
H A DAuthenticationModuleDialogView.js96 if (this.model.moduleTemplate.templateName !== "INTERNAL_USER" &&
97 this.model.moduleTemplate.templateName !== "STATIC_USER" &&
105 if (this.model.moduleTemplate.templateName === "CLIENT_CERT") {

Completed in 86 milliseconds

12