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
Modifier and TypeMethodDescriptiongetLocalizedDisplayName
(String locale) Get the localized display name of action for a specific locale.getName()
Get the name of the action
-
Method Details
-
getName
String getName()Get the name of the action- Returns:
- action name
-
getLocalizedDisplayName
Get the localized display name of action for a specific locale. If null is passed then default locale will be used- Parameters:
locale
-- Returns:
- localized name
-