org.objectweb.jonas.security.realm.principals
Interface RoleMBean

All Known Implementing Classes:
Role

public interface RoleMBean

This interface define the MBeans methods

Author:
Florent Benoit

Method Summary
 java.lang.String getDescription()
          Get the description of this role
 java.lang.String getName()
          Get the name of this role
 void setDescription(java.lang.String description)
          Set the description of this role
 

Method Detail

getName

java.lang.String getName()
Get the name of this role

Returns:
the name of this role

setDescription

void setDescription(java.lang.String description)
Set the description of this role

Parameters:
description - description of the role

getDescription

java.lang.String getDescription()
Get the description of this role

Returns:
the description of this role