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

クラス

class  UserIdentityToCustomAttributeMapper
 
class  UsernameOrEmailMapper
 

公開メンバ関数

abstract UserModel find (AuthenticationFlowContext context, Object userIdentity) throws Exception
 

静的公開メンバ関数

static UserIdentityToModelMapper getUsernameOrEmailMapper ()
 
static UserIdentityToModelMapper getUserIdentityToCustomAttributeMapper (String attributeName)
 

詳解

著者
Peter Nalyvayko
バージョン
Revision
1
日付
7/30/2016

関数詳解

◆ find()

abstract UserModel org.keycloak.authentication.authenticators.x509.UserIdentityToModelMapper.find ( AuthenticationFlowContext  context,
Object  userIdentity 
) throws Exception
abstract

◆ getUserIdentityToCustomAttributeMapper()

static UserIdentityToModelMapper org.keycloak.authentication.authenticators.x509.UserIdentityToModelMapper.getUserIdentityToCustomAttributeMapper ( String  attributeName)
inlinestatic
69  {
70  return new UserIdentityToCustomAttributeMapper(attributeName);
71  }

◆ getUsernameOrEmailMapper()

static UserIdentityToModelMapper org.keycloak.authentication.authenticators.x509.UserIdentityToModelMapper.getUsernameOrEmailMapper ( )
inlinestatic
65  {
66  return new UsernameOrEmailMapper();
67  }

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