Module cloud.piranha.webapp.impl
Package cloud.piranha.webapp.impl
Class WebXmlServletSecurityRoleRef
java.lang.Object
cloud.piranha.webapp.impl.WebXmlServletSecurityRoleRef
The web.xml servlet security-role-ref element.
- Author:
- Arjan Tijms
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the role link.Returns the role name.void
setRoleLink(String roleLink)
Set the role link.void
setRoleName(String roleName)
Set the role name.
-
Constructor Details
-
WebXmlServletSecurityRoleRef
public WebXmlServletSecurityRoleRef()
-
-
Method Details
-
getRoleName
Returns the role name.- Returns:
- the role name
-
setRoleName
Set the role name.- Parameters:
roleName
- the role name.
-
getRoleLink
Returns the role link.- Returns:
- the role link
-
setRoleLink
Set the role link.- Parameters:
roleLink
- the role link.
-