Searched defs:applicationTypeService (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/xacml/v3/
H A DImportStepGenerator.java60 private final ApplicationTypeService applicationTypeService; field in class:ImportStepGenerator
99 ApplicationTypeService applicationTypeService, String realm, Subject subject, PrivilegeSet privilegeSet) {
106 this.applicationTypeService = applicationTypeService;
190 application.setApplicationType(applicationTypeService.getApplicationType(subject, application.getName()));
97 ImportStepGenerator(ApplicationService applicationService, ResourceTypeService resourceTypeService, PrivilegeManager privilegeManager, PrivilegeValidator privilegeValidator, ApplicationTypeService applicationTypeService, String realm, Subject subject, PrivilegeSet privilegeSet) argument
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/xacml/v3/
H A DImportStepGeneratorTest.java71 private ApplicationTypeService applicationTypeService; field in class:ImportStepGeneratorTest
87 applicationTypeService = mock(ApplicationTypeService.class);
88 given(applicationTypeService.getApplicationType(any(Subject.class), any(String.class)))
96 privilegeManager, validator, applicationTypeService, ROOT_REALM, subject, privilegeSet);

Completed in 35 milliseconds