org.ow2.jonas.security.internal.realm.principal
Interface RoleMBean

All Known Implementing Classes:
Role

public interface RoleMBean

This interface define the MBeans methods

Author:
Florent Benoit

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

Method Detail

getName

String getName()
Get the name of this role

Returns:
the name of this role

setDescription

void setDescription(String description)
Set the description of this role

Parameters:
description - description of the role

getDescription

String getDescription()
Get the description of this role

Returns:
the description of this role


Copyright © 2010 OW2 Consortium. All Rights Reserved.