FileDocCategorySizeDatePackage
SecurityRoleReference.javaAPI DocGlassfish v2 API2565Fri May 04 22:32:00 BST 2007com.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.StringgetDescription()

public java.lang.StringgetRolename()
the one in the code.

public SecurityRolegetSecurityRoleLink()
The one in the dd.

public voidsetDescription(java.lang.String description)

public voidsetRolename(java.lang.String rolename)

public voidsetSecurityRoleLink(SecurityRole securityRole)