Class SecurityRoleRef
java.lang.Object
org.apache.tomcat.util.descriptor.web.SecurityRoleRef
- All Implemented Interfaces:
Serializable
Representation of a security role reference for a web application, as represented in a
<security-role-ref> element in the deployment descriptor.
- Since:
- Tomcat 5.5
- See Also:
-
Constructor Details
-
SecurityRoleRef
public SecurityRoleRef()Default constructor.
-
-
Method Details
-
getName
Get the role name.- Returns:
- the role name
-
setName
Set the role name.- Parameters:
name- The role name
-
getLink
Get the role link.- Returns:
- the role link
-
setLink
Set the role link.- Parameters:
link- The role link
-
toString
Return a String representation of this object. -
hashCode
public int hashCode() -
equals
-