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

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DCoreRestIdentityGuiceModule.java59 return new IdentityResourceV1(IdentityResourceV1.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
70 return new IdentityResourceV2(IdentityResourceV2.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
82 return new IdentityResourceV3(IdentityResourceV2.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
H A DIdentityResourceV3.java264 if (!objectType.equals(IdentityRestUtils.USER_TYPE)) {
304 + IdentityRestUtils.USER_TYPE
317 + IdentityRestUtils.USER_TYPE
H A DIdentityRestUtils.java58 public static final String USER_TYPE = "user"; field in class:IdentityRestUtils
168 if (!context.containsContext(SelfServiceContext.class) || !objectType.equals(USER_TYPE)) {
H A DIdentityResourceV1.java125 public static final String USER_TYPE = "user"; field in class:IdentityResourceV1
1264 dtls.setType(USER_TYPE);
1438 if (USER_TYPE.equals(objectType)) {
H A DIdentityResourceV2.java139 public static final String USER_TYPE = "user"; field in class:IdentityResourceV2
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV3.java269 if (!objectType.equals(IdentityRestUtils.USER_TYPE)) {
309 + IdentityRestUtils.USER_TYPE
322 + IdentityRestUtils.USER_TYPE
H A DIdentityRestUtils.java57 public static final String USER_TYPE = "user"; field in class:IdentityRestUtils
167 if (!context.containsContext(SelfServiceContext.class) || !objectType.equals(USER_TYPE)) {
H A DCoreRestGuiceModule.java194 return new IdentityResourceV1(IdentityResourceV1.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
205 return new IdentityResourceV2(IdentityResourceV2.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
217 return new IdentityResourceV3(IdentityResourceV2.USER_TYPE, mailServerLoader, identityServices, coreWrapper,
H A DIdentityResourceV1.java131 public static final String USER_TYPE = "user"; field in class:IdentityResourceV1
H A DIdentityResourceV2.java128 public static final String USER_TYPE = "user"; field in class:IdentityResourceV2

Completed in 40 milliseconds