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

公開メンバ関数

String getId ()
 
void setId (String id)
 
String getAlias ()
 
void setAlias (String alias)
 
String getDescription ()
 
void setDescription (String description)
 
String getProviderId ()
 
void setProviderId (String providerId)
 
boolean isTopLevel ()
 
void setTopLevel (boolean topLevel)
 
boolean isBuiltIn ()
 
void setBuiltIn (boolean builtIn)
 
List< AuthenticationExecutionExportRepresentationgetAuthenticationExecutions ()
 
void setAuthenticationExecutions (List< AuthenticationExecutionExportRepresentation > authenticationExecutions)
 

限定公開変数類

List< AuthenticationExecutionExportRepresentationauthenticationExecutions
 

非公開変数類

String id
 
String alias
 
String description
 
String providerId
 
boolean topLevel
 
boolean builtIn
 

詳解

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ getAlias()

String org.keycloak.representations.idm.AuthenticationFlowRepresentation.getAlias ( )
inline
45  {
46  return alias;
47  }
String alias
Definition: AuthenticationFlowRepresentation.java:30

◆ getAuthenticationExecutions()

List<AuthenticationExecutionExportRepresentation> org.keycloak.representations.idm.AuthenticationFlowRepresentation.getAuthenticationExecutions ( )
inline
85  {
87  }
List< AuthenticationExecutionExportRepresentation > authenticationExecutions
Definition: AuthenticationFlowRepresentation.java:35

◆ getDescription()

String org.keycloak.representations.idm.AuthenticationFlowRepresentation.getDescription ( )
inline
53  {
54  return description;
55  }
String description
Definition: AuthenticationFlowRepresentation.java:31

◆ getId()

String org.keycloak.representations.idm.AuthenticationFlowRepresentation.getId ( )
inline
37  {
38  return id;
39  }
String id
Definition: AuthenticationFlowRepresentation.java:29

◆ getProviderId()

String org.keycloak.representations.idm.AuthenticationFlowRepresentation.getProviderId ( )
inline
61  {
62  return providerId;
63  }
String providerId
Definition: AuthenticationFlowRepresentation.java:32

◆ isBuiltIn()

boolean org.keycloak.representations.idm.AuthenticationFlowRepresentation.isBuiltIn ( )
inline
77  {
78  return builtIn;
79  }
boolean builtIn
Definition: AuthenticationFlowRepresentation.java:34

◆ isTopLevel()

boolean org.keycloak.representations.idm.AuthenticationFlowRepresentation.isTopLevel ( )
inline
69  {
70  return topLevel;
71  }
boolean topLevel
Definition: AuthenticationFlowRepresentation.java:33

◆ setAlias()

void org.keycloak.representations.idm.AuthenticationFlowRepresentation.setAlias ( String  alias)
inline
49  {
50  this.alias = alias;
51  }
String alias
Definition: AuthenticationFlowRepresentation.java:30

◆ setAuthenticationExecutions()

void org.keycloak.representations.idm.AuthenticationFlowRepresentation.setAuthenticationExecutions ( List< AuthenticationExecutionExportRepresentation authenticationExecutions)
inline
89  {
91  }
List< AuthenticationExecutionExportRepresentation > authenticationExecutions
Definition: AuthenticationFlowRepresentation.java:35

◆ setBuiltIn()

void org.keycloak.representations.idm.AuthenticationFlowRepresentation.setBuiltIn ( boolean  builtIn)
inline
81  {
82  this.builtIn = builtIn;
83  }
boolean builtIn
Definition: AuthenticationFlowRepresentation.java:34

◆ setDescription()

void org.keycloak.representations.idm.AuthenticationFlowRepresentation.setDescription ( String  description)
inline
57  {
58  this.description = description;
59  }
String description
Definition: AuthenticationFlowRepresentation.java:31

◆ setId()

void org.keycloak.representations.idm.AuthenticationFlowRepresentation.setId ( String  id)
inline
41  {
42  this.id = id;
43  }
String id
Definition: AuthenticationFlowRepresentation.java:29

◆ setProviderId()

void org.keycloak.representations.idm.AuthenticationFlowRepresentation.setProviderId ( String  providerId)
inline
65  {
66  this.providerId = providerId;
67  }
String providerId
Definition: AuthenticationFlowRepresentation.java:32

◆ setTopLevel()

void org.keycloak.representations.idm.AuthenticationFlowRepresentation.setTopLevel ( boolean  topLevel)
inline
73  {
74  this.topLevel = topLevel;
75  }
boolean topLevel
Definition: AuthenticationFlowRepresentation.java:33

メンバ詳解

◆ alias

String org.keycloak.representations.idm.AuthenticationFlowRepresentation.alias
private

◆ authenticationExecutions

List<AuthenticationExecutionExportRepresentation> org.keycloak.representations.idm.AuthenticationFlowRepresentation.authenticationExecutions
protected

◆ builtIn

boolean org.keycloak.representations.idm.AuthenticationFlowRepresentation.builtIn
private

◆ description

String org.keycloak.representations.idm.AuthenticationFlowRepresentation.description
private

◆ id

String org.keycloak.representations.idm.AuthenticationFlowRepresentation.id
private

◆ providerId

String org.keycloak.representations.idm.AuthenticationFlowRepresentation.providerId
private

◆ topLevel

boolean org.keycloak.representations.idm.AuthenticationFlowRepresentation.topLevel
private

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