Searched refs:indexName (Results 1 - 25 of 117) sorted by relevance

12345

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DTreePreloadComparator.java42 String indexName = tree.getName().getIndexId();
43 if (indexName.endsWith(SuffixContainer.ID2ENTRY_INDEX_NAME))
47 else if (indexName.endsWith(SuffixContainer.DN2ID_INDEX_NAME))
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DIndexType.java129 private final String indexName; field in class:IndexType
136 * @param indexName The human-readable name for this index type.
138 private IndexType(String indexName) argument
140 this.indexName = indexName;
148 * @param indexName The name for which to retrieve the
154 public static IndexType forName(String indexName) argument
156 String lowerName = toLowerCase(indexName);
213 return indexName;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DIndexType.java128 private final String indexName; field in class:IndexType
135 * @param indexName The human-readable name for this index type.
137 private IndexType(String indexName) argument
139 this.indexName = indexName;
147 * @param indexName The name for which to retrieve the
153 public static IndexType forName(String indexName) argument
155 String lowerName = toLowerCase(indexName);
212 return indexName;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DIndexType.java129 private final String indexName; field in class:IndexType
136 * @param indexName The human-readable name for this index type.
138 private IndexType(String indexName) argument
140 this.indexName = indexName;
148 * @param indexName The name for which to retrieve the
154 public static IndexType forName(String indexName) argument
156 String lowerName = toLowerCase(indexName);
213 return indexName;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DIndexType.java129 private final String indexName; field in class:IndexType
136 * @param indexName The human-readable name for this index type.
138 private IndexType(String indexName) argument
140 this.indexName = indexName;
148 * @param indexName The name for which to retrieve the
154 public static IndexType forName(String indexName) argument
156 String lowerName = toLowerCase(indexName);
213 return indexName;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DIndexType.java128 private final String indexName; field in class:IndexType
135 * @param indexName The human-readable name for this index type.
137 private IndexType(String indexName) argument
139 this.indexName = indexName;
147 * @param indexName The name for which to retrieve the
153 public static IndexType forName(String indexName) argument
155 String lowerName = toLowerCase(indexName);
212 return indexName;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DIndexType.java127 private final String indexName; field in class:IndexType
134 * @param indexName The human-readable name for this index type.
136 private IndexType(String indexName) argument
138 this.indexName = indexName;
146 * @param indexName The name for which to retrieve the
152 public static IndexType forName(String indexName) argument
154 String lowerName = toLowerCase(indexName);
211 return indexName;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthConfigType.java48 private String indexName; field in class:AMAuthConfigType
69 indexName = name.substring(
87 indexName = name.substring(
103 indexName = name.substring(
105 orgDN = indexName;
120 indexName = name.substring(
138 indexName = name.substring(
151 "\nindexName=" + indexName +
175 return indexName;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthConfigType.java48 private String indexName; field in class:AMAuthConfigType
69 indexName = name.substring(
87 indexName = name.substring(
103 indexName = name.substring(
105 orgDN = indexName;
120 indexName = name.substring(
138 indexName = name.substring(
151 "\nindexName=" + indexName +
175 return indexName;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthContextLocal.java252 * @param indexName authentication index name.
257 public void login(AuthContext.IndexType type, String indexName) argument
261 "with IndexType : " + type + " & Indexname : " + indexName);
264 login(type, indexName, null, null, null);
291 * @param indexName authentication index name.
298 String indexName,
303 "with IndexType : " + type + " & Indexname : " + indexName +
306 login(type, indexName, null, null, null, null, locale);
319 * @param indexName authentication index name.
329 String indexName,
296 login( AuthContext.IndexType type, String indexName, String locale ) argument
327 login( AuthContext.IndexType type, String indexName, Map envMap, String locale ) argument
351 login(AuthContext.IndexType type, String indexName, Principal principal, char[] password, Subject subject) argument
368 login(AuthContext.IndexType type, String indexName, Principal principal, char[] password, Subject subject, Map envMap, String locale) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthLevel.java61 String indexName; field in class:AuthLevel
83 * @param indexName authentication index name.
91 String indexName,
98 this.indexName = indexName;
104 authLevel = Integer.parseInt(indexName);
112 debug.message("indexName : " + indexName);
89 AuthLevel( AuthContext.IndexType indexType, String indexName, String orgDN, String clientType, java.util.Locale loc ) argument
H A DCompositeAdvices.java62 String indexName; field in class:CompositeAdvices
78 * @param indexName authentication index name.
85 String indexName,
92 this.indexName = indexName;
98 debug.message("indexName : " + indexName);
106 AuthUtils.processCompositeAdviceXML(indexName,orgDN,clientType);
84 CompositeAdvices( String indexName, String orgDN, String clientType, java.util.Locale loc ) argument
H A DAMLoginContext.java121 private String indexName; field in class:AMLoginContext
216 * <code>indexType</code>, <code>indexName</code> , <code>principal</code>,
300 && !indexName.equals(ISAuthConstants.APPLICATION_MODULE)) {
305 AMAuthenticationInstance authInstance = authManager.getAuthenticationInstance(indexName);
316 * Update LoginState indexType and indexName
324 loginState.setIndexName(indexName);
330 if (processIndexType(indexType, indexName, orgDN)) {
358 * Establish configName based on indexType, indexName, orgDN and clientType
362 configName = getConfigName(indexType, indexName, orgDN, clientType);
589 boolean profileState = loginState.searchUserProfile(subject, indexType, indexName);
1261 getConfigName(IndexType indexType, String indexName, String orgDN, String clientType) argument
1298 processLevel(IndexType indexType, String indexName, String orgDN, String clientType) argument
1343 processCompositeAdvice(IndexType indexType, String indexName, String orgDN, String clientType) argument
1423 updateLoginState(IndexType indexType, String indexName, String configName, String orgDN) argument
1715 processIndexType(IndexType indexType, String indexName, String orgDN) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthLevel.java61 String indexName; field in class:AuthLevel
83 * @param indexName authentication index name.
91 String indexName,
98 this.indexName = indexName;
104 authLevel = Integer.parseInt(indexName);
112 debug.message("indexName : " + indexName);
89 AuthLevel( AuthContext.IndexType indexType, String indexName, String orgDN, String clientType, java.util.Locale loc ) argument
H A DCompositeAdvices.java62 String indexName; field in class:CompositeAdvices
78 * @param indexName authentication index name.
85 String indexName,
92 this.indexName = indexName;
98 debug.message("indexName : " + indexName);
106 AuthUtils.processCompositeAdviceXML(indexName,orgDN,clientType);
84 CompositeAdvices( String indexName, String orgDN, String clientType, java.util.Locale loc ) argument
H A DAMLoginContext.java134 private String indexName; field in class:AMLoginContext
228 * <code>indexType</code>, <code>indexName</code> , <code>principal</code>,
287 this.indexName = loginIndexName;
321 && !indexName.equals(ISAuthConstants.APPLICATION_MODULE)) {
326 AMAuthenticationInstance authInstance = authManager.getAuthenticationInstance(indexName);
337 * Update authContext.getLoginState() indexType and indexName
345 authContext.getLoginState().setIndexName(indexName);
351 if (processIndexType(indexType, indexName, orgDN, clientType)) {
379 * Establish configName based on indexType, indexName, orgDN and clientType
383 configName = getConfigName(indexType, indexName, orgD
1228 getConfigName(IndexType indexType, String indexName, String orgDN, String clientType) argument
1265 processLevel(String indexName, String orgDN, String clientType) argument
1310 processCompositeAdvice(String indexName, String orgDN, String clientType) argument
1390 updateLoginState(IndexType indexType, String indexName, String configName, String orgDN) argument
1681 processIndexType(IndexType indexType, String indexName, String orgDN, String clientType) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DIndexDescriptor.java57 * @param indexName
60 public IndexDescriptor(String indexName) argument
62 this(indexName, null, null, Collections.EMPTY_SET, -1);
141 private boolean isDatabaseIndex(final String indexName) argument
145 if (indexName.equalsIgnoreCase(dbIndex))
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthContextLocal.java121 protected String indexName; field in class:AuthContextLocal
258 * @param indexName authentication index name.
263 public void login(AuthContext.IndexType type, String indexName) argument
267 "with IndexType : " + type + " & Indexname : " + indexName);
270 login(type, indexName, null, null, null);
297 * @param indexName authentication index name.
304 String indexName,
309 "with IndexType : " + type + " & Indexname : " + indexName +
312 login(type, indexName, null, null, null, null, locale);
325 * @param indexName authenticatio
302 login( AuthContext.IndexType type, String indexName, String locale ) argument
333 login( AuthContext.IndexType type, String indexName, Map envMap, String locale ) argument
357 login(AuthContext.IndexType type, String indexName, Principal principal, char[] password, Subject subject) argument
374 login(AuthContext.IndexType type, String indexName, Principal principal, char[] password, Subject subject, Map envMap, String locale) argument
[all...]
H A DAuthXMLRequest.java111 private String indexName=null; field in class:AuthXMLRequest
270 * @param indexName Index Name.
272 public void setIndexName(String indexName) { argument
273 this.indexName = indexName;
446 return indexName;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewVLVIndexPanel.java153 String indexName = name.getText().trim();
155 INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY.get(indexName),
158 indexName),
182 private String indexName; field in class:NewVLVIndexPanel.NewVLVIndexTask
203 indexName = name.getText().trim();
209 ldif = getIndexLDIF(indexName);
236 indexName, backendID);
307 indexName),
463 indexName, backend, DN.decode(baseDN),
502 args.add(indexName);
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewVLVIndexPanel.java152 String indexName = name.getText().trim();
154 INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY.get(indexName),
157 indexName),
181 private String indexName; field in class:NewVLVIndexPanel.NewVLVIndexTask
202 indexName = name.getText().trim();
208 ldif = getIndexLDIF(indexName);
235 indexName, backendID);
306 indexName),
462 indexName, backend, DN.decode(baseDN),
501 args.add(indexName);
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewVLVIndexPanel.java153 String indexName = name.getText().trim();
155 INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY.get(indexName),
158 indexName),
182 private String indexName; field in class:NewVLVIndexPanel.NewVLVIndexTask
203 indexName = name.getText().trim();
209 ldif = getIndexLDIF(indexName);
236 indexName, backendID);
307 indexName),
463 indexName, backend, DN.decode(baseDN),
502 args.add(indexName);
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewVLVIndexPanel.java152 String indexName = name.getText().trim();
154 INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY.get(indexName),
157 indexName),
181 private String indexName; field in class:NewVLVIndexPanel.NewVLVIndexTask
202 indexName = name.getText().trim();
208 ldif = getIndexLDIF(indexName);
235 indexName, backendID);
306 indexName),
462 indexName, backend, DN.decode(baseDN),
501 args.add(indexName);
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewVLVIndexPanel.java153 String indexName = name.getText().trim();
155 INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY.get(indexName),
158 indexName),
182 private String indexName; field in class:NewVLVIndexPanel.NewVLVIndexTask
203 indexName = name.getText().trim();
209 ldif = getIndexLDIF(indexName);
236 indexName, backendID);
307 indexName),
463 indexName, backend, DN.decode(baseDN),
502 args.add(indexName);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DNewVLVIndexPanel.java142 final String indexName = name.getText().trim();
143 launchOperation(newTask, INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY.get(indexName),
145 INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_DETAILS.get(indexName),
163 private final String indexName; field in class:NewVLVIndexPanel.NewVLVIndexTask
185 indexName = name.getText().trim();
209 return INFO_CTRL_PANEL_NEW_VLV_INDEX_TASK_DESCRIPTION.get(indexName, backendID);
268 INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_PROGRESS.get(indexName), ColorAndFontConstants.progressFont));
279 backendID, indexName, Converters.from(DN.valueOf(baseDN)), filterValue, searchScope, sortOrder);
359 indexName, backend, DN.valueOf(baseDN), searchScope, filterValue, sortOrder);
393 args.add(indexName);
[all...]

Completed in 144 milliseconds

12345