keycloak
公開メンバ関数 | 限定公開変数類 | 非公開変数類 | 全メンバ一覧
org.keycloak.representations.idm.UserConsentRepresentation クラス
org.keycloak.representations.idm.UserConsentRepresentation 連携図
Collaboration graph

公開メンバ関数

String getClientId ()
 
void setClientId (String clientId)
 
List< String > getGrantedClientScopes ()
 
void setGrantedClientScopes (List< String > grantedClientScopes)
 
void setCreatedDate (Long createdDate)
 
Long getCreatedDate ()
 
void setLastUpdatedDate (Long lastUpdatedDate)
 
Long getLastUpdatedDate ()
 
List< String > getGrantedRealmRoles ()
 

限定公開変数類

String clientId
 
List< String > grantedClientScopes
 
List< String > grantedRealmRoles
 

非公開変数類

Long createdDate
 
Long lastUpdatedDate
 

詳解

著者
Marek Posolda

関数詳解

◆ getClientId()

String org.keycloak.representations.idm.UserConsentRepresentation.getClientId ( )
inline
42  {
43  return clientId;
44  }
String clientId
Definition: UserConsentRepresentation.java:31

◆ getCreatedDate()

Long org.keycloak.representations.idm.UserConsentRepresentation.getCreatedDate ( )
inline
62  {
63  return createdDate;
64  }
Long createdDate
Definition: UserConsentRepresentation.java:35

◆ getGrantedClientScopes()

List<String> org.keycloak.representations.idm.UserConsentRepresentation.getGrantedClientScopes ( )
inline
50  {
51  return grantedClientScopes;
52  }
List< String > grantedClientScopes
Definition: UserConsentRepresentation.java:33

◆ getGrantedRealmRoles()

List<String> org.keycloak.representations.idm.UserConsentRepresentation.getGrantedRealmRoles ( )
inline
75  {
76  return grantedRealmRoles;
77  }
List< String > grantedRealmRoles
Definition: UserConsentRepresentation.java:40

◆ getLastUpdatedDate()

Long org.keycloak.representations.idm.UserConsentRepresentation.getLastUpdatedDate ( )
inline
70  {
71  return lastUpdatedDate;
72  }
Long lastUpdatedDate
Definition: UserConsentRepresentation.java:37

◆ setClientId()

void org.keycloak.representations.idm.UserConsentRepresentation.setClientId ( String  clientId)
inline
46  {
47  this.clientId = clientId;
48  }
String clientId
Definition: UserConsentRepresentation.java:31

◆ setCreatedDate()

void org.keycloak.representations.idm.UserConsentRepresentation.setCreatedDate ( Long  createdDate)
inline
58  {
59  this.createdDate = createdDate;
60  }
Long createdDate
Definition: UserConsentRepresentation.java:35

◆ setGrantedClientScopes()

void org.keycloak.representations.idm.UserConsentRepresentation.setGrantedClientScopes ( List< String >  grantedClientScopes)
inline
54  {
56  }
List< String > grantedClientScopes
Definition: UserConsentRepresentation.java:33

◆ setLastUpdatedDate()

void org.keycloak.representations.idm.UserConsentRepresentation.setLastUpdatedDate ( Long  lastUpdatedDate)
inline
66  {
68  }
Long lastUpdatedDate
Definition: UserConsentRepresentation.java:37

メンバ詳解

◆ clientId

String org.keycloak.representations.idm.UserConsentRepresentation.clientId
protected

◆ createdDate

Long org.keycloak.representations.idm.UserConsentRepresentation.createdDate
private

◆ grantedClientScopes

List<String> org.keycloak.representations.idm.UserConsentRepresentation.grantedClientScopes
protected

◆ grantedRealmRoles

List<String> org.keycloak.representations.idm.UserConsentRepresentation.grantedRealmRoles
protected

◆ lastUpdatedDate

Long org.keycloak.representations.idm.UserConsentRepresentation.lastUpdatedDate
private

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