|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The JMX mbean interface for the SRP password verifier store.
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 |
public String getJndiName()
public void setJndiName(String jndiName)
public void setStoreFile(String fileName) throws IOException
IOException
public void addUser(String username, String password) throws IOException
IOException
public void delUser(String username) throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |