gluu
公開メンバ関数 | 非公開変数類 | 静的非公開変数類 | 全メンバ一覧
org.gluu.oxtrust.model.OxAuthSectorIdentifier クラス
org.gluu.oxtrust.model.OxAuthSectorIdentifier の継承関係図
Inheritance graph
org.gluu.oxtrust.model.OxAuthSectorIdentifier 連携図
Collaboration graph

公開メンバ関数

boolean isSelected ()
 
void setSelected (boolean selected)
 
String getId ()
 
void setId (String id)
 
List< String > getRedirectUris ()
 
void setRedirectUris (List< String > redirectUris)
 
List< String > getClientIds ()
 
void setClientIds (List< String > clientIds)
 
String toString ()
 

非公開変数類

transient boolean selected
 
String id
 
List< String > redirectUris
 
List< String > clientIds
 

静的非公開変数類

static final long serialVersionUID = -2812480357430436514L
 

詳解

Sector Identifier

著者
Javier Rojas Blum
バージョン
January 15, 2016

関数詳解

◆ getClientIds()

List<String> org.gluu.oxtrust.model.OxAuthSectorIdentifier.getClientIds ( )
inline
58  {
59  return clientIds;
60  }
List< String > clientIds
Definition: OxAuthSectorIdentifier.java:32

◆ getId()

String org.gluu.oxtrust.model.OxAuthSectorIdentifier.getId ( )
inline
42  {
43  return id;
44  }
String id
Definition: OxAuthSectorIdentifier.java:26

◆ getRedirectUris()

List<String> org.gluu.oxtrust.model.OxAuthSectorIdentifier.getRedirectUris ( )
inline
50  {
51  return redirectUris;
52  }
List< String > redirectUris
Definition: OxAuthSectorIdentifier.java:29

◆ isSelected()

boolean org.gluu.oxtrust.model.OxAuthSectorIdentifier.isSelected ( )
inline
34  {
35  return selected;
36  }
transient boolean selected
Definition: OxAuthSectorIdentifier.java:23

◆ setClientIds()

void org.gluu.oxtrust.model.OxAuthSectorIdentifier.setClientIds ( List< String >  clientIds)
inline
62  {
63  this.clientIds = clientIds;
64  }
List< String > clientIds
Definition: OxAuthSectorIdentifier.java:32

◆ setId()

void org.gluu.oxtrust.model.OxAuthSectorIdentifier.setId ( String  id)
inline
46  {
47  this.id = id;
48  }
String id
Definition: OxAuthSectorIdentifier.java:26

◆ setRedirectUris()

void org.gluu.oxtrust.model.OxAuthSectorIdentifier.setRedirectUris ( List< String >  redirectUris)
inline
54  {
56  }
List< String > redirectUris
Definition: OxAuthSectorIdentifier.java:29

◆ setSelected()

void org.gluu.oxtrust.model.OxAuthSectorIdentifier.setSelected ( boolean  selected)
inline
38  {
39  this.selected = selected;
40  }
transient boolean selected
Definition: OxAuthSectorIdentifier.java:23

◆ toString()

String org.gluu.oxtrust.model.OxAuthSectorIdentifier.toString ( )
inline
67  {
68  return String
69  .format("OxAuthSectorIdentifier [id=%s, toString()=%s]",
70  id, super.toString());
71  }

メンバ詳解

◆ clientIds

List<String> org.gluu.oxtrust.model.OxAuthSectorIdentifier.clientIds
private

◆ id

String org.gluu.oxtrust.model.OxAuthSectorIdentifier.id
private

◆ redirectUris

List<String> org.gluu.oxtrust.model.OxAuthSectorIdentifier.redirectUris
private

◆ selected

transient boolean org.gluu.oxtrust.model.OxAuthSectorIdentifier.selected
private

◆ serialVersionUID

final long org.gluu.oxtrust.model.OxAuthSectorIdentifier.serialVersionUID = -2812480357430436514L
staticprivate

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