org.jboss.metadata.javaee.spec
public class SecurityRoleRefMetaData extends NamedMetaDataWithDescriptions
Constructor and Description |
---|
SecurityRoleRefMetaData()
Create a new SecurityRoleRefMetaData.
|
Modifier and Type | Method and Description |
---|---|
String |
getRoleLink()
Get the roleLink.
|
String |
getRoleName()
Get the roleNames.
|
void |
setRoleLink(String roleLink)
Set the roleLink.
|
void |
setRoleName(String roleName)
Set the roleName.
|
getDescriptions, setDescriptions
equals, getKey, getName, hashCode, setName, toString
clone, getId, setId
finalize, getClass, notify, notifyAll, wait, wait, wait
getKey
public SecurityRoleRefMetaData()
public String getRoleLink()
public void setRoleLink(String roleLink)
roleLink
- the roleLink.IllegalArgumentException
- for a null roleLinkpublic String getRoleName()
public void setRoleName(String roleName)
roleName
- the roleName.IllegalArgumentException
- for a null roleNameCopyright © 2014 JBoss by Red Hat. All Rights Reserved.