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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java143 if (!isOperationSupported(repo, objectIdType, IdOperation.CREATE)) {
165 if (!isOperationSupported(repo, IdType.ROLE, IdOperation.EDIT)) {
181 if (!isOperationSupported(repo, IdType.GROUP, IdOperation.EDIT)) {
201 && !isOperationSupported(repo, IdType.GROUP, IdOperation.EDIT)) {
205 !isOperationSupported(repo, IdType.ROLE, IdOperation.EDIT)) {
270 if (!isOperationSupported(repo, objectIdType, IdOperation.EDIT)) {
950 private boolean isOperationSupported(AMIdentityRepository repo, IdType idType, IdOperation operation) { method in class:IdentityServicesImpl
996 if (isOperationSupported(repo, type, IdOperation.READ)) {
1025 if (isOperationSupported(repo, idType, IdOperation.READ)) {
1087 if (isOperationSupported(rep
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java143 if (!isOperationSupported(repo, objectIdType, IdOperation.CREATE)) {
165 if (!isOperationSupported(repo, IdType.ROLE, IdOperation.EDIT)) {
181 if (!isOperationSupported(repo, IdType.GROUP, IdOperation.EDIT)) {
201 && !isOperationSupported(repo, IdType.GROUP, IdOperation.EDIT)) {
205 !isOperationSupported(repo, IdType.ROLE, IdOperation.EDIT)) {
273 if (!isOperationSupported(repo, objectIdType, IdOperation.EDIT)) {
953 private boolean isOperationSupported(AMIdentityRepository repo, IdType idType, IdOperation operation) { method in class:IdentityServicesImpl
999 if (isOperationSupported(repo, type, IdOperation.READ)) {
1088 if (isOperationSupported(repo, amIdentity.getType(), IdOperation.EDIT)) {
1101 if (isOperationSupported(rep
[all...]

Completed in 30 milliseconds