Package io.jans.scim2.client.rest
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 areClientSideService.getResourceTypes()
orClientSideService.getSchemas()
.See the implementation of method
AbstractScimClient.invoke(Object, Method, Object[])