psdi.security.vmm

Class VMMPrivilagedGetAction

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


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

      Constructors 
      Constructor and Description
      VMMPrivilagedGetAction(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

      • VMMPrivilagedGetAction

        public VMMPrivilagedGetAction(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