|
SmartJAAS SmartJAAS, a Smart Card Login Module for Java Authentication and Authorization Service.
|
|
It's quite recommended to understand how JAAS works
before. The challenge-response is performed in the login callback. If the
signature verification failed, the method raises a FailedLoginException. If any kind of error
occurs the method raises a
Once the user has been authenticated, the SCLaunch class launches the
java application of which the url and the class name are saved as public
credentials, with the permissions granted to the subject. |