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(com.atlassian.user.User user)
          Dtermines if the specified user is deactivated.
 

Method Detail

isDeactivated

boolean isDeactivated(com.atlassian.user.User user)
Dtermines if the specified user is deactivated.

Returns:
true if the specified user is deactivated, false otherwise.


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.