public static class ClientSideSessionsModule.Config extends Object
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
String |
getCipherAlgorithm() |
String |
getMacAlgorithm() |
String |
getSecretKey() |
String |
getSecretToken() |
String |
getSessionName() |
SessionService |
getSessionService() |
void |
setCipherAlgorithm(String cipherAlgorithm) |
void |
setMacAlgorithm(String macAlgorithm) |
void |
setSecretKey(String secretKey) |
void |
setSecretToken(String secretToken) |
void |
setSessionName(String sessionName) |
void |
setSessionService(SessionService sessionService) |
public String getSessionName()
public void setSessionName(String sessionName)
public String getSecretToken()
public void setSecretToken(String secretToken)
public String getMacAlgorithm()
public void setMacAlgorithm(String macAlgorithm)
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getCipherAlgorithm()
public void setCipherAlgorithm(String cipherAlgorithm)
public SessionService getSessionService()
public void setSessionService(SessionService sessionService)