Package org.cyclos.security.banking
Class AuthorizationLevelServiceSecurity
- java.lang.Object
-
- org.cyclos.impl.AbstractServerComponent
-
- org.cyclos.impl.AbstractNetworkedServerComponent
-
- org.cyclos.security.BaseServiceSecurity
-
- org.cyclos.security.CRUDServiceSecurity<DTO,E,D,DP>
-
- org.cyclos.security.SimpleCRUDServiceSecurity<AuthorizationLevelDTO,AuthorizationLevel,AuthorizationLevelData,TransferTypeVO>
-
- org.cyclos.security.banking.AuthorizationLevelServiceSecurity
-
- All Implemented Interfaces:
AuthorizationLevelService,CRUDService<AuthorizationLevelDTO,AuthorizationLevelData,TransferTypeVO>,CRUDWithConfirmationPasswordService<AuthorizationLevelDTO,AuthorizationLevelData,TransferTypeVO>,Service
@Security public class AuthorizationLevelServiceSecurity extends SimpleCRUDServiceSecurity<AuthorizationLevelDTO,AuthorizationLevel,AuthorizationLevelData,TransferTypeVO> implements AuthorizationLevelService
Security forAuthorizationLevelService
-
-
Field Summary
-
Fields inherited from class org.cyclos.security.SimpleCRUDServiceSecurity
managePermission, viewPermission
-
Fields inherited from class org.cyclos.security.CRUDServiceSecurity
entityClass
-
Fields inherited from class org.cyclos.impl.AbstractNetworkedServerComponent
authHandler, conversionHandler, customFieldValueHandler, entityManagerHandler, groupsHandler, productsHandler, restBeanPropertyMapping, userLocatorHandler
-
Fields inherited from class org.cyclos.impl.AbstractServerComponent
accountHandler, configurationHandler, dataTranslationHandler, notificationHandler, profileFieldHandler, transactionHandler, translationHandler
-
-
Constructor Summary
Constructors Constructor Description AuthorizationLevelServiceSecurity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AuthorizationLevelServiceLocalgetImplementation()Should be implemented in order to return the actual implementation of the servicebooleanisAccessible(SessionData sessionData, AuthorizationLevel entity)Must be implemented in order to determine whether the given entity is accessible for the given session data.List<AuthorizationLevelVO>list(TransferTypeVO transferTypeVO)-
Methods inherited from class org.cyclos.security.SimpleCRUDServiceSecurity
checkCreateNew, checkManagePermission, checkViewPermission, doHasManageAccess, doHasViewAccess, hasManagePermission, hasViewPermission
-
Methods inherited from class org.cyclos.security.CRUDServiceSecurity
canPerformOperation, canViewData, checkManageAccess, checkOperation, checkSave, checkViewAccess, customizeData, find, getConfirmationPasswordInputForRemove, getData, getDataForNew, getEntityClass, hasManageAccess, hasViewAccess, load, onBeforeSave, remove, removeAll, removeAllWithConfirmationPassword, removeWithConfirmationPassword, resolveEntityCheck, save, saveWithConfirmationPassword
-
Methods inherited from class org.cyclos.security.BaseServiceSecurity
checkGuest, checkId, checkIds, checkInternalName, checkLoggedIn, checkManagesUser, checkRelatesToUser, checkScope, checkVO, checkVOs, doInitialize, getEntityCheckRegistry, getUser, initialize
-
Methods inherited from class org.cyclos.impl.AbstractNetworkedServerComponent
canManage, checkManagesUser, checkPermission, checkRelatesToUser, checkValue, clearAlreadyValidated, getBaseEntityManagerHandler, getConfiguration, getLoggedBasicUser, getLoggedUser, getProducts, getTranslatedName, getTranslatedValue, hasPermission, hasValue, inSameNetwork, inSameNetworkOrGlobal, isAdmin, isAlreadyValidated, isBroker, isGlobalAdmin, isGlobalAdminInNetwork, isGuest, isLoggedIn, isMember, isMemberOnly, isNetworkAdmin, isOperator, isRelatedToUser, isSystem, isUserManager, isUserManagerOf, message, message, permission, permission, permissionOptionalValue, permissionOptionalValue, setAlreadyValidated, toDate, toDateTime, validate
-
Methods inherited from class org.cyclos.impl.AbstractServerComponent
dataTranslationProxy, dataTranslationProxy, delete, detach, doDataTranslationProxy, find, flush, from, getApplicationContext, getFormatter, getFormatter, getFormatter, getLogger, getRemoteAddress, getSessionData, mailContentBuilder, message, message, persist, processBatch, processBatch, refresh, remove, selectFrom, subQuery, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
isAccessible
public boolean isAccessible(SessionData sessionData, AuthorizationLevel entity)
Description copied from class:CRUDServiceSecurityMust be implemented in order to determine whether the given entity is accessible for the given session data. This method shouldn't check the same condition asCRUDServiceSecurity.hasViewAccess(BaseEntity). If the only condition for an entity isCRUDServiceSecurity.hasViewAccess(BaseEntity), this method should return false.- Specified by:
isAccessiblein classCRUDServiceSecurity<AuthorizationLevelDTO,AuthorizationLevel,AuthorizationLevelData,TransferTypeVO>
-
list
public List<AuthorizationLevelVO> list(TransferTypeVO transferTypeVO)
- Specified by:
listin interfaceAuthorizationLevelService- Parameters:
transferTypeVO- transfer type used to list the authorization levels.- Returns:
- a list with the authorization levels for the given transfer type.
-
getImplementation
protected AuthorizationLevelServiceLocal getImplementation()
Description copied from class:CRUDServiceSecurityShould be implemented in order to return the actual implementation of the service- Specified by:
getImplementationin classCRUDServiceSecurity<AuthorizationLevelDTO,AuthorizationLevel,AuthorizationLevelData,TransferTypeVO>
-
-