Searched defs:unsupportedFilterOperation (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaPolicyQueryFilterVisitor.java49 throw unsupportedFilterOperation("Boolean Literal");
57 throw unsupportedFilterOperation("Contains");
73 throw unsupportedFilterOperation("Extended match");
81 throw unsupportedFilterOperation("Greater than");
89 throw unsupportedFilterOperation("Greater than or equal");
97 throw unsupportedFilterOperation("Less than");
105 throw unsupportedFilterOperation("Less than or equal");
133 throw unsupportedFilterOperation("Presence");
141 throw unsupportedFilterOperation("Starts with");
144 private UnsupportedOperationException unsupportedFilterOperation(Strin method in class:UmaPolicyQueryFilterVisitor
[all...]
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/audit/
H A DUmaAuditQueryFilterVisitor.java72 throw unsupportedFilterOperation("Boolean Literal");
77 throw unsupportedFilterOperation("Extended match");
82 throw unsupportedFilterOperation("Greater than");
87 throw unsupportedFilterOperation("Greater than or equal");
92 throw unsupportedFilterOperation("Less than");
97 throw unsupportedFilterOperation("Less than or equal");
102 throw unsupportedFilterOperation("Not");
107 throw unsupportedFilterOperation("Or");
112 throw unsupportedFilterOperation("Present");
115 private UnsupportedOperationException unsupportedFilterOperation(Strin method in class:UmaAuditQueryFilterVisitor
[all...]
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaPolicyQueryFilterVisitor.java49 throw unsupportedFilterOperation("Boolean Literal");
57 throw unsupportedFilterOperation("Contains");
73 throw unsupportedFilterOperation("Extended match");
81 throw unsupportedFilterOperation("Greater than");
89 throw unsupportedFilterOperation("Greater than or equal");
97 throw unsupportedFilterOperation("Less than");
105 throw unsupportedFilterOperation("Less than or equal");
133 throw unsupportedFilterOperation("Presence");
141 throw unsupportedFilterOperation("Starts with");
144 private UnsupportedOperationException unsupportedFilterOperation(Strin method in class:UmaPolicyQueryFilterVisitor
[all...]
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/audit/
H A DUmaAuditQueryFilterVisitor.java75 throw unsupportedFilterOperation("Boolean Literal");
80 throw unsupportedFilterOperation("Extended match");
85 throw unsupportedFilterOperation("Greater than");
90 throw unsupportedFilterOperation("Greater than or equal");
95 throw unsupportedFilterOperation("Less than");
100 throw unsupportedFilterOperation("Less than or equal");
105 throw unsupportedFilterOperation("Not");
110 throw unsupportedFilterOperation("Or");
115 throw unsupportedFilterOperation("Present");
118 private UnsupportedOperationException unsupportedFilterOperation(Strin method in class:UmaAuditQueryFilterVisitor
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/query/
H A DQueryFilterVisitorAdapter.java72 throw unsupportedFilterOperation("false");
85 throw unsupportedFilterOperation("Contains");
94 throw unsupportedFilterOperation("Equals");
103 throw unsupportedFilterOperation("Extended match");
112 throw unsupportedFilterOperation("Greater than");
121 throw unsupportedFilterOperation("Greater than or equal");
130 throw unsupportedFilterOperation("Less than");
139 throw unsupportedFilterOperation("Less than or equal");
147 throw unsupportedFilterOperation("Negation");
155 throw unsupportedFilterOperation("O
202 protected UnsupportedOperationException unsupportedFilterOperation(String filterType) { method in class:QueryFilterVisitorAdapter
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/query/
H A DQueryFilterVisitorAdapter.java72 throw unsupportedFilterOperation("false");
85 throw unsupportedFilterOperation("Contains");
94 throw unsupportedFilterOperation("Equals");
103 throw unsupportedFilterOperation("Extended match");
112 throw unsupportedFilterOperation("Greater than");
121 throw unsupportedFilterOperation("Greater than or equal");
130 throw unsupportedFilterOperation("Less than");
139 throw unsupportedFilterOperation("Less than or equal");
147 throw unsupportedFilterOperation("Negation");
155 throw unsupportedFilterOperation("O
202 protected UnsupportedOperationException unsupportedFilterOperation(String filterType) { method in class:QueryFilterVisitorAdapter
[all...]
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DResourceSetResource.java452 throw unsupportedFilterOperation("Boolean Literal");
458 throw unsupportedFilterOperation("Extended match");
464 throw unsupportedFilterOperation("Greater than");
470 throw unsupportedFilterOperation("Greater than or equal");
476 throw unsupportedFilterOperation("Less than");
482 throw unsupportedFilterOperation("Less than or equal");
493 throw unsupportedFilterOperation("And");
498 throw unsupportedFilterOperation("Boolean");
503 throw unsupportedFilterOperation("Contains");
513 throw unsupportedFilterOperation("Extende
564 private UnsupportedOperationException unsupportedFilterOperation(String filterType) { method in class:ResourceSetResource.ResourceSetQueryFilter
[all...]
H A DUmaPolicyServiceImpl.java792 throw unsupportedFilterOperation("Boolean Literal, false,");
799 throw unsupportedFilterOperation("Extended match");
806 throw unsupportedFilterOperation("Greater than");
813 throw unsupportedFilterOperation("Greater than or equal");
820 throw unsupportedFilterOperation("Less than");
826 throw unsupportedFilterOperation("Less than or equal");
833 throw unsupportedFilterOperation("Not");
858 throw unsupportedFilterOperation("Present");
861 private UnsupportedOperationException unsupportedFilterOperation(String filterType) { method in class:UmaPolicyServiceImpl.AggregateUmaPolicyQueryFilter
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DResourceSetResource.java397 throw unsupportedFilterOperation("Boolean Literal");
403 throw unsupportedFilterOperation("Extended match");
409 throw unsupportedFilterOperation("Greater than");
415 throw unsupportedFilterOperation("Greater than or equal");
421 throw unsupportedFilterOperation("Less than");
427 throw unsupportedFilterOperation("Less than or equal");
438 throw unsupportedFilterOperation("And");
443 throw unsupportedFilterOperation("Boolean");
448 throw unsupportedFilterOperation("Contains");
458 throw unsupportedFilterOperation("Extende
509 private UnsupportedOperationException unsupportedFilterOperation(String filterType) { method in class:ResourceSetResource.ResourceSetQueryFilter
[all...]
H A DUmaPolicyServiceImpl.java792 throw unsupportedFilterOperation("Boolean Literal, false,");
799 throw unsupportedFilterOperation("Extended match");
806 throw unsupportedFilterOperation("Greater than");
813 throw unsupportedFilterOperation("Greater than or equal");
820 throw unsupportedFilterOperation("Less than");
826 throw unsupportedFilterOperation("Less than or equal");
833 throw unsupportedFilterOperation("Not");
858 throw unsupportedFilterOperation("Present");
861 private UnsupportedOperationException unsupportedFilterOperation(String filterType) { method in class:UmaPolicyServiceImpl.AggregateUmaPolicyQueryFilter

Completed in 66 milliseconds