Inherited by org.objectweb.jonas.security.realm.factory.JResourceDS.
Inheritance diagram for org.objectweb.jonas.security.realm.factory.JResourceDSMBean:


Public Member Functions | |
| void | clearCache () |
Package Functions | |
| void | setDsName (String dsName) |
| void | setUserTable (String userTable) |
| void | setUserTableUsernameCol (String userTableUsernameCol) |
| void | setUserTablePasswordCol (String userTablePasswordCol) |
| void | setRoleTable (String roleTable) |
| void | setRoleTableUsernameCol (String roleTableUsernameCol) |
| void | setRoleTableRolenameCol (String roleTableRolenameCol) |
| void | setAlgorithm (String algorithm) |
| String | getDsName () |
| String | getUserTable () |
| String | getUserTableUsernameCol () |
| String | getUserTablePasswordCol () |
| String | getRoleTable () |
| String | getRoleTableUsernameCol () |
| String | getRoleTableRolenameCol () |
| String | getAlgorithm () |
Definition at line 33 of file JResourceDSMBean.java.
|
|
Clear the cache |
|
|
Get the default algorithm
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
|
|
Get the name of the resource to use
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
|
|
Get the name of table which have the username/role
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
|
|
Get the name of the column of the role of the role table
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
|
|
Get the name of the column of the username of the role table
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
|
|
Get the name of the table which have the username/password
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
|
|
Get the name of column of the password of the user table
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
|
|
Get the name of the column of the username of the user table
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
|
|
Set the default algorithm to use
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
|
|
Set the name of the resource to use
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
|
|
Set the name of table which have the username/role
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
|
|
Set the name of the column of the role of the role table
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
|
|
Set the name of the column of the username of the role table
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
|
|
Set the name of the table which have the username/password
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
|
|
Set the name of column of the password of the user table
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
|
|
Set the name of the column of the username of the user table
Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS. |
1.3.9.1