473,800 Members | 3,052 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SecurityAction. Demand Question...

In my data access layer, I have permissions on each method similar to:

<PrincipalPermi ssion(SecurityA ction.Demand, Authenticated:= True,
Role:="modifyPr ospects")_
Public Overrides Function AddTracking(som eVars...ect...) As Integer

End Function

During conversion to a new database some records may not have information
associated with them and thus a table cannot be created for this tracking
information. In my code I detect that if information does not exist, and
then simply add default values, but in order to do this as seen above I need
the manageProspects role. Is there a way to assert a permission on the
method below that can bypass the "manageProspect s" role so that information
can be added when any user opens a prospect that has missing information?

Public Shared Function SelectTracking( ByVal prospect As
MarketingProspe ct) As Tracking
Dim dbConn As DataAccessLayer .DataAccessBase =
DataAccessLayer .DataAccessBase Helper.GetDataA ccessLayer
Dim dt As Data.DataTable = dbConn.SelectTr acking(prospect .MktgId)

'If tracking information is missing, we can quickly add it with
its default values.
'This table is extremely important to reporting, but for
normalization, it was placed
'into another table. In the event that the transaction fails on
this table we need an entry.
'We will impersonate a user with higher permissions to
accomplish this task.
If dt.Rows.Count = 0 Then
Dim trk As New Tracking(Nothin g, Nothing, Nothing, Nothing,
Nothing, StatusType.Stat usTypes.Prospec t)
trk.Add(prospec t) '<-- HERE IS WHERE I NEED TO BYPASS
PERMISSIONS
Return trk
Else
etc...
End If
Jul 5 '06 #1
0 1696

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
1943
by: fortepianissimo | last post by:
We all know that using __getattr__() we can compute an instance variable on demand, for example: class Foo: def __getattr__ (self, name): if name == 'bar': self.bar = 'apple' return self.bar else: raise AttributeError()
242
13466
by: James Cameron | last post by:
Hi I'm developing a program and the client is worried about future reuse of the code. Say 5, 10, 15 years down the road. This will be a major factor in selecting the development language. Any comments on past experience, research articles, comments on the matter would be much appreciated. I suspect something like C would be the best based on comments I received from the VB news group. Thanks for the help in advance James Cameron
1
1804
by: Earth Worm Jim | last post by:
I have a base class in an assembly that I want to add the following attribute: The assembly is strong named and all the derived classes are in the same assembly. The problem that arises is that at runtime it fails to de-serialize a derived instance of the base object, it complains about a property of the base class cannot be serialised because it is decorated with declarative security permission attrbiutes.
0
1176
by: andrew lowe | last post by:
Hi We have windows application and have created our own custom principle & identity objects that implement IPrinciple and IIdentity. When a user logs into our system we set the threads principle to our custom principle object by calling Thread.CurrentPrinciple = blah. This all works great for role based security. BUT lets say i want to run one line of code which causes an imperative security demand: Dns.GetHostName();
0
964
by: Alvaro Pereira | last post by:
I’m using VS 2003 (Microsoft.Net Framework 1.1) and I’m trying to use PerformanceCounterPermissionAttribute with SecurityAction.RequestOption in my assembly.cs file.When I use PerformanceCounterPermissionAttribute with SecurityAction.RequestMinimum all works fine, but when I change to RequestOption, any methods that calls any performanceCounterCategory aborts with a SecurityException. It seems that I’m missing some kind of Security...
6
2778
by: Venkatesh | last post by:
Hello All, I have couple of doubts regarding the concept of on-demand javascript loading using javascript code. I could see on the net different techniques for achieving this - techniques like: 1. document.write("<script src= language='JavaScript'></script>); 2. sc = document.createElement("<script>"); sc.setAttribute("src", ); and append this to the head
1
1515
by: menyki | last post by:
am writing a program to determine the best price that will attract maximum demand. first i had to generate random number to enable me determine the price and quantity demanded at the particular price. my problem is that the program has alot of errors. can u help me debug, please!!! i need it urgently. such error include unable to load include file stdio.h and so on. the source code is as shown below /* programe to solve mr jones problem....
6
2338
by: vunet.us | last post by:
I have an HTML page with included JS file like: <script language="javascript" type="text/javascript" src="file.js"></ script> The file.js has a set of functions and global initializer for some html object. Hoever, I want to hide my html object with display:block CSS property. As a result, object in JS file fails to be initialized for a hidden object. I decided to call JS file when needed (i.e. when HTML object becomes visible on page)...
3
3260
by: Jeroen | last post by:
Hi, Normally my programming style is as follows: /****************/ if ( SomeObject.CanYouDoThis() == true) SomeObject.DoStuff(); else MessageBox.Show("Nope, sowwy..."); /****************/
0
9694
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9553
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10509
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10256
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10039
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7584
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6824
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5477
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4152
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.