keycloak-service
公開メンバ関数 | 限定公開変数類 | 非公開変数類 | 全メンバ一覧
org.keycloak.protocol.openshift.OpenShiftTokenReviewResponseRepresentation.Status クラス
org.keycloak.protocol.openshift.OpenShiftTokenReviewResponseRepresentation.Status の継承関係図
Inheritance graph
org.keycloak.protocol.openshift.OpenShiftTokenReviewResponseRepresentation.Status 連携図
Collaboration graph

公開メンバ関数

boolean isAuthenticated ()
 
void setAuthenticated (boolean authenticated)
 
User getUser ()
 
void setUser (User user)
 

限定公開変数類

User user
 

非公開変数類

boolean authenticated
 

詳解

関数詳解

◆ getUser()

User org.keycloak.protocol.openshift.OpenShiftTokenReviewResponseRepresentation.Status.getUser ( )
inline
82  {
83  return user;
84  }
User user
Definition: OpenShiftTokenReviewResponseRepresentation.java:72

◆ isAuthenticated()

boolean org.keycloak.protocol.openshift.OpenShiftTokenReviewResponseRepresentation.Status.isAuthenticated ( )
inline
74  {
75  return authenticated;
76  }
boolean authenticated
Definition: OpenShiftTokenReviewResponseRepresentation.java:69

◆ setAuthenticated()

void org.keycloak.protocol.openshift.OpenShiftTokenReviewResponseRepresentation.Status.setAuthenticated ( boolean  authenticated)
inline
78  {
80  }
boolean authenticated
Definition: OpenShiftTokenReviewResponseRepresentation.java:69

◆ setUser()

void org.keycloak.protocol.openshift.OpenShiftTokenReviewResponseRepresentation.Status.setUser ( User  user)
inline
86  {
87  this.user = user;
88  }
User user
Definition: OpenShiftTokenReviewResponseRepresentation.java:72

メンバ詳解

◆ authenticated

boolean org.keycloak.protocol.openshift.OpenShiftTokenReviewResponseRepresentation.Status.authenticated
private

◆ user

User org.keycloak.protocol.openshift.OpenShiftTokenReviewResponseRepresentation.Status.user
protected

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