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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic UserTypegetUserDomain(User user) Gets the domain of the specified user.
- 
Constructor Details- 
UserDomainGetterpublic UserDomainGetter()
 
- 
- 
Method Details- 
getUserDomainGets the domain of the specified user.- Parameters:
- user- the user whose domain is to be retrieved
- Returns:
- the domain of the user
 
 
-