org.jwarp.service.security
Interface ISecurityObject

All Superinterfaces:
IItem, java.io.Serializable
All Known Implementing Classes:
SecurityObject, SQLSystemObject

public interface ISecurityObject
extends IItem


Method Summary
 java.util.List getAccessList()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from interface org.jwarp.service.groups.IItem
getID
 

Method Detail

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

getAccessList

public java.util.List getAccessList()

©   O R C A   S y s t e m s