public interface ChannelManagement
Modifier and Type | Method and Description |
---|---|
Boolean |
isForceSsl()
Check if SSL is required for the current used channel.
|
Boolean |
isForceSsl(ChannelType channelType)
Check if SSL is required for the requested channel.
|
List<ChannelConfiguration> |
loadAll()
Loads all channel configurations for a client.
|
void |
update(List<ChannelConfiguration> channelConfigurations)
Updates the channel configruations in the database.
|
Boolean isForceSsl()
Check if SSL is required for the current used channel.
Boolean isForceSsl(ChannelType channelType)
Check if SSL is required for the requested channel.
List<ChannelConfiguration> loadAll()
Loads all channel configurations for a client.
void update(List<ChannelConfiguration> channelConfigurations)
Updates the channel configruations in the database. The process starts with removing all existing records before the new records are created. At last the channel configuration is invalidated.
Copyright © 2019 Communote team. All rights reserved.