Interface EarSecurityRole


public interface EarSecurityRole
A security-role element in a deployment descriptor like application.xml.
Since:
1.0
  • Method Details

    • getDescription

      String getDescription()
      A description of the security role. Optional.
      Since:
      1.0
    • setDescription

      void setDescription(String description)
      Sets the description.
      Since:
      1.0
    • getRoleName

      String getRoleName()
      The name of the security role. Required.
      Since:
      1.0
    • setRoleName

      void setRoleName(String roleName)
      Sets the role name.
      Since:
      1.0