| |
|
| org.objectweb.jonas.security.realm.factory.JResourceDSMBean
All known Subclasses: org.objectweb.jonas.security.realm.factory.JResourceDS,
JResourceDSMBean | public interface JResourceDSMBean extends JResourceMBean(Code) | | Define the methods for the MBean
author: Florent Benoit |
clearCache | void clearCache()(Code) | | Clear the cache
|
getAlgorithm | String getAlgorithm()(Code) | | Get the default algorithm
the default algorithm |
getDsName | String getDsName()(Code) | | Get the name of the resource to use
name of the resource |
getRoleTable | String getRoleTable()(Code) | | Get the name of table which have the username/role
name of table which have the username/role |
getRoleTableRolenameCol | String getRoleTableRolenameCol()(Code) | | Get the name of the column of the role of the role table
name of the column of the role of the role table |
getRoleTableUsernameCol | String getRoleTableUsernameCol()(Code) | | Get the name of the column of the username of the role table
name of the column of the username of the role table |
getUserTable | String getUserTable()(Code) | | Get the name of the table which have the username/password
name of the table which have the username/password |
getUserTablePasswordCol | String getUserTablePasswordCol()(Code) | | Get the name of column of the password of the user table
name of column of the password of the user table |
getUserTableUsernameCol | String getUserTableUsernameCol()(Code) | | Get the name of the column of the username of the user table
name of the column of the username of the user table |
setAlgorithm | void setAlgorithm(String algorithm)(Code) | | Set the default algorithm to use
Parameters: algorithm - algorithm to be used |
setDsName | void setDsName(String dsName)(Code) | | Set the name of the resource to use
Parameters: dsName - name of the resource |
setRoleTable | void setRoleTable(String roleTable)(Code) | | Set the name of table which have the username/role
Parameters: roleTable - name of table which have the username/role |
setRoleTableRolenameCol | void setRoleTableRolenameCol(String roleTableRolenameCol)(Code) | | Set the name of the column of the role of the role table
Parameters: roleTableRolenameCol - name of the column of the role of the roletable |
setRoleTableUsernameCol | void setRoleTableUsernameCol(String roleTableUsernameCol)(Code) | | Set the name of the column of the username of the role table
Parameters: roleTableUsernameCol - name of the column of the username of therole table |
setUserTable | void setUserTable(String userTable)(Code) | | Set the name of the table which have the username/password
Parameters: userTable - name of the table which have the username/password |
setUserTablePasswordCol | void setUserTablePasswordCol(String userTablePasswordCol)(Code) | | Set the name of column of the password of the user table
Parameters: userTablePasswordCol - name of column of the password of the usertable |
setUserTableUsernameCol | void setUserTableUsernameCol(String userTableUsernameCol)(Code) | | Set the name of the column of the username of the user table
Parameters: userTableUsernameCol - name of the column of the username of theuser table |
|
|
|