|
keycloak
|


公開メンバ関数 | |
| 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.
| CredentialValidationOutput org.keycloak.credential.CredentialAuthentication.authenticate | ( | RealmModel | realm, |
| CredentialInput | input | ||
| ) |
| boolean org.keycloak.credential.CredentialAuthentication.supportsCredentialAuthenticationFor | ( | String | type | ) |
1.8.13