gluu
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.gluu.oxtrust.model.scim2.provider.config.PatchConfig クラス
org.gluu.oxtrust.model.scim2.provider.config.PatchConfig 連携図
Collaboration graph

公開メンバ関数

 PatchConfig ()
 
 PatchConfig (boolean supported)
 
boolean isSupported ()
 
void setSupported (boolean supported)
 

非公開変数類

boolean supported
 

詳解

This class represents the patch complex attribute in the Service Provider Config (see section 5 of RFC 7643).

構築子と解体子

◆ PatchConfig() [1/2]

org.gluu.oxtrust.model.scim2.provider.config.PatchConfig.PatchConfig ( )
inline

Creates an instance of PatchConfig with all its fields unassigned.

28 {}

◆ PatchConfig() [2/2]

org.gluu.oxtrust.model.scim2.provider.config.PatchConfig.PatchConfig ( boolean  supported)
inline

Creates an instance of PatchConfig using the parameter values passed.

引数
supportedSpecifies whether the PATCH operation is supported.
35  {
36  this.supported = supported;
37  }
boolean supported
Definition: PatchConfig.java:23

関数詳解

◆ isSupported()

boolean org.gluu.oxtrust.model.scim2.provider.config.PatchConfig.isSupported ( )
inline

Indicates whether the PATCH operation is supported.

戻り値
A boolean value
44  {
45  return supported;
46  }
boolean supported
Definition: PatchConfig.java:23

◆ setSupported()

void org.gluu.oxtrust.model.scim2.provider.config.PatchConfig.setSupported ( boolean  supported)
inline
48  {
49  this.supported = supported;
50  }
boolean supported
Definition: PatchConfig.java:23

メンバ詳解

◆ supported

boolean org.gluu.oxtrust.model.scim2.provider.config.PatchConfig.supported
private

このクラス詳解は次のファイルから抽出されました: