org.objectweb.jonas.security.realm.principals.GroupMBean Interface Reference

Inherited by org.objectweb.jonas.security.realm.principals.Group.

Inheritance diagram for org.objectweb.jonas.security.realm.principals.GroupMBean:

Inheritance graph
[legend]
List of all members.

Public Member Functions

String getName ()

Package Functions

void setDescription (String description)
String getDescription ()
void addRole (String role)
void removeRole (String role)
String[] getArrayRoles ()

Detailed Description

This interface define the MBeans methods
Author:
Florent Benoit

Definition at line 34 of file GroupMBean.java.


Member Function Documentation

void org.objectweb.jonas.security.realm.principals.GroupMBean.addRole String  role  )  [package]
 

Add a role to this user

Parameters:
role the given role

Implemented in org.objectweb.jonas.security.realm.principals.Group.

String [] org.objectweb.jonas.security.realm.principals.GroupMBean.getArrayRoles  )  [package]
 

Get the roles

Returns:
the array of the roles

Implemented in org.objectweb.jonas.security.realm.principals.Group.

String org.objectweb.jonas.security.realm.principals.GroupMBean.getDescription  )  [package]
 

Get the description of this group

Returns:
the description of this group

Implemented in org.objectweb.jonas.security.realm.principals.Group.

String org.objectweb.jonas.security.realm.principals.GroupMBean.getName  ) 
 

Get the name of this user

Returns:
the name of this user

Implemented in org.objectweb.jonas.security.realm.principals.Group.

void org.objectweb.jonas.security.realm.principals.GroupMBean.removeRole String  role  )  [package]
 

Remove a role from this user

Parameters:
role the given role

Implemented in org.objectweb.jonas.security.realm.principals.Group.

void org.objectweb.jonas.security.realm.principals.GroupMBean.setDescription String  description  )  [package]
 

Set the description of this group

Parameters:
description description of the group

Implemented in org.objectweb.jonas.security.realm.principals.Group.


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