keycloak
公開メンバ関数 | 全メンバ一覧
org.keycloak.credential.CredentialAuthentication インタフェース
org.keycloak.credential.CredentialAuthentication の継承関係図
Inheritance graph
org.keycloak.credential.CredentialAuthentication 連携図
Collaboration graph

公開メンバ関数

boolean supportsCredentialAuthenticationFor (String type)
 
CredentialValidationOutput authenticate (RealmModel realm, CredentialInput input)
 

詳解

Single purpose method that knows how to authenticate a user based on a credential type. This is used when the user is not known but the provider knows how to extract this information from the credential. Examples are Kerberos.

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ authenticate()

CredentialValidationOutput org.keycloak.credential.CredentialAuthentication.authenticate ( RealmModel  realm,
CredentialInput  input 
)

◆ supportsCredentialAuthenticationFor()

boolean org.keycloak.credential.CredentialAuthentication.supportsCredentialAuthenticationFor ( String  type)

このインタフェース詳解は次のファイルから抽出されました: