com.atlassian.confluence.security
Interface DeactivatedUserChecker
- All Known Implementing Classes:
- LegacyDeactivatedUserChecker
public interface DeactivatedUserChecker
Class for checking whether a user is deactivated. Deactivating a user removes all access for that user to Confluence.
The user account however is not deleted and allowed to remain in the system to preserve authorship of the content they contributed.
Method Summary |
boolean |
isDeactivated(User user)
Dtermines if the specified user is deactivated. |
isDeactivated
boolean isDeactivated(User user)
- Dtermines if the specified user is deactivated.
- Returns:
- true if the specified user is deactivated, false otherwise.