Class UsersEmailsConfigs
- java.lang.Object
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
-
- io.tech1.framework.domain.properties.configs.security.jwt.UsersEmailsConfigs
-
public class UsersEmailsConfigs extends AbstractPropertiesConfigs
-
-
Constructor Summary
Constructors Constructor Description UsersEmailsConfigs()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)CheckboxgetAuthenticationLogin()CheckboxgetSessionRefreshed()StringgetSubjectPrefix()inthashCode()static UsersEmailsConfigsof(String subjectPrefix, Checkbox authenticationLogin, Checkbox sessionRefreshed)voidsetAuthenticationLogin(Checkbox authenticationLogin)voidsetSessionRefreshed(Checkbox sessionRefreshed)voidsetSubjectPrefix(String subjectPrefix)StringtoString()-
Methods inherited from class io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
assertProperties
-
-
-
-
Method Detail
-
of
public static UsersEmailsConfigs of(String subjectPrefix, Checkbox authenticationLogin, Checkbox sessionRefreshed)
-
getSubjectPrefix
public String getSubjectPrefix()
-
getAuthenticationLogin
public Checkbox getAuthenticationLogin()
-
getSessionRefreshed
public Checkbox getSessionRefreshed()
-
setSubjectPrefix
public void setSubjectPrefix(String subjectPrefix)
-
setAuthenticationLogin
public void setAuthenticationLogin(Checkbox authenticationLogin)
-
setSessionRefreshed
public void setSessionRefreshed(Checkbox sessionRefreshed)
-
canEqual
protected boolean canEqual(Object other)
-
-