Package com.atlassian.confluence.security.service

Interface Summary
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 Summary
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 Summary
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-2014 Atlassian. All Rights Reserved.