Package org.apache.syncope.core.logic
Class SAML2IdPEntityLogic
java.lang.Object
org.apache.syncope.core.logic.AbstractLogic<SAML2IdPEntityTO>
org.apache.syncope.core.logic.AbstractTransactionalLogic<SAML2IdPEntityTO>
org.apache.syncope.core.logic.SAML2IdPEntityLogic
-
Field Summary
Modifier and TypeFieldDescriptionprotected final SAML2IdPEntityDataBinder
protected final SAML2IdPEntityDAO
Fields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG
-
Constructor Summary
ConstructorDescriptionSAML2IdPEntityLogic
(SAML2IdPEntityDataBinder binder, SAML2IdPEntityDAO saml2IdPEntityDAO) -
Method Summary
Modifier and TypeMethodDescriptionlist()
protected SAML2IdPEntityTO
resolveReference
(Method method, Object... args) set
(SAML2IdPEntityTO entityTO) Methods inherited from class org.apache.syncope.core.logic.AbstractLogic
resolveBeanReference
-
Field Details
-
binder
-
saml2IdPEntityDAO
-
-
Constructor Details
-
SAML2IdPEntityLogic
-
-
Method Details
-
list
@PreAuthorize("hasRole(\'SAML2_IDP_ENTITY_LIST\')") @Transactional(readOnly=true) public List<SAML2IdPEntityTO> list() -
get
@PreAuthorize("hasRole(\'SAML2_IDP_ENTITY_GET\') or hasRole(\'ANONYMOUS\')") @Transactional(readOnly=true) public SAML2IdPEntityTO get(String key) -
set
@PreAuthorize("hasRole(\'SAML2_IDP_ENTITY_SET\') or hasRole(\'ANONYMOUS\')") public SAML2IdPEntityTO set(SAML2IdPEntityTO entityTO) -
resolveReference
protected SAML2IdPEntityTO resolveReference(Method method, Object... args) throws UnresolvedReferenceException - Specified by:
resolveReference
in classAbstractLogic<SAML2IdPEntityTO>
- Throws:
UnresolvedReferenceException
-