Uses of Interface
org.apache.syncope.core.provisioning.api.rules.RuleEnforcer
-
-
Uses of RuleEnforcer in org.apache.syncope.core.flowable
Methods in org.apache.syncope.core.flowable with parameters of type RuleEnforcer Modifier and Type Method Description UserWorkflowAdapterFlowableWorkflowContext. uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, DomainProcessEngine engine, UserRequestHandler userRequestHandler, ApplicationEventPublisher publisher) -
Uses of RuleEnforcer in org.apache.syncope.core.flowable.impl
Constructors in org.apache.syncope.core.flowable.impl with parameters of type RuleEnforcer Constructor Description FlowableUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, DomainProcessEngine engine, UserRequestHandler userRequestHandler, ApplicationEventPublisher publisher) -
Uses of RuleEnforcer in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as RuleEnforcer Modifier and Type Field Description protected RuleEnforcerUserLogic. ruleEnforcerMethods in org.apache.syncope.core.logic with parameters of type RuleEnforcer Modifier and Type Method Description UserLogicIdRepoLogicContext. userLogic(UserDataBinder binder, TemplateUtils templateUtils, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, ExternalResourceDAO resourceDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, UserProvisioningManager provisioningManager, SyncopeLogic syncopeLogic, RuleEnforcer ruleEnforcer)Constructors in org.apache.syncope.core.logic with parameters of type RuleEnforcer Constructor Description UserLogic(RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO searchDAO, ExternalResourceDAO resourceDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, UserDataBinder binder, UserProvisioningManager provisioningManager, SyncopeLogic syncopeLogic, RuleEnforcer ruleEnforcer) -
Uses of RuleEnforcer in org.apache.syncope.core.spring.policy
Classes in org.apache.syncope.core.spring.policy that implement RuleEnforcer Modifier and Type Class Description classDefaultRuleEnforcer -
Uses of RuleEnforcer in org.apache.syncope.core.spring.security
Methods in org.apache.syncope.core.spring.security that return RuleEnforcer Modifier and Type Method Description RuleEnforcerSecurityContext. ruleEnforcer(RealmDAO realmDAO) -
Uses of RuleEnforcer in org.apache.syncope.core.workflow.java
Fields in org.apache.syncope.core.workflow.java declared as RuleEnforcer Modifier and Type Field Description protected RuleEnforcerAbstractUserWorkflowAdapter. ruleEnforcerMethods in org.apache.syncope.core.workflow.java with parameters of type RuleEnforcer Modifier and Type Method Description UserWorkflowAdapterWorkflowContext. uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ConfParamOps confParamOps, ApplicationEventPublisher publisher, NotificationManager notificationManager)Constructors in org.apache.syncope.core.workflow.java with parameters of type RuleEnforcer Constructor Description AbstractUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ApplicationEventPublisher publisher)DefaultUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleEnforcer ruleEnforcer, ConfParamOps confParamOps, ApplicationEventPublisher publisher, NotificationManager notificationManager)
-