gluu
公開メンバ関数 | 公開変数類 | 非公開変数類 | 全メンバ一覧
列挙 org.gluu.oxtrust.model.scim2.AttributeDefinition.Returned 詳解
org.gluu.oxtrust.model.scim2.AttributeDefinition.Returned 連携図
Collaboration graph

公開メンバ関数

 Returned (final String name)
 
String getName ()
 

公開変数類

 ALWAYS =("always")
 
 NEVER =("never")
 
 DEFAULT =("default")
 
 REQUEST =("request")
 

非公開変数類

String name
 

詳解

This enum is used to describe when/if an attribute should be returned in response to SCIM method invocations.

構築子と解体子

◆ Returned()

org.gluu.oxtrust.model.scim2.AttributeDefinition.Returned.Returned ( final String  name)
inline

Returned enum private constructor.

引数
namethe name of the return constraint.
130  {
131  this.name = name;
132  }
String name
Definition: AttributeDefinition.java:124

関数詳解

◆ getName()

String org.gluu.oxtrust.model.scim2.AttributeDefinition.Returned.getName ( )
inline

Returns the keyword for the returned characteristic as in section 7 of RFC7643.

戻り値
A string value
139  {
140  return name;
141  }
String name
Definition: AttributeDefinition.java:124

メンバ詳解

◆ ALWAYS

org.gluu.oxtrust.model.scim2.AttributeDefinition.Returned.ALWAYS =("always")

Indicates that the attribute is always returned.

◆ DEFAULT

org.gluu.oxtrust.model.scim2.AttributeDefinition.Returned.DEFAULT =("default")

Indicates that the attribute is returned by default.

◆ name

String org.gluu.oxtrust.model.scim2.AttributeDefinition.Returned.name
private

The SCIM name for this enum.

◆ NEVER

org.gluu.oxtrust.model.scim2.AttributeDefinition.Returned.NEVER =("never")

Indicates that the attribute is never returned.

◆ REQUEST

org.gluu.oxtrust.model.scim2.AttributeDefinition.Returned.REQUEST =("request")

Indicates that the attribute is only returned if requested.


次のファイルからこの列挙についての詳解を抽出しました: