After creating module configuration XML file, the next step is to write a Sample Principal class which implementsjava.security.Principal. The constructor takes the user’s username as an argument. If authentica
After creating module configuration XML file, the next step is to write a Sample Principal class which implementsjava.security.Principal. The constructor takes the user’s username as an argument. If authentication is successful, the module will return this principal to Authentication framework. The ...
After creating module configuration XML file, the next step is to write a Sample Principal class which implementsjava.security.Principal. The constructor takes the user’s username as an argument. If authentication is successful, the module will return this principal to Authentication framework. The ...