Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.storage.federated |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ProtocolMapperContainerModel.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
ProtocolMapperContainerModel.getProtocolMapperById(String id) |
ProtocolMapperModel |
ProtocolMapperContainerModel.getProtocolMapperByName(String protocol,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<ProtocolMapperModel> |
ProtocolMapperContainerModel.getProtocolMappers() |
Set<ProtocolMapperModel> |
ClientSessionContext.getProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ProtocolMapperContainerModel.addProtocolMapper(ProtocolMapperModel model) |
void |
UserProvider.preRemove(ProtocolMapperModel protocolMapper) |
void |
ProtocolMapperContainerModel.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
ProtocolMapperContainerModel.updateProtocolMapper(ProtocolMapperModel mapping) |
Modifier and Type | Method and Description |
---|---|
void |
UserFederatedStorageProvider.preRemove(ProtocolMapperModel protocolMapper) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.