Package gluu.scim2.client.rest
Annotation Type 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[])