Uses of Class
io.tech1.framework.domain.properties.base.Checkbox
-
Packages that use Checkbox Package Description io.tech1.framework.domain.properties.base io.tech1.framework.domain.properties.configs.security.jwt -
-
Uses of Checkbox in io.tech1.framework.domain.properties.base
Methods in io.tech1.framework.domain.properties.base that return Checkbox Modifier and Type Method Description static CheckboxCheckbox. disabled()static CheckboxCheckbox. enabled() -
Uses of Checkbox in io.tech1.framework.domain.properties.configs.security.jwt
Methods in io.tech1.framework.domain.properties.configs.security.jwt that return Checkbox Modifier and Type Method Description CheckboxUsersEmailsConfigs. getAuthenticationLogin()CheckboxUsersEmailsConfigs. getSessionRefreshed()Methods in io.tech1.framework.domain.properties.configs.security.jwt with parameters of type Checkbox Modifier and Type Method Description static UsersEmailsConfigsUsersEmailsConfigs. of(String subjectPrefix, Checkbox authenticationLogin, Checkbox sessionRefreshed)voidUsersEmailsConfigs. setAuthenticationLogin(Checkbox authenticationLogin)voidUsersEmailsConfigs. setSessionRefreshed(Checkbox sessionRefreshed)
-