com.sun.mdm.index.security
Class SecureResource

java.lang.Object
  extended bycom.sun.mdm.index.security.SecureResource

class SecureResource
extends java.lang.Object


Constructor Summary
(package private) SecureResource()
          Creates a new instance of SecureResource
(package private) SecureResource(java.lang.String sMaskPlugInClassName, java.util.ArrayList epathList, java.util.ArrayList objects)
          Creates a new instance of EPathResource
 
Method Summary
(package private)  EPath[] getEPathList()
           
(package private)  EPath[] getObjectList()
           
(package private)  java.lang.String getSecurityMaskPlugIn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureResource

SecureResource()
Creates a new instance of SecureResource


SecureResource

SecureResource(java.lang.String sMaskPlugInClassName,
               java.util.ArrayList epathList,
               java.util.ArrayList objects)
Creates a new instance of EPathResource

Parameters:
sMaskPlugInClassName -
epathList -
objects -
Method Detail

getEPathList

final EPath[] getEPathList()

getObjectList

final EPath[] getObjectList()

getSecurityMaskPlugIn

final java.lang.String getSecurityMaskPlugIn()


Sun Microsystems, Inc.