Package org.apache.syncope.core.logic
Class SyncopeLogic
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AnySearchDAOprotected final AnyTypeDAOprotected final ConfParamOpsprotected final ContentExporterprotected final GroupDAOprotected final GroupDataBinderprotected final RealmSearchDAOFields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG -
Constructor Summary
ConstructorsConstructorDescriptionSyncopeLogic(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, GroupDataBinder groupDataBinder, ConfParamOps confParamOps, ContentExporter exporter) -
Method Summary
Modifier and TypeMethodDescriptionvoidexportInternalStorageContent(int threshold, OutputStream os, List<String> elements) booleanbooleanbooleanreadTypeExtension(String groupName) protected EntityTOresolveReference(Method method, Object... args) org.springframework.data.domain.Page<GroupTO> searchAssignableGroups(String realm, String term, org.springframework.data.domain.Pageable pageable) Methods inherited from class org.apache.syncope.core.logic.AbstractLogic
resolveBeanReference
-
Field Details
-
realmSearchDAO
-
anyTypeDAO
-
groupDAO
-
anySearchDAO
-
groupDataBinder
-
confParamOps
-
exporter
-
-
Constructor Details
-
SyncopeLogic
public SyncopeLogic(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, GroupDataBinder groupDataBinder, ConfParamOps confParamOps, ContentExporter exporter)
-
-
Method Details
-
isSelfRegAllowed
public boolean isSelfRegAllowed() -
isPwdResetAllowed
public boolean isPwdResetAllowed() -
isPwdResetRequiringSecurityQuestions
public boolean isPwdResetRequiringSecurityQuestions() -
searchAssignableGroups
@PreAuthorize("isAuthenticated()") public org.springframework.data.domain.Page<GroupTO> searchAssignableGroups(String realm, String term, org.springframework.data.domain.Pageable pageable) -
readTypeExtension
-
exportInternalStorageContent
@PreAuthorize("hasRole(\'KEYMASTER\')") @Transactional(readOnly=true) public void exportInternalStorageContent(int threshold, OutputStream os, List<String> elements) -
resolveReference
protected EntityTO resolveReference(Method method, Object... args) throws UnresolvedReferenceException - Specified by:
resolveReferencein classAbstractLogic<EntityTO>- Throws:
UnresolvedReferenceException
-