EarSecurityRole

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

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)
Link copied to clipboard
abstract fun setRoleName(roleName: String)