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

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DIndexTableModel.java152 sb.append(getIndexName(type));
161 private LocalizableMessage getIndexName(IndexTypeDescriptor type) method in class:IndexTableModel
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMConfiguration.java192 entries = getUserBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM);
198 entries = getRoleBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM);
201 if (type.getIndexName().equals(ISAuthConstants.
205 entries = getServiceBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM);
209 entries = getModuleBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM);
H A DAMAuthConfigType.java174 String getIndexName() { method in class:AMAuthConfigType
H A DAMAuthLevelManager.java626 type.getIndexName().equalsIgnoreCase(temp))
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMConfiguration.java173 entries = getUserBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM);
179 entries = getRoleBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM);
182 if (type.getIndexName().equals(ISAuthConstants.
186 entries = getServiceBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM);
190 entries = getModuleBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM);
H A DAMAuthConfigType.java174 String getIndexName() { method in class:AMAuthConfigType
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequest.java445 public String getIndexName() { method in class:AuthXMLRequest
H A DAuthXMLHandler.java314 String indexNameLoc = authXMLRequest.getIndexName();
318 indexNameLoc = AuthUtils.getIndexName(authContext);
462 String indexName = authXMLRequest.getIndexName();
H A DAuthXMLRequestParser.java197 String indexName = authXMLRequest.getIndexName();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequest.java445 public String getIndexName() { method in class:AuthXMLRequest
H A DAuthXMLHandler.java314 String indexNameLoc = authXMLRequest.getIndexName();
318 indexNameLoc = AuthUtils.getIndexName(authContext);
462 String indexName = authXMLRequest.getIndexName();
H A DAuthXMLRequestParser.java197 String indexName = authXMLRequest.getIndexName();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DEntryContainer.java417 this.id2childrenCount = new ID2ChildrenCount(getIndexName(ID2CHILDREN_COUNT_TREE_NAME));
418 this.dn2id = new DN2ID(getIndexName(DN2ID_TREE_NAME), baseDN);
419 this.dn2uri = new DN2URI(getIndexName(REFERRAL_TREE_NAME), this);
420 this.state = new State(getIndexName(STATE_TREE_NAME));
433 private TreeName getIndexName(String indexId) method in class:EntryContainer
454 id2entry = new ID2Entry(getIndexName(ID2ENTRY_TREE_NAME), entryDataConfig);
H A DAttributeIndex.java117 super(getIndexName(entryContainer, attributeType, indexer.getIndexID()), state, indexEntryLimit, entryContainer);
342 private static TreeName getIndexName(EntryContainer entryContainer, AttributeType attrType, String indexID) method in class:AttributeIndex
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java821 public String getIndexName() method in class:CollationMatchingRuleFactory.CollationMatchingRule
2140 return matchingRule.getIndexName();
2206 return matchingRule.getIndexName();
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java820 public String getIndexName() method in class:CollationMatchingRuleFactory.CollationMatchingRule
2139 return matchingRule.getIndexName();
2205 return matchingRule.getIndexName();
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java821 public String getIndexName() method in class:CollationMatchingRuleFactory.CollationMatchingRule
2140 return matchingRule.getIndexName();
2206 return matchingRule.getIndexName();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java821 public String getIndexName() method in class:CollationMatchingRuleFactory.CollationMatchingRule
2140 return matchingRule.getIndexName();
2206 return matchingRule.getIndexName();
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java820 public String getIndexName() method in class:CollationMatchingRuleFactory.CollationMatchingRule
2139 return matchingRule.getIndexName();
2205 return matchingRule.getIndexName();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java793 public static String getIndexName(AuthContextLocal authContext) { method in class:AuthUtils
800 indexName = loginState.getIndexName();
803 utilDebug.message("in getIndexName, index Name : " + indexName);
808 utilDebug.message("Error in getIndexName : " + e.toString());
983 indexName = xmlReq.getIndexName();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java723 public static String getIndexName(AuthContextLocal authContext) { method in class:AuthUtils
730 indexName = loginState.getIndexName();
733 utilDebug.message("in getIndexName, index Name : " + indexName);
738 utilDebug.message("Error in getIndexName : " + e.toString());
916 indexName = xmlReq.getIndexName();
/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java1848 indexName = AuthUtils.getIndexName(ssoToken,indexType);
2138 return ls.getIndexName();
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java1870 indexName = AuthUtils.getIndexName(ssoToken,indexType);
2160 return ls.getIndexName();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java793 public static String getIndexName(SSOToken ssoToken, method in class:AuthClientUtils
811 utilDebug.message("Error in getIndexName :"+ e.toString());
816 utilDebug.message("getIndexName : IndexType='{}', IndexName='{}'", indexType, indexName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java796 public static String getIndexName(SSOToken ssoToken, method in class:AuthClientUtils
814 utilDebug.message("Error in getIndexName :"+ e.toString());
819 utilDebug.message("getIndexName : IndexType='{}', IndexName='{}'", indexType, indexName);

Completed in 349 milliseconds

12