public InternalRWRAuthStateInvalidatedOperation(OSDRequestDispatcher master) { super(master); sharedSecret = master.getConfig().getCapabilitySecret(); localUUID = master.getConfig().getUUID(); }
public OSDConfig getConfig() { return osd.getConfig(); }
public String getPrimary(String fileId) { return osd.getPrimary(fileId); }
public void shutdown() { osd.shutdown(); started = false; }
public void start() { osd.start(); started = true; }
public CheckObjectOperation(OSDRequestDispatcher master) { super(master); sharedSecret = master.getConfig().getCapabilitySecret(); localUUID = master.getConfig().getUUID(); }