Searched refs:ResourceSearchIndexes (Results 1 - 25 of 38) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/interfaces/
H A DISearchIndex.java32 import com.sun.identity.entitlement.ResourceSearchIndexes;
47 ResourceSearchIndexes getIndexes(String resource, String realm) throws EntitlementException;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/interfaces/
H A DISearchIndex.java32 import com.sun.identity.entitlement.ResourceSearchIndexes;
47 ResourceSearchIndexes getIndexes(String resource, String realm) throws EntitlementException;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceSearchIndexes.java25 * $Id: ResourceSearchIndexes.java,v 1.1 2009/08/19 05:40:33 veiming Exp $
37 public class ResourceSearchIndexes { class
49 public ResourceSearchIndexes( method in class:ResourceSearchIndexes
70 public void addAll(ResourceSearchIndexes other) {
H A DApplicationType.java181 public ResourceSearchIndexes getResourceSearchIndex(String resource, String realm) throws EntitlementException {
H A DPrivilegeIndexStore.java193 ResourceSearchIndexes indexes,
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/
H A DTreeSearchIndex.java20 import com.sun.identity.entitlement.ResourceSearchIndexes;
48 public ResourceSearchIndexes getIndexes(String resource, String realm) throws EntitlementException {
57 public ResourceSearchIndexes getIndexes(String resource, String realm) throws EntitlementException {
H A DTreeSearchIndexDelegate.java20 import com.sun.identity.entitlement.ResourceSearchIndexes;
59 public ResourceSearchIndexes getIndexes(String resource, String realm) throws EntitlementException {
61 ResourceSearchIndexes legacyIndexes = legacySearchIndex.getIndexes(resource, realm);
68 return new ResourceSearchIndexes(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceSearchIndexes.java25 * $Id: ResourceSearchIndexes.java,v 1.1 2009/08/19 05:40:33 veiming Exp $
37 public class ResourceSearchIndexes { class
49 public ResourceSearchIndexes( method in class:ResourceSearchIndexes
70 public void addAll(ResourceSearchIndexes other) {
H A DPrivilegeIndexStore.java193 ResourceSearchIndexes indexes,
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/
H A DTreeSearchIndex.java20 import com.sun.identity.entitlement.ResourceSearchIndexes;
48 public ResourceSearchIndexes getIndexes(String resource, String realm) throws EntitlementException {
57 public ResourceSearchIndexes getIndexes(String resource, String realm) throws EntitlementException {
H A DTreeSearchIndexDelegate.java20 import com.sun.identity.entitlement.ResourceSearchIndexes;
59 public ResourceSearchIndexes getIndexes(String resource, String realm) throws EntitlementException {
61 ResourceSearchIndexes legacyIndexes = legacySearchIndex.getIndexes(resource, realm);
68 return new ResourceSearchIndexes(
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/indextree/
H A DTreeSearchIndexTest.java18 import com.sun.identity.entitlement.ResourceSearchIndexes;
59 ResourceSearchIndexes result = searchIndex.getIndexes("http://www.test.com:80/", "/test-realm");
94 ResourceSearchIndexes result = searchIndex.getIndexes("http://www.test.com:80/", "/test-realm");
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/indextree/
H A DTreeSearchIndexTest.java18 import com.sun.identity.entitlement.ResourceSearchIndexes;
59 ResourceSearchIndexes result = searchIndex.getIndexes("http://www.test.com:80/", "/test-realm");
94 ResourceSearchIndexes result = searchIndex.getIndexes("http://www.test.com:80/", "/test-realm");
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DDelegationResourceNameSplitter.java37 import com.sun.identity.entitlement.ResourceSearchIndexes;
50 public ResourceSearchIndexes getIndexes(String resource, String realm) {
73 ResourceSearchIndexes indexes = null;
94 ResourceSearchIndexes idx = super.getIndexes(
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DDelegationResourceNameSplitter.java37 import com.sun.identity.entitlement.ResourceSearchIndexes;
50 public ResourceSearchIndexes getIndexes(String resource, String realm) {
73 ResourceSearchIndexes indexes = null;
94 ResourceSearchIndexes idx = super.getIndexes(
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/util/
H A DResourceNameSplitTest.java31 import com.sun.identity.entitlement.ResourceSearchIndexes;
53 ResourceSearchIndexes comp = splitter.getIndexes(k, null);
74 ResourceSearchIndexes comp = splitter.getIndexes(k, null);
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/util/
H A DResourceNameSplitTest.java31 import com.sun.identity.entitlement.ResourceSearchIndexes;
53 ResourceSearchIndexes comp = splitter.getIndexes(k, null);
74 ResourceSearchIndexes comp = splitter.getIndexes(k, null);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DIndexCache.java32 import com.sun.identity.entitlement.ResourceSearchIndexes;
164 ResourceSearchIndexes indexes,
199 private Set<String> getPathParentIndexes(ResourceSearchIndexes indexes) {
212 private Set<String> getPathIndexes(ResourceSearchIndexes indexes) {
223 private Set<String> getHostIndexes(ResourceSearchIndexes indexes) {
H A DOpenSSOIndexStore.java46 import com.sun.identity.entitlement.ResourceSearchIndexes;
377 ResourceSearchIndexes indexes,
401 ResourceSearchIndexes indexes,
476 private ReferralPrivilege getOrgAliasReferral(ResourceSearchIndexes indexes
523 ResourceSearchIndexes indexes)
592 private Set<String> searchReferrals(ResourceSearchIndexes indexes,
609 private Set<String> searchPrivileges(ResourceSearchIndexes indexes,
942 private ResourceSearchIndexes indexes;
949 ResourceSearchIndexes indexes,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DIndexCache.java32 import com.sun.identity.entitlement.ResourceSearchIndexes;
164 ResourceSearchIndexes indexes,
199 private Set<String> getPathParentIndexes(ResourceSearchIndexes indexes) {
212 private Set<String> getPathIndexes(ResourceSearchIndexes indexes) {
223 private Set<String> getHostIndexes(ResourceSearchIndexes indexes) {
H A DOpenSSOIndexStore.java50 import com.sun.identity.entitlement.ResourceSearchIndexes;
379 ResourceSearchIndexes indexes,
403 ResourceSearchIndexes indexes,
478 private ReferralPrivilege getOrgAliasReferral(ResourceSearchIndexes indexes
525 ResourceSearchIndexes indexes)
594 private Set<String> searchReferrals(ResourceSearchIndexes indexes,
611 private Set<String> searchPrivileges(ResourceSearchIndexes indexes,
950 private ResourceSearchIndexes indexes;
957 ResourceSearchIndexes indexes,
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/
H A DPolicyIndexTest.java35 import com.sun.identity.entitlement.ResourceSearchIndexes;
95 ResourceSearchIndexes indexes = new ResourceSearchIndexes(
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/
H A DPolicyIndexTest.java35 import com.sun.identity.entitlement.ResourceSearchIndexes;
95 ResourceSearchIndexes indexes = new ResourceSearchIndexes(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DResourceNameSplitter.java31 import com.sun.identity.entitlement.ResourceSearchIndexes;
59 public ResourceSearchIndexes getIndexes(String resName, String realm) {
70 return new ResourceSearchIndexes(hostIndexes, pathIndexes,
83 return new ResourceSearchIndexes(setHost, setPath, parentPath);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DResourceNameSplitter.java31 import com.sun.identity.entitlement.ResourceSearchIndexes;
59 public ResourceSearchIndexes getIndexes(String resName, String realm) {
70 return new ResourceSearchIndexes(hostIndexes, pathIndexes,
83 return new ResourceSearchIndexes(setHost, setPath, parentPath);

Completed in 98 milliseconds

12