Package org.apache.syncope.core.logic
Class SAML2SPEntityLogic
java.lang.Object
org.apache.syncope.core.logic.AbstractLogic<SAML2SPEntityTO>
org.apache.syncope.core.logic.AbstractTransactionalLogic<SAML2SPEntityTO>
org.apache.syncope.core.logic.SAML2SPEntityLogic
-
Field Summary
Modifier and TypeFieldDescriptionprotected final SAML2SPEntityDataBinder
protected final SAML2SPEntityDAO
Fields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG
-
Constructor Summary
ConstructorDescriptionSAML2SPEntityLogic
(SAML2SPEntityDataBinder binder, SAML2SPEntityDAO saml2SPEntityDAO) -
Method Summary
Modifier and TypeMethodDescriptionvoid
list()
protected SAML2SPEntityTO
resolveReference
(Method method, Object... args) set
(SAML2SPEntityTO entityTO) Methods inherited from class org.apache.syncope.core.logic.AbstractLogic
resolveBeanReference
-
Field Details
-
binder
-
saml2SPEntityDAO
-
-
Constructor Details
-
SAML2SPEntityLogic
-
-
Method Details
-
list
@PreAuthorize("hasRole(\'SAML2_SP_ENTITY_LIST\')") @Transactional(readOnly=true) public List<SAML2SPEntityTO> list() -
read
@PreAuthorize("hasRole(\'SAML2_SP_ENTITY_GET\') or hasRole(\'ANONYMOUS\')") @Transactional(readOnly=true) public SAML2SPEntityTO read(String key) -
set
@PreAuthorize("hasRole(\'SAML2_SP_ENTITY_SET\') or hasRole(\'ANONYMOUS\')") public SAML2SPEntityTO set(SAML2SPEntityTO entityTO) -
delete
-
resolveReference
protected SAML2SPEntityTO resolveReference(Method method, Object... args) throws UnresolvedReferenceException - Specified by:
resolveReference
in classAbstractLogic<SAML2SPEntityTO>
- Throws:
UnresolvedReferenceException
-