Package com.atlassian.confluence.user
Interface UserExistenceChecker
- All Known Subinterfaces:
UserAccessor
,UserAccessorInternal
- All Known Implementing Classes:
ConfluenceUserManager
,DefaultUserAccessor
,ReadOnlyUserAccessor
@Transactional(readOnly=true)
public interface UserExistenceChecker
- Since:
- 7.18
-
Method Summary
-
Method Details
-
exists
A lightweight operation to check if a user exists for a given username. Should be significantly more efficient than other operations that attempt to return an actual user object.- Parameters:
name
- username of the user- Returns:
- true if a user exists with the given username
-