lib/uaa/scim.rb in cf-uaa-lib-3.7.0 vs lib/uaa/scim.rb in cf-uaa-lib-3.8.0

- old
+ new

@@ -222,9 +222,17 @@ fake_client_id(info) if type == :client # hide client reply, not quite scim info end + # Get meta information about client + # @param client_id + # @return (client meta) + def get_client_meta(client_id) + path = type_info(:client, :path) + json_get(@target, "#{path}/#{URI.encode(client_id)}/meta", @key_style, headers) + end + # Collects all pages of entries from a query # @param type (see #query) # @param [Hash] query may contain the following keys: # * +attributes+: a comma or space separated list of attribute names to be # returned for each object that matches the filter. If no attribute