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

公開メンバ関数

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

非公開変数類

String id
 
List< String > redirectUris
 
List< String > clientIds
 

静的非公開変数類

static final long serialVersionUID = -2812480357430436514L
 

詳解

著者
Javier Rojas Blum
バージョン
March 20, 2018

関数詳解

◆ getClientIds()

List<String> org.xdi.oxauth.model.ldap.SectorIdentifier.getClientIds ( )
inline
46  {
47  return clientIds;
48  }
List< String > clientIds
Definition: SectorIdentifier.java:28

◆ getId()

String org.xdi.oxauth.model.ldap.SectorIdentifier.getId ( )
inline
30  {
31  return id;
32  }
String id
Definition: SectorIdentifier.java:22

◆ getRedirectUris()

List<String> org.xdi.oxauth.model.ldap.SectorIdentifier.getRedirectUris ( )
inline
38  {
39  return redirectUris;
40  }
List< String > redirectUris
Definition: SectorIdentifier.java:25

◆ setClientIds()

void org.xdi.oxauth.model.ldap.SectorIdentifier.setClientIds ( List< String >  clientIds)
inline
50  {
51  this.clientIds = clientIds;
52  }
List< String > clientIds
Definition: SectorIdentifier.java:28

◆ setId()

void org.xdi.oxauth.model.ldap.SectorIdentifier.setId ( String  id)
inline
34  {
35  this.id = id;
36  }
String id
Definition: SectorIdentifier.java:22

◆ setRedirectUris()

void org.xdi.oxauth.model.ldap.SectorIdentifier.setRedirectUris ( List< String >  redirectUris)
inline
42  {
44  }
List< String > redirectUris
Definition: SectorIdentifier.java:25

◆ toString()

String org.xdi.oxauth.model.ldap.SectorIdentifier.toString ( )
inline
55  {
56  return String
57  .format("OxAuthSectorIdentifier [id=%s, toString()=%s]",
58  id, super.toString());
59  }

メンバ詳解

◆ clientIds

List<String> org.xdi.oxauth.model.ldap.SectorIdentifier.clientIds
private

◆ id

String org.xdi.oxauth.model.ldap.SectorIdentifier.id
private

◆ redirectUris

List<String> org.xdi.oxauth.model.ldap.SectorIdentifier.redirectUris
private

◆ serialVersionUID

final long org.xdi.oxauth.model.ldap.SectorIdentifier.serialVersionUID = -2812480357430436514L
staticprivate

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