| 
    gluu
    
   | 
 


非公開変数類 | |
| String | documentationUri = "https://www.gluu.org/docs/" | 
| PatchConfig | patch = new PatchConfig(true) | 
| BulkConfig | bulk = new BulkConfig(true, MAX_BULK_OPERATIONS, MAX_BULK_PAYLOAD_SIZE) | 
| FilterConfig | filter = new FilterConfig(true) | 
| ChangePasswordConfig | changePassword = new ChangePasswordConfig(true) | 
| SortConfig | sort = new SortConfig(true) | 
| ETagConfig | etag = new ETagConfig(false) | 
| Collection< AuthenticationScheme > | authenticationSchemes | 
This class represents a ServiceProviderConfig SCIM resource. It's key for the implementation of the /ServiceProviderConfig endpoint. For more about this resource type see RFC 7643, section 5 
      
  | 
  inlineinherited | 
Replaces the custom attributes belonging to the resource extension identified by the uri passed as parameter with the attribute/value pairs supplied in the Map. Developers are highly encouraged not to use this method but addCustomAttributes(CustomAttributes) instead which adds type-safety. 
Note that this method does not apply any sort of validation. Whether the uri and attributes are recognized or the values are consistent with data types registered in Gluu Server, is something that is performed only when the resource is passed in a service method invocation.
| uri | A string with URI that identifies an extension | 
| map | A Map holding attribute names (Strings) and values (Objects). | 
      
  | 
  inlineinherited | 
Adds the custom attributes contained in the CustomAttributes instance passed to this method. All previously added attributes are replaced if they are linked to the same uri that customAttributes parameter is associated to. 
Note that this method does not apply any sort of validation. Whether the uri and attributes are recognized or the values are consistent with data types registered in Gluu Server, is something that is performed only when the resource is passed in a service method invocation.
| customAttributes | An object that comprised of attribute/value pairs | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inlineinherited | 
Retrieves all custom attributes found in this resource object. The attributes are structured hierarchically in a Map where they can be looked up using the uri to which the attributes belong to. 
Developers are highly encouraged not to use this method but getCustomAttributes(String) instead which adds type-safety.
      
  | 
  inlineinherited | 
Retrieves the custom attributes found in this resource object associated to the uri supplied. 
| uri | A String value representing a URI | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inlineinherited | 
      
  | 
  inline | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inline | 
      
  | 
  inlineinherited | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inlineinherited | 
      
  | 
  inline | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inline | 
      
  | 
  inlineinherited | 
      
  | 
  inline | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
 1.8.13