Package org.apache.syncope.core.logic
Class CommandLogic
-
Field Summary
Fields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.syncope.core.logic.AbstractLogic
resolveBeanReference
-
Field Details
-
implementationDAO
-
validator
-
perContextCommands
-
-
Constructor Details
-
CommandLogic
-
-
Method Details
-
search
@PreAuthorize("hasRole(\'IMPLEMENTATION_LIST\')") @Transactional(readOnly=true) public org.springframework.data.domain.Page<CommandTO> search(String keyword, org.springframework.data.domain.Pageable pageable) -
read
@PreAuthorize("hasRole(\'IMPLEMENTATION_READ\')") @Transactional(readOnly=true) public CommandTO read(String key) -
run
-
resolveReference
- Specified by:
resolveReference
in classAbstractLogic<EntityTO>
-