org.objectweb.jonas.security.realm.factory.JResourceDSMBean Interface Reference

Inherits org.objectweb.jonas.security.realm.factory.JResourceMBean.

Inherited by org.objectweb.jonas.security.realm.factory.JResourceDS.

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

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas.security.realm.factory.JResourceDSMBean:

Collaboration graph
[legend]
List of all members.

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 ()

Detailed Description

Define the methods for the MBean
Author:
Florent Benoit

Definition at line 33 of file JResourceDSMBean.java.


Member Function Documentation

void org.objectweb.jonas.security.realm.factory.JResourceDSMBean.clearCache  ) 
 

Clear the cache

String org.objectweb.jonas.security.realm.factory.JResourceDSMBean.getAlgorithm  )  [package]
 

Get the default algorithm

Returns:
the default algorithm

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.

String org.objectweb.jonas.security.realm.factory.JResourceDSMBean.getDsName  )  [package]
 

Get the name of the resource to use

Returns:
name of the resource

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.

String org.objectweb.jonas.security.realm.factory.JResourceDSMBean.getRoleTable  )  [package]
 

Get the name of table which have the username/role

Returns:
name of table which have the username/role

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.

String org.objectweb.jonas.security.realm.factory.JResourceDSMBean.getRoleTableRolenameCol  )  [package]
 

Get the name of the column of the role of the role table

Returns:
name of the column of the role of the role table

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.

String org.objectweb.jonas.security.realm.factory.JResourceDSMBean.getRoleTableUsernameCol  )  [package]
 

Get the name of the column of the username of the role table

Returns:
name of the column of the username of the role table

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.

String org.objectweb.jonas.security.realm.factory.JResourceDSMBean.getUserTable  )  [package]
 

Get the name of the table which have the username/password

Returns:
name of the table which have the username/password

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.

String org.objectweb.jonas.security.realm.factory.JResourceDSMBean.getUserTablePasswordCol  )  [package]
 

Get the name of column of the password of the user table

Returns:
name of column of the password of the user table

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.

String org.objectweb.jonas.security.realm.factory.JResourceDSMBean.getUserTableUsernameCol  )  [package]
 

Get the name of the column of the username of the user table

Returns:
name of the column of the username of the user table

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.

void org.objectweb.jonas.security.realm.factory.JResourceDSMBean.setAlgorithm String  algorithm  )  [package]
 

Set the default algorithm to use

Parameters:
algorithm algorithm to be used

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.

void org.objectweb.jonas.security.realm.factory.JResourceDSMBean.setDsName String  dsName  )  [package]
 

Set the name of the resource to use

Parameters:
dsName name of the resource

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.

void org.objectweb.jonas.security.realm.factory.JResourceDSMBean.setRoleTable String  roleTable  )  [package]
 

Set the name of table which have the username/role

Parameters:
roleTable name of table which have the username/role

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.

void org.objectweb.jonas.security.realm.factory.JResourceDSMBean.setRoleTableRolenameCol String  roleTableRolenameCol  )  [package]
 

Set the name of the column of the role of the role table

Parameters:
roleTableRolenameCol name of the column of the role of the role table

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.

void org.objectweb.jonas.security.realm.factory.JResourceDSMBean.setRoleTableUsernameCol String  roleTableUsernameCol  )  [package]
 

Set the name of the column of the username of the role table

Parameters:
roleTableUsernameCol name of the column of the username of the role table

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.

void org.objectweb.jonas.security.realm.factory.JResourceDSMBean.setUserTable String  userTable  )  [package]
 

Set the name of the table which have the username/password

Parameters:
userTable name of the table which have the username/password

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.

void org.objectweb.jonas.security.realm.factory.JResourceDSMBean.setUserTablePasswordCol String  userTablePasswordCol  )  [package]
 

Set the name of column of the password of the user table

Parameters:
userTablePasswordCol name of column of the password of the user table

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.

void org.objectweb.jonas.security.realm.factory.JResourceDSMBean.setUserTableUsernameCol String  userTableUsernameCol  )  [package]
 

Set the name of the column of the username of the user table

Parameters:
userTableUsernameCol name of the column of the username of the user table

Implemented in org.objectweb.jonas.security.realm.factory.JResourceDS.


The documentation for this interface was generated from the following file:
Generated on Tue Feb 15 15:07:46 2005 for JOnAS by  doxygen 1.3.9.1