Package main.controller.account.user
Class UserDomainGetter
java.lang.Object
main.controller.account.user.UserDomainGetter
A class that provides a utility for getting the domain of a user.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic UserType
getUserDomain
(User user) Gets the domain of the specified user.
-
Constructor Details
-
UserDomainGetter
public UserDomainGetter()
-
-
Method Details
-
getUserDomain
Gets the domain of the specified user.- Parameters:
user
- the user whose domain is to be retrieved- Returns:
- the domain of the user
-