@Transactional(readOnly=true)
public interface UserExistenceChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String name)
A lightweight operation to check if a user exists for a given username.
|
boolean exists(String name)
name - username of the userCopyright © 2003–2022 Atlassian. All rights reserved.