Package io.datarouter.websocket.session
Class PushServiceSettings
java.lang.Object
io.datarouter.websocket.session.PushServiceSettings
- All Implemented Interfaces:
PushServiceSettingsSupplier
public class PushServiceSettings extends java.lang.Object implements PushServiceSettingsSupplier
-
Constructor Summary
Constructors Constructor Description PushServiceSettings(java.lang.String cipherKey, java.lang.String salt, java.lang.String apiKey) -
Method Summary
Modifier and Type Method Description java.lang.StringgetApiKey()java.lang.StringgetCipherKey()java.lang.StringgetSalt()
-
Constructor Details
-
PushServiceSettings
public PushServiceSettings(java.lang.String cipherKey, java.lang.String salt, java.lang.String apiKey)
-
-
Method Details
-
getCipherKey
public java.lang.String getCipherKey()- Specified by:
getCipherKeyin interfacePushServiceSettingsSupplier
-
getSalt
public java.lang.String getSalt()- Specified by:
getSaltin interfacePushServiceSettingsSupplier
-
getApiKey
public java.lang.String getApiKey()- Specified by:
getApiKeyin interfacePushServiceSettingsSupplier
-