Searched refs:MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoErrorCode.java38 public static final String MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED = "206"; field in class:IdRepoErrorCode
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoErrorCode.java38 public static final String MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED = "206"; field in class:IdRepoErrorCode
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java977 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args);
1065 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java978 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args);
1066 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args);
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java519 throw newIdRepoException(IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, CLASS_NAME);
1455 throw newIdRepoException(IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, CLASS_NAME);
1621 throw newIdRepoException(IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, CLASS_NAME);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java656 throw (new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args));
922 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DAgentsRepo.java594 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args);
803 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java658 throw (new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args));
924 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DAgentsRepo.java611 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args);
820 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java493 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args);
692 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java493 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args);
692 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, args);
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java528 throw newIdRepoException(IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, CLASS_NAME);
1466 throw newIdRepoException(IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, CLASS_NAME);
1632 throw newIdRepoException(IdRepoErrorCode.MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED, CLASS_NAME);

Completed in 118 milliseconds