Uses of Annotation Type
gluu.scim2.client.rest.FreelyAccessible

Packages that use FreelyAccessible
Package
Description
 
  • Uses of FreelyAccessible in gluu.scim2.client.rest

    Methods in gluu.scim2.client.rest with annotations of type FreelyAccessible
    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
    ClientSideService.getResourceTypes()
    Performs a GET to the /ResourceTypes endpoint that allows to discover the types of resources available on the target service provider.
    jakarta.ws.rs.core.Response
    ClientSideService.getSchemas()
    Performs a GET to the /Schemas endpoint that allows to retrieve information about resource schemas supported by the service provider.
    jakarta.ws.rs.core.Response
    ClientSideService.getServiceProviderConfig()
    Performs a GET to the /ServiceProviderConfig endpoint that returns a JSON structure that describes the SCIM specification features available on the target service implementation.