| |
|
| org.jboss.security.srp.SRPVerifierStoreService
SRPVerifierStoreService | public class SRPVerifierStoreService extends ServiceMBeanSupport implements SRPVerifierStoreServiceMBean(Code) | | The JMX mbean interface for the SRP password verifier store. This
implementation uses the SerialObjectStore as a simple and yet secure
source of usernames and their password verifiers and verifier salts. It
also provides a simple interface for adding and deleting users from the
SerialObjectStore. The mbean stores a non-serializable reference to the
SRPVerifierStore interface in JNDI under the property.
See Also: org.jboss.security.srp.SerialObjectStore author: Scott.Stark@jboss.org version: $Revision: 57210 $ |
getJndiName | public String getJndiName()(Code) | | Get the jndi name for the SRPVerifierSource implementation binding.
|
setJndiName | public void setJndiName(String jndiName)(Code) | | set the jndi name for the SRPVerifierSource implementation binding.
|
|
|
|