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

公開メンバ関数

boolean isUserSetupAllowed ()
 
void setUserSetupAllowed (boolean userSetupAllowed)
 
String getFlowAlias ()
 
void setFlowAlias (String flowId)
 
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 flowAlias
 
boolean userSetupAllowed
 

詳解

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ 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

◆ getFlowAlias()

String org.keycloak.representations.idm.AuthenticationExecutionExportRepresentation.getFlowAlias ( )
inline

If this execution is a flow, this is the flowId pointing to an AuthenticationFlowModel

戻り値
43  {
44  return flowAlias;
45  }
String flowAlias
Definition: AuthenticationExecutionExportRepresentation.java:26

◆ 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

◆ isUserSetupAllowed()

boolean org.keycloak.representations.idm.AuthenticationExecutionExportRepresentation.isUserSetupAllowed ( )
inline
30  {
31  return userSetupAllowed;
32  }
boolean userSetupAllowed
Definition: AuthenticationExecutionExportRepresentation.java:27

◆ 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

◆ setFlowAlias()

void org.keycloak.representations.idm.AuthenticationExecutionExportRepresentation.setFlowAlias ( String  flowId)
inline
47  {
48  this.flowAlias = flowId;
49  }
String flowAlias
Definition: AuthenticationExecutionExportRepresentation.java:26

◆ 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

◆ setUserSetupAllowed()

void org.keycloak.representations.idm.AuthenticationExecutionExportRepresentation.setUserSetupAllowed ( boolean  userSetupAllowed)
inline
34  {
36  }
boolean userSetupAllowed
Definition: AuthenticationExecutionExportRepresentation.java:27

メンバ詳解

◆ flowAlias

String org.keycloak.representations.idm.AuthenticationExecutionExportRepresentation.flowAlias
private

◆ userSetupAllowed

boolean org.keycloak.representations.idm.AuthenticationExecutionExportRepresentation.userSetupAllowed
private

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