|
keycloak-spi-private
|


公開メンバ関数 | |
| void | init (Config.Scope config) |
| void | postInit (KeycloakSessionFactory factory) |
| void | createDefaultClientScopes (RealmModel newRealm, boolean addScopesToExistingClients) |
| void | close () |
| Map< String, ProtocolMapperModel > | getBuiltinMappers () |
| Object | createProtocolEndpoint (RealmModel realm, EventBuilder event) |
| void | setupClientDefaults (ClientRepresentation rep, ClientModel newClient) |
限定公開メンバ関数 | |
| abstract void | createDefaultClientScopesImpl (RealmModel newRealm) |
| void | addDefaultClientScopes (RealmModel realm, ClientModel newClient) |
| abstract void | addDefaults (ClientModel realm) |
|
inlineprotected |
|
abstractprotected |
|
inline |
org.keycloak.protocol.LoginProtocolFactoryを実装しています。
|
abstractprotected |
Impl should create default client scopes. This is called usually when new realm is created
|
inherited |
|
inherited |
List of built in protocol mappers that can be used to apply to clients.
|
inline |
|
inline |
|
inherited |
Setup default values for new clients. This expects that the representation has already set up the client
| rep | |
| newClient |
1.8.13