org.apache.beehive.wsm.jsr181.model
Class SecurityRolesInfo

Object
  extended by SecurityRolesInfo

public class SecurityRolesInfo
extends Object


Constructor Summary
SecurityRolesInfo()
           
SecurityRolesInfo(SecurityRoles annotation)
           
 
Method Summary
 void addRolesAllowed(Collection<String> roles)
           
 void addRolesAllowed(String role)
           
 void addRolesReferenced(Collection<String> roles)
           
 void addRolesReferenced(String role)
           
 Collection<String> getRolesAllowed()
           
 Collection<String> getRolesReferenced()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityRolesInfo

public SecurityRolesInfo()

SecurityRolesInfo

public SecurityRolesInfo(SecurityRoles annotation)
Method Detail

getRolesAllowed

public Collection<String> getRolesAllowed()
Returns:
Returns the wrRolesAllowed.

addRolesAllowed

public void addRolesAllowed(String role)

addRolesAllowed

public void addRolesAllowed(Collection<String> roles)

getRolesReferenced

public Collection<String> getRolesReferenced()
Returns:
Returns the RolesReferenced.

addRolesReferenced

public void addRolesReferenced(String role)

addRolesReferenced

public void addRolesReferenced(Collection<String> roles)