public interface LoginProtocolFactory extends ProviderFactory<LoginProtocol>
Modifier and Type | Method and Description |
---|---|
void |
createDefaultClientScopes(RealmModel newRealm,
boolean addScopesToExistingClients)
Called when new realm is created
|
Object |
createProtocolEndpoint(RealmModel realm,
EventBuilder event) |
Map<String,ProtocolMapperModel> |
getBuiltinMappers()
List of built in protocol mappers that can be used to apply to clients.
|
void |
setupClientDefaults(ClientRepresentation rep,
ClientModel newClient)
Setup default values for new clients.
|
Map<String,ProtocolMapperModel> getBuiltinMappers()
Object createProtocolEndpoint(RealmModel realm, EventBuilder event)
void createDefaultClientScopes(RealmModel newRealm, boolean addScopesToExistingClients)
newRealm
- addScopesToExistingClients
- If true, then existing realm clients will be updated (created realm default scopes will be added to them)void setupClientDefaults(ClientRepresentation rep, ClientModel newClient)
rep
- newClient
- Copyright © 2021 JBoss by Red Hat. All rights reserved.