org.apache.openejb.jee
Class SecurityRole
java.lang.Object
org.apache.openejb.jee.SecurityRole
public class SecurityRole
- extends Object
The security-roleType contains the definition of a security
role. The definition consists of an optional description of
the security role, and the security role name.
Example:
This role includes all employees who are authorized
to access the employee service application.
employee
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
roleName
protected String roleName
id
protected String id
description
protected TextMap description
SecurityRole
public SecurityRole()
getDescriptions
public Text[] getDescriptions()
setDescriptions
public void setDescriptions(Text[] text)
getDescription
public String getDescription()
getRoleName
public String getRoleName()
setRoleName
public void setRoleName(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.