|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easybeans.deployment.metadata.ejbjar.xml.SecurityRoleMapping
public class SecurityRoleMapping
A SecurityRoleMapping represents the XML security-role-mapping element.
| Constructor Summary | |
|---|---|
SecurityRoleMapping()
Default constructor. |
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getPrincipalNames()
|
java.lang.String |
getRoleName()
|
void |
setPrincipalName(java.lang.String principalName)
Add a the principal name. |
void |
setRoleName(java.lang.String roleName)
Set the role name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityRoleMapping()
| Method Detail |
|---|
public java.lang.String getRoleName()
public void setRoleName(java.lang.String roleName)
roleName - the role name to be usedpublic java.util.List<java.lang.String> getPrincipalNames()
public void setPrincipalName(java.lang.String principalName)
principalName - the principal names to be used
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||