Protecting Java EE Applications With OpenSSO Policy Agents, Part 2: Same-Domain SSO


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS Protecting Java EE Applications With OpenSSO Policy Agents, Part 2: Same-Domain SSO
# 1  
Old 01-08-2009
Protecting Java EE Applications With OpenSSO Policy Agents, Part 2: Same-Domain SSO

See how to configure OpenSSO so that certain resources on your secured application are publicly accessible, with no authentication required. Also included is an overview of the types of single sign-on.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Programming

Java Applications and Xterm

I spent a ton of time developing a java application as an interface to a unix file system. We use xterm and I use a lot of swing elements to make the interface user friendly. The user will start the java application from the command-line in xterm and the application opens in its own JFrame. ... (1 Reply)
Discussion started by: nwboy74
1 Replies
Login or Register to Ask a Question
serialver(1)						      General Commands Manual						      serialver(1)

NAME
serialver - serial version command SYNOPSIS
serialver [ options ] [ classnames ] options Command-line options, as specified in this document. classnames One or more class names. DESCRIPTION
serialver returns the serialVersionUID for one or more classes in a form suitable for copying into an evolving class. When invoked with no arguments, it prints a usage line. OPTIONS
-classpath <directories and zip/jar files separated by:> Set search path for application classes and resources. -show Displays a simple user interface. Enter the full class name and press either the Enter key or the Show button to display the serialVersionUID. -Joption Pass option to the Java virtual machine, where option is one of the options described on the man page for the java applica- tion launcher, java(1). For example, -J-Xms48m sets the startup memory to 48 megabytes. It is a common convention for -J to pass options to the underlying virtual machine. SEE ALSO
See (or search java.sun.com) for the following: java.io.ObjectStreamClass @ http://java.sun.com/j2se/1.5/docs/api/java/io/ObjectStreamClass.html 24 June 2004 serialver(1)