Package org.pentaho.platform.api.engine
Interface IAuthorizationAction
-
public interface IAuthorizationAction
Represents 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 String
getLocalizedDisplayName(String locale)
Get the localized display name of action for a specific locale.String
getName()
Get the name of the action
-
-
-
Method Detail
-
getName
String getName()
Get the name of the action- Returns:
- action name
-
-