|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JResourceDSMBean
Define the methods for the MBean
| Method Summary | |
|---|---|
void |
clearCache()
Clear the cache |
String |
getAlgorithm()
Get the default algorithm |
String |
getDsName()
Get the name of the resource to use |
String |
getRoleTable()
Get the name of table which have the username/role |
String |
getRoleTableRolenameCol()
Get the name of the column of the role of the role table |
String |
getRoleTableUsernameCol()
Get the name of the column of the username of the role table |
String |
getUserTable()
Get the name of the table which have the username/password |
String |
getUserTablePasswordCol()
Get the name of column of the password of the user table |
String |
getUserTableUsernameCol()
Get the name of the column of the username of the user table |
void |
setAlgorithm(String algorithm)
Set the default algorithm to use |
void |
setDsName(String dsName)
Set the name of the resource to use |
void |
setRoleTable(String roleTable)
Set the name of table which have the username/role |
void |
setRoleTableRolenameCol(String roleTableRolenameCol)
Set the name of the column of the role of the role table |
void |
setRoleTableUsernameCol(String roleTableUsernameCol)
Set the name of the column of the username of the role table |
void |
setUserTable(String userTable)
Set the name of the table which have the username/password |
void |
setUserTablePasswordCol(String userTablePasswordCol)
Set the name of column of the password of the user table |
void |
setUserTableUsernameCol(String userTableUsernameCol)
Set the name of the column of the username of the user table |
| Methods inherited from interface org.ow2.jonas.security.internal.realm.factory.JResourceMBean |
|---|
getName, saveConfig |
| Method Detail |
|---|
void clearCache()
void setDsName(String dsName)
dsName - name of the resourcevoid setUserTable(String userTable)
userTable - name of the table which have the username/passwordvoid setUserTableUsernameCol(String userTableUsernameCol)
userTableUsernameCol - name of the column of the username of the
user tablevoid setUserTablePasswordCol(String userTablePasswordCol)
userTablePasswordCol - name of column of the password of the user
tablevoid setRoleTable(String roleTable)
roleTable - name of table which have the username/rolevoid setRoleTableUsernameCol(String roleTableUsernameCol)
roleTableUsernameCol - name of the column of the username of the
role tablevoid setRoleTableRolenameCol(String roleTableRolenameCol)
roleTableRolenameCol - name of the column of the role of the role
tablevoid setAlgorithm(String algorithm)
algorithm - algorithm to be usedString getDsName()
String getUserTable()
String getUserTableUsernameCol()
String getUserTablePasswordCol()
String getRoleTable()
String getRoleTableUsernameCol()
String getRoleTableRolenameCol()
String getAlgorithm()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||