Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / August 2005

Tip: Looking for answers? Try searching our database.

granting temporary private access

Thread view: 
cbongior@stny.rr.com - 03 Aug 2005 18:17 GMT
So, here is the situation:

Using reflection, I would like to take 2 objects and call the equals()
method on their private members. Now, clearly if the code executes
inside one of the objects in question, accessing private members is not
a problem. What I would like to do is have some sorta shared method
that can be executed on any given object. Obviously though, if I do
something like this:

MyTestingObject.testEqual(this,otherObj);

is gauranteed to throw an IllegalAccessException since MyTestingObject
has no access to the private member of any other class.

So, What I had thought of was either temporarily granting said privs
through the SecurityManager/SecurityPermission objects, or having some
sorta Interface/Abstract attack at this problem.

Essentially, I would like to automate a deep compare between objects
without having to manually programming equals() as the equals() methods
of 10 member variables. This stems directly from my desire to unit test
an XML serializer

Maybe someone has an even better idea. Maybe assume equals() on bean
properties? Maybe I have been smoking way too much java.

Christian
http://christian.bongiorno.org/resume.pdf
Thomas Hawtin - 03 Aug 2005 19:01 GMT
> is gauranteed to throw an IllegalAccessException since MyTestingObject
> has no access to the private member of any other class.
>
> So, What I had thought of was either temporarily granting said privs
> through the SecurityManager/SecurityPermission objects, or having some
> sorta Interface/Abstract attack at this problem.

method.setAccessible(true);

Assuming calling class loaded from the same class loader or no security.

Tom Hawtin
Signature

Unemployed English Java programmer
http://jroller.com/page/tackline/



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.