Searched refs:IdentityResourceV2 (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DCoreRestIdentityGuiceModule.java67 public IdentityResourceV2 getUsersResourceV2(MailServerLoader mailServerLoader,
70 return new IdentityResourceV2(IdentityResourceV2.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
82 return new IdentityResourceV3(IdentityResourceV2.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
101 public IdentityResourceV2 getGroupsResourceV2(MailServerLoader mailServerLoader,
104 return new IdentityResourceV2(IdentityResourceV2.GROUP_TYPE, mailServerLoader, identityServices, coreWrapper,
115 return new IdentityResourceV3(IdentityResourceV2.GROUP_TYPE, mailServerLoader, identityServices,
134 public IdentityResourceV2 getAgentsResourceV2(MailServerLoader mailServerLoader,
137 return new IdentityResourceV2(IdentityResourceV
[all...]
H A DCoreRestRouteProvider.java87 .toCollection(Key.get(IdentityResourceV2.class, Names.named("UsersResource")))
96 .toCollection(Key.get(IdentityResourceV2.class, Names.named("GroupsResource")))
105 .toCollection(Key.get(IdentityResourceV2.class, Names.named("AgentsResource")))
H A DIdentityResourceV3.java83 private final IdentityResourceV2 identityResourceV2;
110 this.identityResourceV2 = new IdentityResourceV2(objectType, mailServerLoader, identityServices, coreWrapper,
H A DIdentityResourceV2.java129 public final class IdentityResourceV2 implements CollectionResourceProvider, ServiceListener { class in inherits:CollectionResourceProvider,ServiceListener
175 public IdentityResourceV2(String userType, MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, method in class:IdentityResourceV2
200 IdentityResourceV2(String userType, ServiceConfigManager mailmgr, ServiceConfig mailscm, method in class:IdentityResourceV2
605 * {@link IdentityResourceV2#generateToken(String, String, Long, String)}.
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DCoreRestGuiceModule.java202 public IdentityResourceV2 getUsersResourceV2(MailServerLoader mailServerLoader,
205 return new IdentityResourceV2(IdentityResourceV2.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
217 return new IdentityResourceV3(IdentityResourceV2.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
236 public IdentityResourceV2 getGroupsResourceV2(MailServerLoader mailServerLoader,
239 return new IdentityResourceV2(IdentityResourceV2.GROUP_TYPE, mailServerLoader, identityServices, coreWrapper,
250 return new IdentityResourceV3(IdentityResourceV2.GROUP_TYPE, mailServerLoader, identityServices,
269 public IdentityResourceV2 getAgentsResourceV2(MailServerLoader mailServerLoader,
272 return new IdentityResourceV2(IdentityResourceV
[all...]
H A DCoreRestRouteProvider.java80 .toCollection(Key.get(IdentityResourceV2.class, Names.named("UsersResource")))
89 .toCollection(Key.get(IdentityResourceV2.class, Names.named("GroupsResource")))
98 .toCollection(Key.get(IdentityResourceV2.class, Names.named("AgentsResource")))
H A DIdentityResourceV3.java83 private final IdentityResourceV2 identityResourceV2;
110 this.identityResourceV2 = new IdentityResourceV2(objectType, mailServerLoader, identityServices, coreWrapper,
H A DIdentityResourceV2.java121 public final class IdentityResourceV2 implements CollectionResourceProvider { class in inherits:CollectionResourceProvider
169 public IdentityResourceV2(String userType, MailServerLoader mailServerLoader, IdentityServicesImpl identityServices, method in class:IdentityResourceV2
194 IdentityResourceV2(String userType, ServiceConfigManager mailmgr, ServiceConfig mailscm, method in class:IdentityResourceV2
614 * {@link IdentityResourceV2#generateToken(String, String, Long, String)}.

Completed in 53 milliseconds