keycloak-service
公開メンバ関数 | 静的公開変数類 | 静的変数 | 全メンバ一覧
org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory クラス
org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory の継承関係図
Inheritance graph
org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory 連携図
Collaboration graph

公開メンバ関数

Authenticator create (KeycloakSession session)
 
void init (Config.Scope config)
 
void postInit (KeycloakSessionFactory factory)
 
void close ()
 
String getId ()
 
String getReferenceCategory ()
 
boolean isConfigurable ()
 
AuthenticationExecutionModel.Requirement [] getRequirementChoices ()
 
String getDisplayType ()
 
String getHelpText ()
 
List< ProviderConfigProperty > getConfigProperties ()
 
boolean isUserSetupAllowed ()
 

静的公開変数類

static final String PROVIDER_ID = "idp-auto-link"
 
static final AuthenticationExecutionModel.Requirement [] REQUIREMENT_CHOICES
 

静的変数

static IdpAutoLinkAuthenticator SINGLETON = new IdpAutoLinkAuthenticator()
 

詳解

著者
Ryan Slominski

関数詳解

◆ close()

void org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory.close ( )
inline
52  {
53 
54  }

◆ create()

Authenticator org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory.create ( KeycloakSession  session)
inline
37  {
38  return SINGLETON;
39  }
static IdpAutoLinkAuthenticator SINGLETON
Definition: IdpAutoLinkAuthenticatorFactory.java:34

◆ getConfigProperties()

List<ProviderConfigProperty> org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory.getConfigProperties ( )
inline
92  {
93  return null;
94  }

◆ getDisplayType()

String org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory.getDisplayType ( )
inline
82  {
83  return "Automatically link brokered account";
84  }

◆ getHelpText()

String org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory.getHelpText ( )
inline
87  {
88  return "Automatically link brokered account without any verification";
89  }

◆ getId()

String org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory.getId ( )
inline
57  {
58  return PROVIDER_ID;
59  }
static final String PROVIDER_ID
Definition: IdpAutoLinkAuthenticatorFactory.java:33

◆ getReferenceCategory()

String org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory.getReferenceCategory ( )
inline
62  {
63  return "autoLink";
64  }

◆ getRequirementChoices()

AuthenticationExecutionModel.Requirement [] org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory.getRequirementChoices ( )
inline
77  {
78  return REQUIREMENT_CHOICES;
79  }
static final AuthenticationExecutionModel.Requirement [] REQUIREMENT_CHOICES
Definition: IdpAutoLinkAuthenticatorFactory.java:71

◆ init()

void org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory.init ( Config.Scope  config)
inline
42  {
43 
44  }

◆ isConfigurable()

boolean org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory.isConfigurable ( )
inline
67  {
68  return false;
69  }

◆ isUserSetupAllowed()

boolean org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory.isUserSetupAllowed ( )
inline
97  {
98  return false;
99  }

◆ postInit()

void org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory.postInit ( KeycloakSessionFactory  factory)
inline
47  {
48 
49  }

メンバ詳解

◆ PROVIDER_ID

final String org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory.PROVIDER_ID = "idp-auto-link"
static

◆ REQUIREMENT_CHOICES

final AuthenticationExecutionModel.Requirement [] org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory.REQUIREMENT_CHOICES
static
初期値:
= {
AuthenticationExecutionModel.Requirement.ALTERNATIVE,
AuthenticationExecutionModel.Requirement.REQUIRED,
AuthenticationExecutionModel.Requirement.DISABLED}

◆ SINGLETON

IdpAutoLinkAuthenticator org.keycloak.authentication.authenticators.broker.IdpAutoLinkAuthenticatorFactory.SINGLETON = new IdpAutoLinkAuthenticator()
staticpackage

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