Uses of Class
io.tech1.framework.domain.base.Username
-
-
Uses of Username in io.tech1.framework.domain.base
Methods in io.tech1.framework.domain.base that return Username Modifier and Type Method Description static UsernameUsername. of(String identifier) -
Uses of Username in io.tech1.framework.domain.exceptions.cookie
Constructors in io.tech1.framework.domain.exceptions.cookie with parameters of type Username Constructor Description CookieAccessTokenExpiredException(Username username)CookieRefreshTokenDbNotFoundException(Username username)CookieRefreshTokenExpiredException(Username username) -
Uses of Username in io.tech1.framework.domain.properties.base
Methods in io.tech1.framework.domain.properties.base that return Username Modifier and Type Method Description UsernameDefaultUser. getUsername()UsernameRemoteServer. getUsername() -
Uses of Username in io.tech1.framework.domain.triggers
Methods in io.tech1.framework.domain.triggers that return Username Modifier and Type Method Description UsernameUserTrigger. getUsername()Constructors in io.tech1.framework.domain.triggers with parameters of type Username Constructor Description UserTrigger(Username username) -
Uses of Username in io.tech1.framework.domain.utilities.exceptions
Methods in io.tech1.framework.domain.utilities.exceptions with parameters of type Username Modifier and Type Method Description static StringExceptionsMessagesUtility. accessDenied(Username username, String entity, String value) -
Uses of Username in io.tech1.framework.domain.utilities.random
Methods in io.tech1.framework.domain.utilities.random that return Username Modifier and Type Method Description static UsernameRandomUtility. randomUsername()
-