Searched defs:resourceSetStoreFactory (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMOAuth2ProviderSettingsFactory.java54 private final ResourceSetStoreFactory resourceSetStoreFactory; field in class:OpenAMOAuth2ProviderSettingsFactory
60 * @param resourceSetStoreFactory An instance of the ResourceSetStoreFactory.
64 ResourceSetStoreFactory resourceSetStoreFactory) {
66 this.resourceSetStoreFactory = resourceSetStoreFactory;
118 ResourceSetStore resourceSetStore = resourceSetStoreFactory.create(realm);
63 OpenAMOAuth2ProviderSettingsFactory(CookieExtractor cookieExtractor, ResourceSetStoreFactory resourceSetStoreFactory) argument
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DResourceSetService.java78 private final ResourceSetStoreFactory resourceSetStoreFactory; field in class:ResourceSetService
86 * @param resourceSetStoreFactory An instance of the {@code ResourceSetStoreFactory}.
90 public ResourceSetService(ResourceSetStoreFactory resourceSetStoreFactory, UmaPolicyService policyService, argument
92 this.resourceSetStoreFactory = resourceSetStoreFactory;
212 .filter(resourceSetStoreFactory.create(realm).query(query.getResourceSetQuery()));
331 ResourceSetDescription resourceSet = resourceSetStoreFactory.create(realm)
396 resourceSet = resourceSetStoreFactory.create(realmContext.getResolvedRealm())
H A DUmaPolicyApplicationListener.java96 private final ResourceSetStoreFactory resourceSetStoreFactory; field in class:UmaPolicyApplicationListener
105 * @param resourceSetStoreFactory An instance of the {@code ResourceSetStoreFactory}.
113 ResourceSetStoreFactory resourceSetStoreFactory, SessionCache sessionCache) {
118 this.resourceSetStoreFactory = resourceSetStoreFactory;
328 ResourceSetStore resourceSetStore = resourceSetStoreFactory.create(DNMapper.orgNameToRealmName(realm));
109 UmaPolicyApplicationListener(final AMIdentityRepositoryFactory idRepoFactory, ApplicationManagerWrapper applicationManager, ApplicationTypeManagerWrapper applicationTypeManagerWrapper, @Named(UMA_BACKEND_POLICY_RESOURCE_HANDLER) RequestHandler policyResource, ResourceSetStoreFactory resourceSetStoreFactory, SessionCache sessionCache) argument
H A DUmaPolicyServiceImpl.java100 private final ResourceSetStoreFactory resourceSetStoreFactory; field in class:UmaPolicyServiceImpl
113 * @param resourceSetStoreFactory An instance of the {@code ResourceSetStoreFactory}.
124 ResourceSetStoreFactory resourceSetStoreFactory, Config<UmaAuditLogger> auditLogger,
129 this.resourceSetStoreFactory = resourceSetStoreFactory;
174 Set<ResourceSetDescription> results = resourceSetStoreFactory.create(realm).query(
870 return resourceSetStoreFactory.create(realm).read(resourceSetId, ResourceSetAcceptAllFilter.INSTANCE);
123 UmaPolicyServiceImpl(PolicyResourceDelegate policyResourceDelegate, ResourceSetStoreFactory resourceSetStoreFactory, Config<UmaAuditLogger> auditLogger, ContextHelper contextHelper, UmaPolicyEvaluatorFactory policyEvaluatorFactory, CoreServicesWrapper coreServicesWrapper, @Named(�) Debug debug, UmaSettingsFactory umaSettingsFactory, ExtensionFilterManager extensionFilterManager) argument
/forgerock/openam-v13/openam-uma/src/test/java/org/forgerock/openam/uma/rest/
H A DPolicyGraphTest.java104 private ResourceSetStoreFactory resourceSetStoreFactory; field in class:PolicyGraphTest
111 given(resourceSetStoreFactory.create(anyString())).willReturn(resourceSetStore);
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2ProviderSettingsFactory.java57 private final ResourceSetStoreFactory resourceSetStoreFactory; field in class:OAuth2ProviderSettingsFactory
65 * @param resourceSetStoreFactory Factory for creating {@code ResourceSetStore} instances.
70 public OAuth2ProviderSettingsFactory(ResourceSetStoreFactory resourceSetStoreFactory, argument
72 this.resourceSetStoreFactory = resourceSetStoreFactory;
142 ResourceSetStore resourceSetStore = resourceSetStoreFactory.create(realm);
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DResourceSetService.java78 private final ResourceSetStoreFactory resourceSetStoreFactory; field in class:ResourceSetService
86 * @param resourceSetStoreFactory An instance of the {@code ResourceSetStoreFactory}.
90 public ResourceSetService(ResourceSetStoreFactory resourceSetStoreFactory, UmaPolicyService policyService, argument
92 this.resourceSetStoreFactory = resourceSetStoreFactory;
212 .filter(resourceSetStoreFactory.create(realm).query(query.getResourceSetQuery()));
331 ResourceSetDescription resourceSet = resourceSetStoreFactory.create(realm)
396 resourceSet = resourceSetStoreFactory.create(realmContext.getRealm().asPath())
H A DUmaPolicyApplicationListener.java108 private final ResourceSetStoreFactory resourceSetStoreFactory; field in class:UmaPolicyApplicationListener
122 * @param resourceSetStoreFactory An instance of the {@code ResourceSetStoreFactory}.
130 ResourceSetStoreFactory resourceSetStoreFactory, SessionCache sessionCache) {
135 this.resourceSetStoreFactory = resourceSetStoreFactory;
341 ResourceSetStore resourceSetStore = resourceSetStoreFactory.create(DNMapper.orgNameToRealmName(realm));
126 UmaPolicyApplicationListener(final AMIdentityRepositoryFactory idRepoFactory, ApplicationServiceFactory applicationServiceFactory, ApplicationTypeManagerWrapper applicationTypeManagerWrapper, @Named(UMA_BACKEND_POLICY_RESOURCE_HANDLER) RequestHandler policyResource, ResourceSetStoreFactory resourceSetStoreFactory, SessionCache sessionCache) argument
H A DUmaPolicyServiceImpl.java100 private final ResourceSetStoreFactory resourceSetStoreFactory; field in class:UmaPolicyServiceImpl
113 * @param resourceSetStoreFactory An instance of the {@code ResourceSetStoreFactory}.
124 ResourceSetStoreFactory resourceSetStoreFactory, Config<UmaAuditLogger> auditLogger,
129 this.resourceSetStoreFactory = resourceSetStoreFactory;
174 Set<ResourceSetDescription> results = resourceSetStoreFactory.create(realm).query(
870 return resourceSetStoreFactory.create(realm).read(resourceSetId, ResourceSetAcceptAllFilter.INSTANCE);
123 UmaPolicyServiceImpl(PolicyResourceDelegate policyResourceDelegate, ResourceSetStoreFactory resourceSetStoreFactory, Config<UmaAuditLogger> auditLogger, ContextHelper contextHelper, UmaPolicyEvaluatorFactory policyEvaluatorFactory, CoreServicesWrapper coreServicesWrapper, @Named(�) Debug debug, UmaSettingsFactory umaSettingsFactory, ExtensionFilterManager extensionFilterManager) argument
/forgerock/openam/openam-uma/src/test/java/org/forgerock/openam/uma/rest/
H A DPolicyGraphTest.java104 private ResourceSetStoreFactory resourceSetStoreFactory; field in class:PolicyGraphTest
111 given(resourceSetStoreFactory.create(anyString())).willReturn(resourceSetStore);

Completed in 35 milliseconds