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

Object
  extended by SecurityRolesInfo
All Implemented Interfaces:
Serializable, BeehiveWsSecurityRolesInfo

public class SecurityRolesInfo
extends Object
implements Serializable, BeehiveWsSecurityRolesInfo

See Also:
Serialized Form

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()
Specified by:
getRolesAllowed in interface BeehiveWsSecurityRolesInfo
Returns:
Returns the wrRolesAllowed.

addRolesAllowed

public void addRolesAllowed(String role)
Specified by:
addRolesAllowed in interface BeehiveWsSecurityRolesInfo

addRolesAllowed

public void addRolesAllowed(Collection<String> roles)
Specified by:
addRolesAllowed in interface BeehiveWsSecurityRolesInfo

getRolesReferenced

public Collection<String> getRolesReferenced()
Specified by:
getRolesReferenced in interface BeehiveWsSecurityRolesInfo
Returns:
Returns the RolesReferenced.

addRolesReferenced

public void addRolesReferenced(String role)
Specified by:
addRolesReferenced in interface BeehiveWsSecurityRolesInfo

addRolesReferenced

public void addRolesReferenced(Collection<String> roles)
Specified by:
addRolesReferenced in interface BeehiveWsSecurityRolesInfo