Interface | Description |
---|---|
AnonymousUserPermissionsService |
A service for managing permissions for the anonymous Confluence user.
|
XsrfTokenService |
To be used in scenarios where the
XsrfTokenInterceptor can not be applied. |
Class | Description |
---|---|
DefaultAnonymousUserPermissionsService | |
DefaultXsrfTokenService |
This implementation unfortunately duplicates the logic of
XsrfTokenInterceptor as a proper adaption turns out
too complex due to the extensive use of ThreadLocals in the underlying code. |
Exception | Description |
---|---|
IllegalPermissionStateException |
Exception thrown from a service when the permissions of the application are not in the correct state to allow
the permission change requested to be performed.
|
Copyright © 2003–2021 Atlassian. All rights reserved.