| Package | Description |
|---|---|
| com.atlassian.confluence.internal.user |
Confluence internal classes related to user management.
|
| com.atlassian.confluence.user |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserAccessorInternal
Internal version of the
UserAccessor interface; see the package-info.java for rationale. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserAccessor |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfluenceUserManager
A UserManager which is aware of ConfluenceUser's and will take care of the ConfluenceUser specific
persistence requirements before delegating to the "standard" UserManager
|
class |
DefaultUserAccessor
This implementation of UserAccessor takes care of all the Confluence-related actions around user management:
checking permissions, publishing events, and ensuring the integrity of data in Confluence related to users.
|
Copyright © 2003–2022 Atlassian. All rights reserved.