org.jboss.security.srp.jaas |
|
Java Source File Name | Type | Comment |
SRPCacheLoginModule.java | Class | A server side login module that validates a username and
session client challenge response against the cache of authentication
info maintained by the SRPService mbean. |
SRPLoginModule.java | Class | A login module that uses the SRP protocol documented in RFC2945
to authenticate a username & password in a secure fashion without
using an encrypted channel.
The supported configuration options include:
- principalClassName: the fully qualified class name of the java.security.Principal
implementation to use.
|
SRPPrincipal.java | Class | |