Package org.apache.syncope.core.logic
Class AttrRepoLogic
java.lang.Object
org.apache.syncope.core.logic.AbstractLogic<AttrRepoTO>
org.apache.syncope.core.logic.AbstractTransactionalLogic<AttrRepoTO>
org.apache.syncope.core.logic.AttrRepoLogic
-
Field Summary
Fields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(AttrRepoTO attrRepoTO) list()
protected AttrRepoTO
resolveReference
(Method method, Object... args) update
(AttrRepoTO attrRepoTO) Methods inherited from class org.apache.syncope.core.logic.AbstractLogic
resolveBeanReference
-
Field Details
-
binder
-
attrRepoDAO
-
-
Constructor Details
-
AttrRepoLogic
-
-
Method Details
-
create
-
update
-
list
@PreAuthorize("hasRole(\'ATTR_REPO_LIST\') or hasRole(\'ANONYMOUS\')") @Transactional(readOnly=true) public List<AttrRepoTO> list() -
read
@PreAuthorize("hasRole(\'ATTR_REPO_READ\')") @Transactional(readOnly=true) public AttrRepoTO read(String key) -
delete
-
resolveReference
protected AttrRepoTO resolveReference(Method method, Object... args) throws UnresolvedReferenceException - Specified by:
resolveReference
in classAbstractLogic<AttrRepoTO>
- Throws:
UnresolvedReferenceException
-