Class SessionConfigs
- java.lang.Object
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
-
- io.tech1.framework.domain.properties.configs.security.jwt.SessionConfigs
-
public class SessionConfigs extends AbstractPropertiesConfigs
-
-
Constructor Summary
Constructors Constructor Description SessionConfigs()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)CrongetCleanSessionsByExpiredRefreshTokensCron()inthashCode()static SessionConfigsof(Cron cleanSessionsByExpiredRefreshTokensCron)voidsetCleanSessionsByExpiredRefreshTokensCron(Cron cleanSessionsByExpiredRefreshTokensCron)StringtoString()-
Methods inherited from class io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
assertProperties
-
-
-
-
Method Detail
-
of
public static SessionConfigs of(Cron cleanSessionsByExpiredRefreshTokensCron)
-
getCleanSessionsByExpiredRefreshTokensCron
public Cron getCleanSessionsByExpiredRefreshTokensCron()
-
setCleanSessionsByExpiredRefreshTokensCron
public void setCleanSessionsByExpiredRefreshTokensCron(Cron cleanSessionsByExpiredRefreshTokensCron)
-
canEqual
protected boolean canEqual(Object other)
-
-