| |
|
| java.lang.Object com.caucho.server.dispatch.SecurityRoleRef
SecurityRoleRef | public class SecurityRoleRef (Code) | | Configuration for a servlet.
|
Field Summary | |
final static L10N | L |
Constructor Summary | |
public | SecurityRoleRef() Creates a new security role reference. |
SecurityRoleRef | public SecurityRoleRef()(Code) | | Creates a new security role reference.
|
getRoleLink | public String getRoleLink()(Code) | | Gets the role link.
|
getRoleName | public String getRoleName()(Code) | | Gets the role name.
|
setDescription | public void setDescription(String description)(Code) | | Sets the description
|
setRoleLink | public void setRoleLink(String link)(Code) | | Sets the role link
|
setRoleName | public void setRoleName(String name)(Code) | | Sets the role name.
|
toString | public String toString()(Code) | | Returns a printable representation of the servlet config object.
|
|
|
|