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 Type
    Method
    Description
    Get the localized display name of action for a specific locale.
    Get the name of the action
  • Method Details

    • getName

      String getName()
      Get the name of the action
      Returns:
      action name
    • getLocalizedDisplayName

      String getLocalizedDisplayName(String locale)
      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