Uses of Class
org.apache.syncope.core.logic.RoleLogic
-
Packages that use RoleLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of RoleLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return RoleLogic Modifier and Type Method Description RoleLogicIdRepoLogicContext. roleLogic(RoleDataBinder binder, RoleDAO roleDAO) -
Uses of RoleLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type RoleLogic Modifier and Type Method Description RoleServiceIdRepoRESTCXFContext. roleService(RoleLogic roleLogic) -
Uses of RoleLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as RoleLogic Modifier and Type Field Description protected RoleLogicRoleServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type RoleLogic Constructor Description RoleServiceImpl(RoleLogic logic)
-