| Package | Description | 
|---|---|
| com.fatwire.services | |
| com.fatwire.services.authorization | 
| Modifier and Type | Method and Description | 
|---|---|
| PermissionBean<Object> | AuthorizationService. canAccessSlot(AssetId slot,
             String function)Checks whether logged in user has access to the specified slot asset in the logged in site. | 
| PermissionBean<VersioningAuthorizationBean> | AuthorizationService. canApprove(AssetId assetId)Checks whether logged in user has access to approve the asset for the
 logged-in site | 
| PermissionBean<VersioningAuthorizationBean> | AuthorizationService. canCheckin(AssetId assetId)Checks whether logged-in user has access to checking the assets for the
 logged-in site | 
| PermissionBean<VersioningAuthorizationBean> | AuthorizationService. canCheckout(AssetId assetId)Checks whether logged-in user has access to checkout the asset for the
 logged-in site | 
| PermissionBean<Object> | AuthorizationService. canCopy(AssetId assetId)Checks whether logged in user has access to copy the asset for the
 logged-in site | 
| PermissionBean<DeleteAuthorizationBean> | AuthorizationService. canDelete(AssetId assetId)Checks whether logged-in user has access to delete the asset for the
 logged-in site | 
| PermissionBean<VersioningAuthorizationBean> | AuthorizationService. canEdit(AssetId assetId)Checks whether user have access to edit the assets for the given site | 
| PermissionBean<Object> | AuthorizationService. canInspect(AssetId assetId)Checks whether logged-in user has access to inspect the asset for the
 logged-in site | 
| PermissionBean<Object> | AuthorizationService. canPlacePage(AssetId assetId)Checks whether logged in user is able to place the page asset for the
 logged-in site | 
| PermissionBean<Object> | AuthorizationService. canPreview(AssetId assetId)Checks whether logged-in user has access to preview the assets for the
 logged-in site | 
| PermissionBean<Object> | AuthorizationService. canRollback(AssetId assetId)Checks whether logged-in user has access to roll back the asset for the
 logged-in site | 
| PermissionBean<VersioningAuthorizationBean> | AuthorizationService. canShare(AssetId assetId)Checks whether logged-in user has access to share the assets for the
 logged-in site | 
| PermissionBean<Object> | AuthorizationService. canShowVersion(AssetId assetId)Checks whether logged-in user has access to delete the asset for the
 logged-in site | 
| PermissionBean<Object> | AuthorizationService. canTranslate(AssetId assetId)Checks whether logged-in user has access to translate the asset for the
 logged-in site | 
| PermissionBean<VersioningAuthorizationBean> | AuthorizationService. canUndoCheckout(AssetId assetId)Checks whether the logged-in user has access to undo checkout of the specified asset for
 the logged-in site | 
| PermissionBean<Object> | AuthorizationService. hasAccess(AssetId assetId,
         String function)Checks whether logged in user can perform the given function the asset
 for the logged in site | 
| Modifier and Type | Method and Description | 
|---|---|
| PermissionBean<T> | AuthorizationHandler. getPermission(AuthorizationRequestBean request)Decides if a user is authorized to perform the operation on an asset in a
 site. |