Annotation Type FreelyAccessible


@Retention(RUNTIME) @Target(METHOD) public @interface FreelyAccessible
An annotation aimed at being used for service operations that do not require an Authorization header to be included. Examples of this are ClientSideService.getResourceTypes() or ClientSideService.getSchemas().

See the implementation of method AbstractScimClient.invoke(Object, Method, Object[])