sampleApplications
Class CSSHelloSSO
java.lang.Object
|
+--sampleApplications.CSSHelloSSO
- public class CSSHelloSSO
- extends java.lang.Object
This sample application demonstrates the authentication of users to the
external repository using simple (user names and password combination)
and token based authentication.
This application authenticates a user using a userName and password.
It then passes the user credentials as a token to the
constructor for mySSOApp1 and mySSOApp2. These hypothetical applications,
when launched, authenticate the same user using the token.
This application uses the following classes of this package:
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSSHelloSSO
public CSSHelloSSO()
main
public static void main(java.lang.String[] args)