File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Security and the fly likes Security Patterns example code ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "Security Patterns example code ?" Watch "Security Patterns example code ?" New topic
Author

Security Patterns example code ?

Vijay Pratap Singh
Greenhorn

Joined: Nov 12, 2005
Posts: 12
Folks,

Has anyone tried out the 'Obfuscated Transfer object' and 'Secure Session Object' pattern examples from the core security patterns book ?

I have trouble creating the Java SealedObject with in a Stateless EJB using Weblogic 8.1.

Any suggestions.

-Vijay
[ January 03, 2006: Message edited by: Vijay Pratap Singh ]

Vijay Singh<br />Systems Analyst<br />Infosys, Bangalore (India)
Ramesh Nagappan
Author
Ranch Hand

Joined: May 06, 2003
Posts: 159
Originally posted by Vijay Pratap Singh:
Folks,

Has anyone tried out the 'Obfuscated Transfer object' and 'Secure Session Object' pattern examples from the core security patterns book ?

I have trouble creating the Java SealedObject with in a Stateless EJB using Weblogic 8.1.

Any suggestions.

-Vijay


Hi Vijay,

I would like to look at your java.security file located in your JRE environment that executes Weblogic.

I would like to know which strategy you are using for building TO "Masked List Strategy", or "Encryption Strategy". Also I would like to see the exceptions your are getting while executing the Obfuscate TO code.

/Ramesh



[ January 03, 2006: Message edited by: Vijay Pratap Singh ]


Ramesh Nagappan CISSP<br />Co-Author of "Core Security Patterns"<br />nramesh@post.harvard.edu<br /><a href="http://www.coresecuritypatterns.com" target="_blank" rel="nofollow">www.coresecuritypatterns.com</a>
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Security Patterns example code ?
 
Similar Threads
List of Security Patterns for SCEA 5.0
This Weeks Giveaway
Obfuscated Transfer Object Pattern ?
Core Security patterns book for J2EE
Secure Session object pattern example code ?