Security Administration Menu

We will build an application that uses all the security features we've described in this book, and we will use the application to manage the security features—we will “eat our own dog food,” so to speak. We can call this application OracleJavaSecure (OJS) administration and it will consist of a Menu, shown in Figure 12-2, and several Functional screens.

images

Figure 12-2. Security administration menu

The menu will reside in a class named OJSAdmin, and that class has a main() method that simply instantiates a new OJSAdmin class. See Listing 12-10. On instantiation, the OJSAdmin class runs through its JavaBeans initialization ...

Get Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.