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

公開メンバ関数

void setReleasedCustomAttributes (List< GluuCustomAttribute > releasedAttributes)
 
List< GluuCustomAttributegetReleasedCustomAttributes ()
 
void setEntityId (String entityId)
 
String getEntityId ()
 
void setName (String name)
 
String getName ()
 

非公開変数類

List< GluuCustomAttributereleasedAttributes = new ArrayList<GluuCustomAttribute>()
 
String entityId
 
String name
 

詳解

関数詳解

◆ getEntityId()

String org.gluu.oxtrust.model.DeconstructedTrustRelationship.getEntityId ( )
inline
33  {
34  return entityId;
35  }
String entityId
Definition: DeconstructedTrustRelationship.java:18

◆ getName()

String org.gluu.oxtrust.model.DeconstructedTrustRelationship.getName ( )
inline
41  {
42  return name;
43  }
String name
Definition: DeconstructedTrustRelationship.java:19

◆ getReleasedCustomAttributes()

List<GluuCustomAttribute> org.gluu.oxtrust.model.DeconstructedTrustRelationship.getReleasedCustomAttributes ( )
inline
25  {
26  return releasedAttributes;
27  }
List< GluuCustomAttribute > releasedAttributes
Definition: DeconstructedTrustRelationship.java:17

◆ setEntityId()

void org.gluu.oxtrust.model.DeconstructedTrustRelationship.setEntityId ( String  entityId)
inline
29  {
30  this.entityId = entityId;
31  }
String entityId
Definition: DeconstructedTrustRelationship.java:18

◆ setName()

void org.gluu.oxtrust.model.DeconstructedTrustRelationship.setName ( String  name)
inline
37  {
38  this.name = name;
39  }
String name
Definition: DeconstructedTrustRelationship.java:19

◆ setReleasedCustomAttributes()

void org.gluu.oxtrust.model.DeconstructedTrustRelationship.setReleasedCustomAttributes ( List< GluuCustomAttribute releasedAttributes)
inline
21  {
23  }
List< GluuCustomAttribute > releasedAttributes
Definition: DeconstructedTrustRelationship.java:17

メンバ詳解

◆ entityId

String org.gluu.oxtrust.model.DeconstructedTrustRelationship.entityId
private

◆ name

String org.gluu.oxtrust.model.DeconstructedTrustRelationship.name
private

◆ releasedAttributes

List<GluuCustomAttribute> org.gluu.oxtrust.model.DeconstructedTrustRelationship.releasedAttributes = new ArrayList<GluuCustomAttribute>()
private

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