Class ReferenceURIInterceptor
- java.lang.Object
-
- io.jans.scim.service.scim2.interceptor.ReferenceURIInterceptor
-
@Interceptor @Priority(2000) public class ReferenceURIInterceptor extends Object
This class checks if filter, attributes or excludedAttributes query param contains resource references ($ref) and if so drops the dollar sign of occurrences. This is required for introspection utilities to make their work more accurately.
-
-
Constructor Summary
Constructors Constructor Description ReferenceURIInterceptor()
-