Searched defs:idRepoType (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DIDRepoModel.java111 * @param idRepoType Type of ID Repo.
118 String idRepoType,
115 createIDRepo( String realmName, String idRepoName, String idRepoType, Map values ) argument
H A DIDRepoModelImpl.java295 * @param idRepoType Type of ID Repo.
302 String idRepoType,
305 String[] params = {realmName, idRepoName, idRepoType};
317 cfg = createOrganizationConfig(realmName, idRepoType);
320 cfg.addSubConfig(idRepoName, idRepoType, 0, values);
325 String[] paramsEx = {realmName, idRepoName, idRepoType, strError};
330 String[] paramsEx = {realmName, idRepoName, idRepoType, strError};
338 String idRepoType
299 createIDRepo( String realmName, String idRepoName, String idRepoType, Map values ) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DIDRepoModel.java111 * @param idRepoType Type of ID Repo.
118 String idRepoType,
115 createIDRepo( String realmName, String idRepoName, String idRepoType, Map values ) argument
H A DIDRepoModelImpl.java295 * @param idRepoType Type of ID Repo.
302 String idRepoType,
305 String[] params = {realmName, idRepoName, idRepoType};
317 cfg = createOrganizationConfig(realmName, idRepoType);
320 cfg.addSubConfig(idRepoName, idRepoType, 0, values);
325 String[] paramsEx = {realmName, idRepoName, idRepoType, strError};
330 String[] paramsEx = {realmName, idRepoName, idRepoType, strError};
338 String idRepoType
299 createIDRepo( String realmName, String idRepoName, String idRepoType, Map values ) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java143 private static String getSchemaFiles(String idRepoType) { argument
148 if (idRepoType.equals(LDAPv3ForODSEE)) {
150 } else if (idRepoType.equals(LDAPv3ForOpenDS)) {
152 } else if (idRepoType.equals(LDAPv3ForAD)) {
154 } else if (idRepoType.equals(LDAPv3ForADAM)) {
156 } else if (idRepoType.equals(LDAPv3ForTivoli)) {
166 * @param idRepoType IdRepo type
169 public static boolean hasIdRepoSchema(String idRepoType) { argument
170 if (idRepoType == null) {
174 String schemaFiles = getSchemaFiles(idRepoType);
255 tagSwapAndImportSchema(String schemaFile, Map attrValues, ServletContext servletCtx, String idRepoType) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java146 private static String getSchemaFiles(String idRepoType) { argument
151 if (idRepoType.equals(LDAPv3ForODSEE)) {
153 } else if (idRepoType.equals(LDAPv3ForOpenDS)) {
155 } else if (idRepoType.equals(LDAPv3ForAD)) {
157 } else if (idRepoType.equals(LDAPv3ForADAM)) {
159 } else if (idRepoType.equals(LDAPv3ForTivoli)) {
169 * @param idRepoType IdRepo type
172 public static boolean hasIdRepoSchema(String idRepoType) { argument
173 if (idRepoType == null) {
177 String schemaFiles = getSchemaFiles(idRepoType);
258 tagSwapAndImportSchema(String schemaFile, Map attrValues, ServletContext servletCtx, String idRepoType) argument
[all...]

Completed in 68 milliseconds