Class MAMIdentityOIDRunnable

  • All Implemented Interfaces:
    java.lang.Runnable

    
    public class MAMIdentityOIDRunnable
     implements Runnable
                        

    A runnable which always executes under the given identity. The identity is specified by the AAD OID.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

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

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

      • MAMIdentityOIDRunnable

        MAMIdentityOIDRunnable(String oid, Runnable wrapped)
        Parameters:
        oid - AAD OID of identity under which to run.
        wrapped - inner Runnable.
    • Method Detail

      • run

         void run()