Groovy Documentation

org.gradle.plugins.ear.descriptor
[Java] Interface EarSecurityRole


public interface EarSecurityRole

A security-role element in a deployment descriptor like application.xml.

Authors:
David Gileadi


Method Summary
java.lang.String getDescription()

A description of the security role.

java.lang.String getRoleName()

The name of the security role.

void setDescription(java.lang.String description)

void setRoleName(java.lang.String roleName)

 

Method Detail

getDescription

public java.lang.String getDescription()
A description of the security role. Optional.


getRoleName

public java.lang.String getRoleName()
The name of the security role. Required.


setDescription

public void setDescription(java.lang.String description)


setRoleName

public void setRoleName(java.lang.String roleName)


 

Groovy Documentation