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
FieldsModifier and TypeFieldDescriptionprotected final SAML2IdPEntityDataBinderprotected final SAML2IdPEntityDAOFields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG -
Constructor Summary
ConstructorsConstructorDescriptionSAML2IdPEntityLogic(SAML2IdPEntityDataBinder binder, SAML2IdPEntityDAO saml2IdPEntityDAO) -
Method Summary
Modifier and TypeMethodDescriptionvoidlist()protected SAML2IdPEntityTOresolveReference(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) -
delete
-
resolveReference
protected SAML2IdPEntityTO resolveReference(Method method, Object... args) throws UnresolvedReferenceException - Specified by:
resolveReferencein classAbstractLogic<SAML2IdPEntityTO>- Throws:
UnresolvedReferenceException
-