Uses of Class
org.keycloak.models.ProtocolMapperModel
Packages that use ProtocolMapperModel
-
Uses of ProtocolMapperModel in org.keycloak.models
Methods in org.keycloak.models that return ProtocolMapperModelModifier and TypeMethodDescriptionProtocolMapperContainerModel.addProtocolMapper(ProtocolMapperModel model) ProtocolMapperContainerModel.getProtocolMapperById(String id) ProtocolMapperContainerModel.getProtocolMapperByName(String protocol, String name) Methods in org.keycloak.models that return types with arguments of type ProtocolMapperModelModifier and TypeMethodDescriptionClientSessionContext.getProtocolMappersStream()Returns protocol mappers as a stream.ProtocolMapperContainerModel.getProtocolMappersStream()Returns protocol mappers as a stream.Methods in org.keycloak.models with parameters of type ProtocolMapperModelModifier and TypeMethodDescriptionProtocolMapperContainerModel.addProtocolMapper(ProtocolMapperModel model) voidUserProvider.preRemove(ProtocolMapperModel protocolMapper) Called when a protocolMapper is removedvoidProtocolMapperContainerModel.removeProtocolMapper(ProtocolMapperModel mapping) voidProtocolMapperContainerModel.updateProtocolMapper(ProtocolMapperModel mapping)