Interface EarSecurityRole
-
public interface EarSecurityRole
A security-role element in a deployment descriptor like application.xml.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
A description of the security role.String
getRoleName()
The name of the security role.void
setDescription(String description)
void
setRoleName(String roleName)
-