|
keycloak
|


公開メンバ関数 | |
| ClientModel | getClientById (String id, RealmModel realm) |
| ClientModel | getClientByClientId (String clientId, RealmModel realm) |
Abstraction interface for lookoup of clients by id and clientId. These methods required for participating in login flows.
| ClientModel org.keycloak.storage.client.ClientLookupProvider.getClientByClientId | ( | String | clientId, |
| RealmModel | realm | ||
| ) |
| ClientModel org.keycloak.storage.client.ClientLookupProvider.getClientById | ( | String | id, |
| RealmModel | realm | ||
| ) |
1.8.13