psdi.security.vmm

Class VMMPrivilagedSearchAction

  • java.lang.Object
    • psdi.security.vmm.VMMPrivilagedSearchAction
  • All Implemented Interfaces:
    java.security.PrivilegedExceptionAction


    public class VMMPrivilagedSearchAction
    extends java.lang.Object
    implements java.security.PrivilegedExceptionAction
    A class to create a wrapper around VMM search operation that can only be invoked with appropriate VMM Admin credentials.
    • Constructor Summary

      Constructors 
      Constructor and Description
      VMMPrivilagedSearchAction(com.ibm.websphere.wim.Service srv, commonj.sdo.DataObject root) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object run() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VMMPrivilagedSearchAction

        public VMMPrivilagedSearchAction(com.ibm.websphere.wim.Service srv,
                                         commonj.sdo.DataObject root)
    • Method Detail

      • run

        public java.lang.Object run()
                             throws java.lang.Exception
        Specified by:
        run in interface java.security.PrivilegedExceptionAction
        Throws:
        java.lang.Exception