public interface SecurityRoleReference
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getRoleName()
The name of this role reference, which is a role that is locally scoped to a single Servlet.
|
SecurityRole |
getSecurityRoleLink()
The link to the global (application scoped) role, which is the role declared in
web.xml
or via the DeclareRoles annotation. |
void |
setDescription(String description) |
void |
setRoleName(String rolename) |
void |
setSecurityRoleLink(SecurityRole securityRole) |
String getRoleName()
void setRoleName(String rolename)
SecurityRole getSecurityRoleLink()
web.xml
or via the DeclareRoles annotation.
This link is expressed via the e.g. the tag in web.xml.void setSecurityRoleLink(SecurityRole securityRole)
String getDescription()
void setDescription(String description)
Copyright © 2019. All rights reserved.