ADF Security
ADF Code Corner on Twitter !
Monday, February 8th, 2010Just in case …
you are worried about missing bits of information about Oracle JDeveloper and ADF
you feel uncomfortable saying “If I had known this before it would have saved me …”
you don’t have time to frequently browse OTN
you enjoy technical stuff more than knowing what Paris Hilton did last week
you want to know more [...]
Heads-up: Required Security update for ADF Sample in Fusion Developer Documentation
Monday, December 7th, 2009A code sample in section 30.7.2.1, “Creating Login Code for the Backing Bean” of the Fusion Developer’s Guide for Oracle ADF (part number B31974-04) needs to be updated to create a new sessionId for the session right after authentication, thus protecting applications against session fixation attacks. A simple code fix is to change the sample’s [...]
ADF Code Corner: ADF Security lesson 4 – Security Expressions released
Thursday, November 5th, 2009Today I completed the ADF Security lessons on ADF Code Corner with a video about ADF Security Expressions. In the video, I explain the different expressions, how to use them and how to work with them in Oracle JDeveloper 11g. As a special tip, the video explains how to implement read protection for ADF bound [...]
ADF Code Corner: How to deploy ADF Security protected ADF applications to WLS
Thursday, July 30th, 2009I just added a new Camtesia video to ADF Code Corner that goes over the process of deploying ADF Security protected applications to WLS using Oracle Enterprise Manager (OEM) Fusion Middleware Control. For those familiar with ADF Security, I used an internal build, which is an early copy of the next version on Oracle JDeveloper [...]
ADF Security Part V recorded and uploaded to ADF Code Corner
Tuesday, January 13th, 2009Thanks to a little pressure by those who found the three previous recordings on ADF Security useful, I eventually recorded part 5 that introduces ADF Business Component security. I will provide part 4 about Security Expression Language later and decided for now to do part 5 first as this seemed to have higher a demand.
[See [...]
How-to configure OID for authentication in WebLogic Server
Monday, October 27th, 2008A frequent question posted on the Oracle Technology Network (OTN) forum for Oracle JDeveloper 11 is how to configure the Oracle Internet Directory (OID) as an authentication provider in WebLogic Server. This how-to document aims to answer this question for container managed authentication and authorization.
[Read More]
ADF Security – Authorization
Wednesday, October 22nd, 2008The third of five camtesia videos that cover ADF Security is online. This third mini lesson talks about how to configure authorization in ADF Security in JDeveloper 11
[Watch it]
1 Container Managed Security
2 ADF Security Overview
3 ADF Security Authorization
4 Security Expressions
5 ADF BC Security
Frank
ADF Code Corner
ADF Security: Authentication and Setup
Tuesday, October 21st, 2008The second of five camtesia videos that cover ADF Security is online. This second mini lesson talks about how to configure ADF Security in JDeveloper 11g and how authentication is handled
[Watch it]
1 Container Managed Security
2 ADF Security Overview
3 ADF Security Authorization
4 Security Expressions
5 ADF BC Security
Frank
ADF Code Corner
ADF Code Corner – Started New Mini Series about ADF Security
Wednesday, October 8th, 2008The longest journey starts with a first step.
Today I uploaded the first of five camtesia video to cover ADF Security. ADF Security always came a bit short when we talked about JDeveloper 11 because we had to hold back on this until the new architecture was ready for prime. The first mini lesson talks [...]
ADF Security: Authorizing ExecuteWithParams
Wednesday, October 31st, 2007ExecuteWithParams didn't work with ADF Security enabled in JDeveloper versions up to 10.1.3.2. In JDeveloper 10.1.3.3 this issue got fixed. Still there is no need to explicitly authorize the ExecuteWithParams action. However, while this works in my testcase - the same I used to report the bug in JDeveloper 10.1.3.2 - feedback I see on [...]
