org.apache.jetspeed.appservers.security.jboss
Interface JetspeedSecurityServiceMBean

All Known Implementing Classes:
JetspeedSecurityService

public interface JetspeedSecurityServiceMBean


Method Summary
 String getDataSourceJndiName()
          Get the JNDI name of the DataSource used to access the database.
 org.apache.jetspeed.security.UserManager getUserManager()
          Get the user manager.
 void setDataSourceJndiName(String jndiName)
          Set the JNDI name of the DataSource to be used to access the database.
 

Method Detail

setDataSourceJndiName

public void setDataSourceJndiName(String jndiName)
Set the JNDI name of the DataSource to be used to access the database.

Parameters:
jndiName -

getDataSourceJndiName

public String getDataSourceJndiName()
Get the JNDI name of the DataSource used to access the database.

Returns:
jndiName

getUserManager

public org.apache.jetspeed.security.UserManager getUserManager()
Get the user manager.

Returns:
user manager


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.