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

公開メンバ関数

String getId ()
 
void setId (String id)
 
String getFlowId ()
 
void setFlowId (String flowId)
 
String getParentFlow ()
 
void setParentFlow (String parentFlow)
 
String getAuthenticatorConfig ()
 
void setAuthenticatorConfig (String authenticatorConfig)
 
String getAuthenticator ()
 
void setAuthenticator (String authenticator)
 
String getRequirement ()
 
void setRequirement (String requirement)
 
int getPriority ()
 
void setPriority (int priority)
 
boolean isAutheticatorFlow ()
 
void setAutheticatorFlow (boolean autheticatorFlow)
 

非公開変数類

String id
 
String flowId
 
String parentFlow
 

詳解

著者
Marko Strukelj

関数詳解

◆ getAuthenticator()

String org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation.getAuthenticator ( )
inlineinherited
41  {
42  return authenticator;
43  }
String authenticator
Definition: AbstractAuthenticationExecutionRepresentation.java:28

◆ getAuthenticatorConfig()

String org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation.getAuthenticatorConfig ( )
inlineinherited
33  {
34  return authenticatorConfig;
35  }
String authenticatorConfig
Definition: AbstractAuthenticationExecutionRepresentation.java:27

◆ getFlowId()

String org.keycloak.representations.idm.AuthenticationExecutionRepresentation.getFlowId ( )
inline
37  {
38  return flowId;
39  }
String flowId
Definition: AuthenticationExecutionRepresentation.java:26

◆ getId()

String org.keycloak.representations.idm.AuthenticationExecutionRepresentation.getId ( )
inline
29  {
30  return id;
31  }
String id
Definition: AuthenticationExecutionRepresentation.java:25

◆ getParentFlow()

String org.keycloak.representations.idm.AuthenticationExecutionRepresentation.getParentFlow ( )
inline
45  {
46  return parentFlow;
47  }
String parentFlow
Definition: AuthenticationExecutionRepresentation.java:27

◆ getPriority()

int org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation.getPriority ( )
inlineinherited
57  {
58  return priority;
59  }
int priority
Definition: AbstractAuthenticationExecutionRepresentation.java:31

◆ getRequirement()

String org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation.getRequirement ( )
inlineinherited
49  {
50  return requirement;
51  }
String requirement
Definition: AbstractAuthenticationExecutionRepresentation.java:30

◆ isAutheticatorFlow()

boolean org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation.isAutheticatorFlow ( )
inlineinherited

Is the referenced authenticator a flow?

戻り値
70  {
71  return authenticatorFlow;
72  }
boolean authenticatorFlow
Definition: AbstractAuthenticationExecutionRepresentation.java:29

◆ setAuthenticator()

void org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation.setAuthenticator ( String  authenticator)
inlineinherited
45  {
47  }
String authenticator
Definition: AbstractAuthenticationExecutionRepresentation.java:28

◆ setAuthenticatorConfig()

void org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation.setAuthenticatorConfig ( String  authenticatorConfig)
inlineinherited
37  {
39  }
String authenticatorConfig
Definition: AbstractAuthenticationExecutionRepresentation.java:27

◆ setAutheticatorFlow()

void org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation.setAutheticatorFlow ( boolean  autheticatorFlow)
inlineinherited
74  {
75  this.authenticatorFlow = autheticatorFlow;
76  }
boolean authenticatorFlow
Definition: AbstractAuthenticationExecutionRepresentation.java:29

◆ setFlowId()

void org.keycloak.representations.idm.AuthenticationExecutionRepresentation.setFlowId ( String  flowId)
inline
41  {
42  this.flowId = flowId;
43  }
String flowId
Definition: AuthenticationExecutionRepresentation.java:26

◆ setId()

void org.keycloak.representations.idm.AuthenticationExecutionRepresentation.setId ( String  id)
inline
33  {
34  this.id = id;
35  }
String id
Definition: AuthenticationExecutionRepresentation.java:25

◆ setParentFlow()

void org.keycloak.representations.idm.AuthenticationExecutionRepresentation.setParentFlow ( String  parentFlow)
inline
49  {
50  this.parentFlow = parentFlow;
51  }
String parentFlow
Definition: AuthenticationExecutionRepresentation.java:27

◆ setPriority()

void org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation.setPriority ( int  priority)
inlineinherited
61  {
62  this.priority = priority;
63  }
int priority
Definition: AbstractAuthenticationExecutionRepresentation.java:31

◆ setRequirement()

void org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation.setRequirement ( String  requirement)
inlineinherited
53  {
54  this.requirement = requirement;
55  }
String requirement
Definition: AbstractAuthenticationExecutionRepresentation.java:30

メンバ詳解

◆ flowId

String org.keycloak.representations.idm.AuthenticationExecutionRepresentation.flowId
private

◆ id

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

◆ parentFlow

String org.keycloak.representations.idm.AuthenticationExecutionRepresentation.parentFlow
private

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