Searched refs:mailServerLoader (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DCoreRestIdentityGuiceModule.java56 public IdentityResourceV1 getUsersResourceV1(MailServerLoader mailServerLoader, argument
59 return new IdentityResourceV1(IdentityResourceV1.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
67 public IdentityResourceV2 getUsersResourceV2(MailServerLoader mailServerLoader, argument
70 return new IdentityResourceV2(IdentityResourceV2.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
78 public IdentityResourceV3 getUsersResource(MailServerLoader mailServerLoader, argument
82 return new IdentityResourceV3(IdentityResourceV2.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
90 public IdentityResourceV1 getGroupsResourceV1(MailServerLoader mailServerLoader, argument
93 return new IdentityResourceV1(IdentityResourceV1.GROUP_TYPE, mailServerLoader, identityServices, coreWrapper,
101 public IdentityResourceV2 getGroupsResourceV2(MailServerLoader mailServerLoader, argument
104 return new IdentityResourceV2(IdentityResourceV2.GROUP_TYPE, mailServerLoader, identityService
112 getGroupsResource(MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper, RestSecurityProvider restSecurityProvider, ConsoleConfigHandler configHandler, BaseURLProviderFactory baseURLProviderFactory, Set<UiRolePredicate> uiRolePredicates) argument
123 getAgentsResourceV1(MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper, RestSecurityProvider restSecurityProvider, ConsoleConfigHandler configHandler, Set<UiRolePredicate> uiRolePredicates) argument
134 getAgentsResourceV2(MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper, RestSecurityProvider restSecurityProvider, ConsoleConfigHandler configHandler, BaseURLProviderFactory baseURLProviderFactory, Set<UiRolePredicate> uiRolePredicates) argument
145 getAgentsResource(MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper, RestSecurityProvider restSecurityProvider, ConsoleConfigHandler configHandler, BaseURLProviderFactory baseURLProviderFactory, Set<UiRolePredicate> uiRolePredicates) argument
[all...]
H A DIdentityResourceV2.java164 private final MailServerLoader mailServerLoader; field in class:IdentityResourceV2
175 public IdentityResourceV2(String userType, MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, argument
178 this(userType, null, null, mailServerLoader, identityServices, coreWrapper, restSecurityProvider,
201 MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper,
205 this.mailServerLoader = mailServerLoader;
208 this.identityResourceV1 = new IdentityResourceV1(userType, mailServerLoader, identityServices, coreWrapper,
450 mailServer = mailServerLoader.load(attr, realm);
200 IdentityResourceV2(String userType, ServiceConfigManager mailmgr, ServiceConfig mailscm, MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper, RestSecurityProvider restSecurityProvider, ConsoleConfigHandler configHandler, BaseURLProviderFactory baseURLProviderFactory, Set<UiRolePredicate> uiRolePredicates) argument
H A DIdentityResourceV3.java93 * @param mailServerLoader
106 public IdentityResourceV3(String objectType, MailServerLoader mailServerLoader, argument
110 this.identityResourceV2 = new IdentityResourceV2(objectType, mailServerLoader, identityServices, coreWrapper,
H A DIdentityResourceV1.java159 private final MailServerLoader mailServerLoader; field in class:IdentityResourceV1
166 public IdentityResourceV1(String objectType, MailServerLoader mailServerLoader, argument
169 this(objectType, null, null, mailServerLoader, identityServices, coreWrapper, restSecurityProvider,
192 MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper,
197 this.mailServerLoader = mailServerLoader;
411 mailServer = mailServerLoader.load(attr, realm);
191 IdentityResourceV1(String objectType, ServiceConfigManager mailmgr, ServiceConfig mailscm, MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper, RestSecurityProvider restSecurityProvider, ConsoleConfigHandler configHandler, Set<UiRolePredicate> uiRolePredicates) argument
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/services/
H A DMailService.java63 private final MailServerLoader mailServerLoader; field in class:MailService
68 * @param mailServerLoader
72 public MailService(MailServerLoader mailServerLoader) { argument
73 this.mailServerLoader = mailServerLoader;
128 mailServer = mailServerLoader.load(attr, realm);
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/services/
H A DMailService.java63 private final MailServerLoader mailServerLoader; field in class:MailService
68 * @param mailServerLoader
72 public MailService(MailServerLoader mailServerLoader) { argument
73 this.mailServerLoader = mailServerLoader;
128 mailServer = mailServerLoader.load(attr, realm);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DCoreRestGuiceModule.java191 public IdentityResourceV1 getUsersResourceV1(MailServerLoader mailServerLoader, argument
194 return new IdentityResourceV1(IdentityResourceV1.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
202 public IdentityResourceV2 getUsersResourceV2(MailServerLoader mailServerLoader, argument
205 return new IdentityResourceV2(IdentityResourceV2.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
213 public IdentityResourceV3 getUsersResource(MailServerLoader mailServerLoader, argument
217 return new IdentityResourceV3(IdentityResourceV2.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
225 public IdentityResourceV1 getGroupsResourceV1(MailServerLoader mailServerLoader, argument
228 return new IdentityResourceV1(IdentityResourceV1.GROUP_TYPE, mailServerLoader, identityServices, coreWrapper,
236 public IdentityResourceV2 getGroupsResourceV2(MailServerLoader mailServerLoader, argument
239 return new IdentityResourceV2(IdentityResourceV2.GROUP_TYPE, mailServerLoader, identityService
247 getGroupsResource(MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper, RestSecurityProvider restSecurityProvider, ConsoleConfigHandler configHandler, BaseURLProviderFactory baseURLProviderFactory, Set<UiRolePredicate> uiRolePredicates) argument
258 getAgentsResourceV1(MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper, RestSecurityProvider restSecurityProvider, ConsoleConfigHandler configHandler, Set<UiRolePredicate> uiRolePredicates) argument
269 getAgentsResourceV2(MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper, RestSecurityProvider restSecurityProvider, ConsoleConfigHandler configHandler, BaseURLProviderFactory baseURLProviderFactory, Set<UiRolePredicate> uiRolePredicates) argument
280 getAgentsResource(MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper, RestSecurityProvider restSecurityProvider, ConsoleConfigHandler configHandler, BaseURLProviderFactory baseURLProviderFactory, Set<UiRolePredicate> uiRolePredicates) argument
[all...]
H A DIdentityResourceV2.java158 private final MailServerLoader mailServerLoader; field in class:IdentityResourceV2
169 public IdentityResourceV2(String userType, MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, argument
172 this(userType, null, null, mailServerLoader, identityServices, coreWrapper, restSecurityProvider,
195 MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper,
201 this.mailServerLoader = mailServerLoader;
204 this.identityResourceV1 = new IdentityResourceV1(userType, mailServerLoader, identityServices, coreWrapper,
459 mailServer = mailServerLoader.load(attr, realm);
194 IdentityResourceV2(String userType, ServiceConfigManager mailmgr, ServiceConfig mailscm, MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper, RestSecurityProvider restSecurityProvider, ConsoleConfigHandler configHandler, BaseURLProviderFactory baseURLProviderFactory, Set<UiRolePredicate> uiRolePredicates) argument
H A DIdentityResourceV3.java93 * @param mailServerLoader
106 public IdentityResourceV3(String objectType, MailServerLoader mailServerLoader, argument
110 this.identityResourceV2 = new IdentityResourceV2(objectType, mailServerLoader, identityServices, coreWrapper,
H A DIdentityResourceV1.java162 private final MailServerLoader mailServerLoader; field in class:IdentityResourceV1
169 public IdentityResourceV1(String objectType, MailServerLoader mailServerLoader, argument
172 this(objectType, null, null, mailServerLoader, identityServices, coreWrapper, restSecurityProvider,
195 MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper,
200 this.mailServerLoader = mailServerLoader;
414 mailServer = mailServerLoader.load(attr, realm);
194 IdentityResourceV1(String objectType, ServiceConfigManager mailmgr, ServiceConfig mailscm, MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, CoreWrapper coreWrapper, RestSecurityProvider restSecurityProvider, ConsoleConfigHandler configHandler, Set<UiRolePredicate> uiRolePredicates) argument

Completed in 70 milliseconds