@ConfigurationProperties(prefix="shiro-redis.session-dao") public class RedisSessionDAOProperties extends Object
| Constructor and Description |
|---|
RedisSessionDAOProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getExpire() |
String |
getKeyPrefix() |
Long |
getSessionInMemoryTimeout() |
void |
setExpire(Integer expire) |
void |
setKeyPrefix(String keyPrefix) |
void |
setSessionInMemoryTimeout(Long sessionInMemoryTimeout) |
public Integer getExpire()
public void setExpire(Integer expire)
public String getKeyPrefix()
public void setKeyPrefix(String keyPrefix)
public Long getSessionInMemoryTimeout()
public void setSessionInMemoryTimeout(Long sessionInMemoryTimeout)
Copyright © 2020. All rights reserved.