org.jboss.security.srp
Interface SRPVerifierStoreServiceMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
SRPVerifierStoreService

public interface SRPVerifierStoreServiceMBean
extends org.jboss.system.ServiceMBean

The JMX mbean interface for the SRP password verifier store.

Version:
$Revision: 1.3 $
Author:
Scott.Stark@jboss.org

Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 void addUser(String username, String password)
          Add a user to the store.
 void delUser(String username)
          Delete a user to the store.
 String getJndiName()
          Get the jndi name for the SRPVerifierSource implementation binding.
 void setJndiName(String jndiName)
          set the jndi name for the SRPVerifierSource implementation binding.
 void setStoreFile(String fileName)
          Set the location of the user password verifier store
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

getJndiName

String getJndiName()
Get the jndi name for the SRPVerifierSource implementation binding.


setJndiName

void setJndiName(String jndiName)
set the jndi name for the SRPVerifierSource implementation binding.


setStoreFile

void setStoreFile(String fileName)
                  throws IOException
Set the location of the user password verifier store

Throws:
IOException

addUser

void addUser(String username,
             String password)
             throws IOException
Add a user to the store.

Throws:
IOException

delUser

void delUser(String username)
             throws IOException
Delete a user to the store.

Throws:
IOException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.