| java.lang.Object | |
| ↳ | com.atlassian.confluence.security.CrowdDeactivatedUserChecker |
This class is deprecated.
since 4.0 use CrowdDisabledUserManager or
the DisabledUserManager interface instead.
Class that determines the whether a user is deactivated by checking the embedded crowd active flag
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Determines deactivation status of a user.
| |||||||||||
Determines deactivation status of a user.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.confluence.security.DeactivatedUserChecker
| |||||||||||||||
Determines deactivation status of a user. Anonymous users cannot be deactivated.
| user | The user object |
|---|
Determines deactivation status of a user. Anonymous users cannot be deactivated. Returns true if the user does not exist.
| username | The username of the user |
|---|

