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 |
---|---|
default Set<ProtocolMapperModel> |
ProtocolMapperContainerModel.getProtocolMappers()
Deprecated.
Use
getProtocolMappersStream instead. |
default Set<ProtocolMapperModel> |
ClientSessionContext.getProtocolMappers()
Deprecated.
Use
getProtocolMappersStream instead. |
Stream<ProtocolMapperModel> |
ProtocolMapperContainerModel.getProtocolMappersStream()
Returns protocol mappers as a stream.
|
Stream<ProtocolMapperModel> |
ClientSessionContext.getProtocolMappersStream()
Returns protocol mappers as a stream.
|
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ProtocolMapperContainerModel.addProtocolMapper(ProtocolMapperModel model) |
void |
UserProvider.preRemove(ProtocolMapperModel protocolMapper)
Called when a protocolMapper is removed
|
void |
ProtocolMapperContainerModel.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
ProtocolMapperContainerModel.updateProtocolMapper(ProtocolMapperModel mapping) |
Modifier and Type | Method and Description |
---|---|
void |
UserFederatedStorageProvider.preRemove(ProtocolMapperModel protocolMapper) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.