File
Doc
Category
Size
Date
Package
SecurityRoleReference.java
API Doc
Glassfish v2 API
2565
Fri May 04 22:32:00 BST 2007
com.sun.enterprise.deployment.web
SecurityRoleReference
public interface SecurityRoleReference
Objects exhibiting this interface represent an indirecction between a hard coded role name in the servlet or jsp and an ebstact security role in the wen application.
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.String
getDescription
()
public
java.lang.String
getRolename
()
the one in the code.
public
SecurityRole
getSecurityRoleLink
()
The one in the dd.
public void
setDescription
(
java.lang.String
description)
public void
setRolename
(
java.lang.String
rolename)
public void
setSecurityRoleLink
(
SecurityRole
securityRole)
Java Code Source