EarSecurityRole

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

Since

1.0

Functions

Link copied to clipboard
abstract fun getDescription(): String
A description of the security role.
Link copied to clipboard
abstract fun getRoleName(): String
The name of the security role.
Link copied to clipboard
abstract fun setDescription(description: String)
Sets the description.
Link copied to clipboard
abstract fun setRoleName(roleName: String)
Sets the role name.