org.apache.openejb.jee.oejb3
Class RoleMapping

java.lang.Object
  extended by org.apache.openejb.jee.oejb3.RoleMapping

public class RoleMapping
extends Object


Field Summary
protected  String principalName
           
protected  String roleName
           
 
Constructor Summary
RoleMapping()
           
 
Method Summary
 String getPrincipalName()
           
 String getRoleName()
           
 void setPrincipalName(String principalName)
           
 void setRoleName(String roleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roleName

protected String roleName

principalName

protected String principalName
Constructor Detail

RoleMapping

public RoleMapping()
Method Detail

getRoleName

public String getRoleName()

setRoleName

public void setRoleName(String roleName)

getPrincipalName

public String getPrincipalName()

setPrincipalName

public void setPrincipalName(String principalName)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.