Package org.pentaho.platform.api.engine
Interface IAuthorizationAction
- 
public interface IAuthorizationActionRepresents a Logical Role name used by some IAuthorizationPolicy implementations. Also known as Action-Based Security User: nbaker Date: 3/19/13 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocalizedDisplayName(String locale)Get the localized display name of action for a specific locale.StringgetName()Get the name of the action 
 - 
 
- 
- 
Method Detail
- 
getName
String getName()
Get the name of the action- Returns:
 - action name
 
 
 - 
 
 -